classdetail.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .week_view {
  2. white-space: nowrap;
  3. }
  4. .week_view .week_item {
  5. display: inline-block;
  6. vertical-align: top;
  7. height: 150rpx;
  8. width: 130rpx;
  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: 180rpx;
  35. width: 160rpx;
  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: 36rpx;
  61. color: #303133;
  62. }
  63. .week_view .week_item_select .item_box ._day {
  64. margin-top: -10rpx;
  65. font-size: 50rpx;
  66. font-weight: bold;
  67. color: #303133;
  68. }
  69. .class_list {
  70. display: flex;
  71. flex-direction: column;
  72. justify-content: space-between;
  73. margin: 0 20rpx 20rpx 20rpx;
  74. }
  75. .class_list .class_item {
  76. display: flex;
  77. flex-direction: column;
  78. justify-content: space-around;
  79. margin: 10rpx 0;
  80. padding: 10rpx;
  81. height: 100rpx;
  82. background-color: #f3f4f9;
  83. border-radius: 12rpx;
  84. 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;
  85. background-color: rgba(0, 0, 0, 0);
  86. background-size: auto, auto;
  87. background-color: #f3f4f9;
  88. background-size: 64px 128px;
  89. }
  90. .class_list .class_item_title {
  91. font-size: 32rpx;
  92. font-weight: bold;
  93. color: #303133;
  94. }
  95. .class_list .class_item_subtitle {
  96. font-size: 30rpx;
  97. font-weight: bold;
  98. color: #909399;
  99. overflow: hidden;
  100. text-overflow: ellipsis;
  101. white-space: nowrap;
  102. }
  103. .class_list .class_item_detail {
  104. margin-left: 40rpx;
  105. line-height: 30rpx;
  106. font-size: 26rpx;
  107. font-weight: bold;
  108. color: #909399;
  109. }
  110. .flex_cloumn {
  111. margin: 140rpx 0 0 50rpx;
  112. height: 170rpx;
  113. justify-content: space-around;
  114. }
  115. .flex_cloumn .content_title {
  116. font-size: 35rpx;
  117. font-weight: bold;
  118. -webkit-transform: skew(-15deg);
  119. transform: skew(-15deg);
  120. color: #FFF;
  121. z-index: 2;
  122. }
  123. .flex_cloumn .content_subtitle {
  124. font-size: 35rpx;
  125. color: #FFF;
  126. z-index: 2;
  127. }
  128. .detail_image1 {
  129. width: 500rpx;
  130. height: 600rpx;
  131. background-size: 100%;
  132. background-repeat: no-repeat;
  133. z-index: 51;
  134. }