classList.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* 课表列表 */
  2. .class-list{
  3. padding-bottom: 50rpx;
  4. margin-top:50rpx;
  5. }
  6. .class-box{
  7. display: flex;
  8. flex-wrap: wrap;
  9. align-content: space-between;
  10. width: 646rpx;
  11. background: #FFF;
  12. border-left: 4rpx solid #005033;
  13. padding: 25rpx;
  14. border-radius: 15rpx;
  15. margin: 0 auto 40rpx;
  16. box-shadow: 0 15rpx 20rpx #eee;
  17. }
  18. .class-box view{
  19. /* height: 60rpx; */
  20. line-height: 60rpx;
  21. }
  22. .class-name,.class-time{
  23. font-size: 32rpx;
  24. }
  25. .class-time,.class-flag{
  26. text-align: right;
  27. width: 240rpx;
  28. margin-left: auto;
  29. }
  30. .class-name,.class-room,.class-teacher{
  31. width: 400rpx;
  32. }
  33. .class-flag,.class-teacher{
  34. color: #999;
  35. }
  36. .class-date{
  37. height: 80rpx;
  38. line-height: 80rpx;
  39. text-align: center;
  40. color: #666;
  41. font-size: 32rpx;
  42. }
  43. .class-type{
  44. color: #FFF;
  45. background: #005033;
  46. line-height: 30rpx;
  47. height: 30rpx;
  48. margin-top: 20rpx;
  49. font-size: 24rpx;
  50. margin-right: 10rpx;
  51. padding: 0 5rpx;
  52. border-radius: 10rpx;
  53. font-weight: 400;
  54. }
  55. .last-leave-num{
  56. color: #005033;
  57. width: 100%;
  58. }
  59. .class-detail-box{
  60. height: auto !important;
  61. }
  62. .class-btn-box{
  63. margin-left: auto;
  64. }
  65. .class-btn-box{
  66. color: #005033;
  67. border-color: #005033;
  68. }
  69. .class-btn{
  70. width: 178rpx;
  71. border: 2rpx solid #005033;
  72. color: #005033;
  73. text-align: center;
  74. font-size: 28rpx;
  75. border-radius: 50rpx;
  76. }
  77. /* end */
  78. /* 待补课程 */
  79. .choose-bg{
  80. width: 750rpx;
  81. height: 100%;
  82. position: fixed;
  83. top: 0;
  84. left: 0;
  85. background: #333;
  86. opacity: 0.4;
  87. z-index: 1;
  88. }
  89. .class-choose{
  90. position: fixed;
  91. bottom: -1000rpx;
  92. background: #FFF;
  93. z-index: 2;
  94. width: 700rpx;
  95. padding: 25rpx;
  96. height: 900rpx;
  97. border-radius: 50rpx 50rpx 0 0;
  98. }
  99. .title{
  100. font-size: 32rpx;
  101. height: 60rpx;
  102. line-height: 60rpx;
  103. }
  104. .choose-list{
  105. height: 320rpx;
  106. overflow-y: auto;
  107. }
  108. .choose-box{
  109. width: 646rpx;
  110. border-left: 4rpx solid #005033;
  111. padding: 25rpx;
  112. margin: 20rpx 0;
  113. border-radius: 15rpx;
  114. display: flex;
  115. flex-wrap: wrap;
  116. box-shadow: 0 10rpx 15rpx #ccc;
  117. }
  118. .choose-box view{
  119. font-size: 32rpx;
  120. height: 60rpx;
  121. line-height: 60rpx;
  122. }
  123. .choose-title,.choose-time{
  124. font-weight: 600;
  125. }
  126. .choose-title{
  127. width: 400rpx;
  128. }
  129. .choose-time{
  130. margin-left: auto;
  131. }
  132. .choose-name,.choose-room,.choose-teacher{
  133. width: 700rpx;
  134. }
  135. .choose-room,.choose-teacher{
  136. color: #999;
  137. }
  138. .choose-btn-view{
  139. height: 180rpx;
  140. }
  141. .choose-btn{
  142. height: 80rpx;
  143. width: 400rpx;
  144. position: relative;
  145. left: 50%;
  146. margin-left: -200rpx;
  147. text-align: center;
  148. background: #005033;
  149. line-height: 80rpx;
  150. color: #FFF;
  151. border-radius: 50rpx;
  152. font-size: 32rpx;
  153. top: 50rpx;
  154. }
  155. /* end */