homework_list.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /* pages/home/home.wxss */
  2. @import '../../templates/header/header.wxss';
  3. @import '../../templates/footer_parent/footer.wxss';
  4. @import '../../templates/nodata/nodata.wxss';
  5. .li{
  6. margin: 24rpx;
  7. background:rgba(241,243,250,1);
  8. border-radius:16rpx;
  9. font-weight:600;
  10. padding-bottom: 50rpx;
  11. }
  12. .list{
  13. margin: 24rpx;
  14. background:rgba(241,243,250,1);
  15. border-radius:16rpx;
  16. font-weight:600;
  17. padding-bottom: 24rpx;
  18. }
  19. .li-head{
  20. border-bottom: 1rpx #D0D5E6 solid;
  21. }
  22. .li-head-img{
  23. width: 35rpx;
  24. height: 37rpx;
  25. margin: 30rpx 12rpx 24rpx 24rpx;
  26. }
  27. .li-head-times{
  28. font-size: 30rpx;
  29. color: #393939;
  30. position: relative;
  31. bottom: 30rpx;
  32. display: inline-block;
  33. }
  34. .li-head-guide{
  35. display: inline-block;
  36. float: right;
  37. margin-right: 24rpx;
  38. margin-top: 36rpx;
  39. }
  40. .li-head-guide-txt{
  41. font-size: 24rpx;
  42. color: #FF6465;
  43. position: relative;
  44. bottom: 38rpx;
  45. margin-right: 13rpx;
  46. }
  47. .li-head-guide-tag{
  48. width: 30rpx;
  49. height: 24rpx;
  50. margin-bottom: 37rpx;
  51. }
  52. .li-subject{
  53. display: flex;
  54. justify-content: space-around;
  55. align-items: center;
  56. padding-top: 50rpx;
  57. width: 100%;
  58. }
  59. .li-subject-add{
  60. display: flex;
  61. justify-content: start;
  62. align-items: center;
  63. margin-top: 50rpx;
  64. }
  65. .li-subject-item{
  66. display: inline-block;
  67. text-align: center;
  68. }
  69. .li-subject-item-add{
  70. display: inline-block;
  71. text-align: center;
  72. margin-left: 47rpx;
  73. margin-right: 28rpx;
  74. }
  75. .li-subject-item-title{
  76. color: #393939;
  77. font-size: 30rpx;
  78. }
  79. .li-subject-item-times{
  80. color: #7C819D;
  81. margin: 13rpx 0 11rpx 0;
  82. font-size: 24rpx;
  83. }
  84. .li-subject-item-plan{
  85. position: relative;
  86. font-size: 20rpx;
  87. }
  88. .li-subject-item-plan-img{
  89. width:152rpx;
  90. height:34rpx;
  91. }
  92. .li-subject-item-plan-txt{
  93. position: absolute;
  94. top: 0;
  95. left: 0;
  96. width:152rpx;
  97. height:34rpx;
  98. text-align: center;
  99. padding-top: 3rpx;
  100. }
  101. .subject-gay{
  102. color: #7C819D
  103. }
  104. .subject-red{
  105. color: #FF6465
  106. }
  107. .li-remark{
  108. margin: 54rpx 24rpx 0 24rpx;
  109. background:rgba(255,255,255,1);
  110. border-radius:10rpx;
  111. position: relative;
  112. }
  113. .li-remark-title{
  114. padding: 30rpx 12rpx 19rpx 24rpx;
  115. font-size: 30rpx;
  116. color: #7C819D;
  117. }
  118. .li-remark-content{
  119. color: #393939;
  120. font-size: 24rpx;
  121. line-height:34rpx;
  122. margin: 0 24rpx;
  123. }
  124. .li-remark-img{
  125. width: 78rpx;
  126. height: 124rpx;
  127. position: relative;
  128. bottom: 30rpx;
  129. left: 24rpx;
  130. z-index: 10;
  131. }
  132. .li-remark-info{
  133. display: inline-block;
  134. float: right;
  135. margin-top: 30rpx;
  136. margin-right: 24rpx;
  137. }
  138. .li-remark-info-txt{
  139. color: #7C819D;
  140. font-size: 24rpx;
  141. margin-right: 12rpx;
  142. position: relative;
  143. bottom: 25rpx;
  144. }
  145. .li-remark-info-img{
  146. width:65rpx;
  147. height:65rpx;
  148. border-radius: 50%
  149. }
  150. .li-attention{
  151. margin: 45rpx 24rpx 18rpx 24rpx;
  152. padding-bottom: 20rpx;
  153. }
  154. .li-attention-title{
  155. color: #7C819D;
  156. font-size: 30rpx;
  157. margin-bottom: 18rpx;
  158. }
  159. .li-attention-content{
  160. color: #393939;
  161. font-size: 24rpx;
  162. line-height:40rpx;
  163. }
  164. .history{
  165. color: #393939;
  166. font-size: 30rpx;
  167. text-align: center;
  168. margin: 48rpx 0;
  169. }
  170. .history-line{
  171. color: #DADCE7;
  172. margin: 0 20rpx;
  173. }
  174. .action-img{
  175. width: 52rpx;
  176. height: 52rpx;
  177. }
  178. .loading-img{
  179. width: 47rpx;
  180. height: 52rpx;
  181. }
  182. .end-img{
  183. width: 39rpx;
  184. height: 52rpx;
  185. }
  186. .message{
  187. background: #FF6465;
  188. height: 120rpx;
  189. line-height: 120rpx;
  190. display: flex;
  191. justify-content: space-between;
  192. color: #FFFFFF;
  193. font-size: 24rpx;
  194. padding: 0 25rpx;
  195. margin-top: 5%;
  196. }
  197. .message-guide{
  198. width: 14rpx;
  199. height: 14rpx;
  200. border-top: 4rpx solid #ffffff;
  201. border-right: 4rpx solid #ffffff;
  202. transform: rotate(45deg);
  203. display: inline-block;
  204. }
  205. .date{
  206. background:rgba(241,243,250,1);
  207. border-radius:16rpx;
  208. margin: 24rpx;
  209. /* display: flex;
  210. justify-content: space-between; */
  211. color: #7C819D;
  212. font-size: 30rpx;
  213. padding: 0 30rpx 68rpx 60rpx;
  214. text-align: center
  215. }
  216. .date-img{
  217. width: 207rpx;
  218. height: 134rpx;
  219. margin:60rpx 0 30rpx 0;
  220. }
  221. .date-btn{
  222. width: 193rpx;
  223. height: 60rpx;
  224. line-height: 60rpx;
  225. text-align: center;
  226. display: inline-block;
  227. background:rgba(255,100,101,1);
  228. border-radius:30rpx;
  229. font-size: 24rpx;
  230. color: #fff;
  231. margin-top: 150rpx;
  232. }
  233. .date-items{
  234. width: 340rpx;
  235. display: inline-block;
  236. }
  237. .look_detail{
  238. width:160rpx;
  239. height:56rpx;
  240. background:rgba(255,100,101,0.2);
  241. border-radius:28rpx;
  242. text-align: center;
  243. line-height: 56rpx;
  244. color: #FF6465;
  245. font-size: 24rpx;
  246. }