classdetail.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .week_view {
  2. white-space: nowrap;
  3. }
  4. .week_view .week_item {
  5. display: inline-block;
  6. vertical-align: top;
  7. height: 140rpx;
  8. width: 120rpx;
  9. margin: 20rpx;
  10. padding: 20rpx;
  11. border-radius: 12rpx;
  12. background-color: #FFF;
  13. }
  14. .week_view .week_item .item_box {
  15. width: 100%;
  16. height: 100%;
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. justify-content: space-around;
  21. }
  22. .week_view .week_item .item_box ._title {
  23. font-size: 30rpx;
  24. color: #898b91;
  25. }
  26. .week_view .week_item .item_box ._day {
  27. font-size: 40rpx;
  28. font-weight: bold;
  29. color: #505155;
  30. }
  31. .week_view .week_item_select {
  32. display: inline-block;
  33. vertical-align: top;
  34. height: 160rpx;
  35. width: 140rpx;
  36. margin: 20rpx;
  37. padding: 20rpx;
  38. border-radius: 12rpx;
  39. background-color: #FFF;
  40. border: 3px solid #303133;
  41. }
  42. .week_view .week_item_select .item_box {
  43. width: 100%;
  44. height: 100%;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. justify-content: space-around;
  49. }
  50. .week_view .week_item_select .item_box .tag_fill {
  51. border-radius: 6rpx;
  52. background-color: #303133;
  53. padding: 5rpx 20rpx;
  54. }
  55. .week_view .week_item_select .item_box .tag_fill .tag_text {
  56. font-size: 28rpx;
  57. color: #FFF;
  58. }
  59. .week_view .week_item_select .item_box ._title {
  60. font-size: 34rpx;
  61. color: #303133;
  62. }
  63. .week_view .week_item_select .item_box ._day {
  64. font-size: 50rpx;
  65. font-weight: bold;
  66. color: #303133;
  67. }
  68. .class_list {
  69. display: flex;
  70. flex-direction: column;
  71. justify-content: space-between;
  72. margin: 0 20rpx 20rpx 20rpx;
  73. }
  74. .class_list .class_item {
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: space-around;
  78. margin: 10rpx 0;
  79. padding: 10rpx;
  80. height: 100rpx;
  81. background-color: #f3f4f9;
  82. border-radius: 12rpx;
  83. background: linear-gradient(135deg, #f3f4f9 21px, #FFF 22px, #FFF 24px, transparent 24px, transparent 67px, #FFF 67px, #FFF 69px, transparent 69px), linear-gradient(225deg, #f3f4f9 21px, #FFF 22px, #FFF 24px, transparent 24px, transparent 67px, #FFF 67px, #FFF 69px, transparent 69px) 0 64px;
  84. background-color: rgba(0, 0, 0, 0);
  85. background-size: auto, auto;
  86. background-color: #f3f4f9;
  87. background-size: 64px 128px;
  88. }
  89. .class_list .class_item_title {
  90. font-size: 32rpx;
  91. font-weight: bold;
  92. color: #303133;
  93. }
  94. .class_list .class_item_subtitle {
  95. font-size: 30rpx;
  96. font-weight: bold;
  97. color: #909399;
  98. overflow: hidden;
  99. text-overflow: ellipsis;
  100. white-space: nowrap;
  101. }
  102. .class_list .class_item_detail {
  103. margin-left: 40rpx;
  104. line-height: 30rpx;
  105. font-size: 26rpx;
  106. font-weight: bold;
  107. color: #909399;
  108. }
  109. .flex_cloumn {
  110. margin: 140rpx 0 0 50rpx;
  111. height: 170rpx;
  112. justify-content: space-around;
  113. }
  114. .flex_cloumn .content_title {
  115. font-size: 35rpx;
  116. font-weight: bold;
  117. -webkit-transform: skew(-15deg);
  118. transform: skew(-15deg);
  119. color: #FFF;
  120. z-index: 2;
  121. }
  122. .flex_cloumn .content_subtitle {
  123. font-size: 35rpx;
  124. color: #FFF;
  125. z-index: 2;
  126. }
  127. .detail_image1 {
  128. width: 500rpx;
  129. height: 600rpx;
  130. background-size: 100%;
  131. background-repeat: no-repeat;
  132. z-index: 51;
  133. }