home-class.wxss 770 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* 正在开班 历史,即将 */
  2. .tab-class {
  3. padding-left: 30rpx;
  4. padding-right: 30rpx;
  5. display: flex;
  6. height: 170rpx;
  7. }
  8. .class {
  9. flex: 1;
  10. width: 100%;
  11. position: relative;
  12. }
  13. .other-class {
  14. flex: 1;
  15. height: 100%;
  16. display: flex;
  17. flex-direction: column;
  18. align-items: flex-end;
  19. }
  20. .current-text {
  21. position: absolute;
  22. right: 70rpx;
  23. top: 40rpx;
  24. display: flex;
  25. flex-direction: column;
  26. }
  27. .current-tip {
  28. font-size: 30rpx;
  29. color: #FFFFFF;
  30. }
  31. .current-txt {
  32. margin-top: 10rpx;
  33. font-size: 22rpx;
  34. color: #FFE1DD;
  35. }
  36. .class-text {
  37. width: 100%;
  38. height: 100%;
  39. text-align: center;
  40. font-size: 26rpx;
  41. color: #FFFFFF;
  42. position: absolute;
  43. right: 0;
  44. top: 20rpx;
  45. }