studyplan.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. @import "../template/Fan.wxss";
  2. .container{
  3. font-size:28rpx;
  4. }
  5. .lineWidthAll{
  6. justify-content: center;
  7. }
  8. .panelTitle{
  9. width:100%;
  10. justify-content: flex-start;
  11. height:100rpx;
  12. background-color: #fff;
  13. }
  14. .universalpic_plan_2line_black_30x32{
  15. width:30rpx;
  16. height:32rpx;
  17. margin-left: 30rpx;
  18. }
  19. .panelTitle0{
  20. margin-left: 30rpx;
  21. color:#4D4D4D;
  22. }
  23. .panelTitle1{
  24. margin-left: 20rpx;
  25. color:#4D4D4D;
  26. }
  27. .panelButton{
  28. width:100%;
  29. height:137rpx;
  30. background-color: #fff;
  31. justify-content: center;
  32. }
  33. .panelButton10{
  34. width:230rpx;
  35. height:106rpx;
  36. background-color: #fff;
  37. border-radius: 0rpx;
  38. margin-bottom: 30rpx;
  39. font-size:32rpx;
  40. color:#4D4D4D;
  41. }
  42. .panelButton11{
  43. width:230rpx;
  44. height:106rpx;
  45. background-color: #0071EF;
  46. border-radius: 10rpx;
  47. color:#fff;
  48. margin-bottom: 30rpx;
  49. font-size:32rpx;
  50. }
  51. .text1{
  52. margin: 0 20rpx;
  53. }
  54. .line1{
  55. width:2rpx;
  56. height:20rpx;
  57. background-color: #D2D2D2;
  58. margin-bottom: 30rpx;
  59. }
  60. .line{
  61. width:100%;
  62. height:30rpx;
  63. background-color: #F0F0F0;
  64. }
  65. .panelItem{
  66. width:100%;
  67. background-color: #fff;
  68. justify-content: space-between;
  69. }
  70. .left{
  71. margin-left: 30rpx;
  72. align-items: flex-start;
  73. }
  74. .left1{
  75. margin-left: 30rpx;
  76. width:460rpx;
  77. justify-content: flex-start;
  78. }
  79. .text2{
  80. font-weight: 400;
  81. margin-top: 30rpx;
  82. align-self: flex-start;
  83. }
  84. .text3{
  85. font-size: 20rpx;
  86. color:#787878;
  87. margin-bottom: 34rpx;
  88. margin-top: 4rpx;
  89. }
  90. .right{
  91. margin-right: 30rpx;
  92. }
  93. .Number{
  94. font-size: 64rpx;
  95. font-family: Roboto-Black;
  96. }
  97. .text4{
  98. font-size: 20rpx;
  99. margin-bottom: -20rpx;
  100. margin-left:4rpx;
  101. color:#4D4D4D;
  102. }
  103. .panelItem1{
  104. width:100%;
  105. background-color: #fff;
  106. }
  107. .panelItem10{
  108. width:100%;
  109. justify-content: space-around;
  110. }
  111. .panelItem11{
  112. width:230rpx;
  113. height:219rpx;
  114. }
  115. .line2{
  116. width:2rpx;
  117. height:219rpx;
  118. background-color: #E3E3E3;
  119. }
  120. .text7{
  121. font-weight: 400;
  122. align-self: flex-start;
  123. margin: 30rpx 0 40rpx 30rpx;
  124. }
  125. .fan{
  126. width:100rpx;
  127. height:100rpx;
  128. background-color: #fff;
  129. position: relative;
  130. z-index: 10;
  131. text-align: center;
  132. line-height: 100rpx;
  133. font-size:28;
  134. }
  135. .text5{
  136. font-size:24rpx;
  137. margin-top:20rpx;
  138. color:#4D4D4D;
  139. }
  140. .list{
  141. align-items: flex-start;
  142. width:168rpx;
  143. margin-top:20rpx;
  144. }
  145. .item{
  146. width:100%;
  147. justify-content: flex-start;
  148. }
  149. .block{
  150. width:10rpx;
  151. height:10rpx;
  152. margin-right: 10rpx;
  153. }
  154. .block1{
  155. background-color: #008CAA;
  156. border:1rpx solid #016175;
  157. }
  158. .block2{
  159. background-color: #00B6DD;
  160. border:1rpx solid #00829E;
  161. }
  162. .block3{
  163. background-color: #DDB100;
  164. border:1rpx solid #9D7E01;
  165. }
  166. .block4{
  167. background-color: #FFCC03;
  168. border:1rpx solid #AE8B00;
  169. }
  170. .block5{
  171. background-color: #FF8C83;
  172. border:1rpx solid #BF524A;
  173. }
  174. .block6{
  175. background-color: #fff;
  176. border:1rpx solid #fff;
  177. }
  178. .Number1{
  179. font-size: 24rpx;
  180. font-family: 'Roboto-Black';
  181. margin: 0 5rpx 0rpx 5rpx;
  182. }
  183. .panelItem13{
  184. margin: 0 0 42rpx 0;
  185. }
  186. .panelItem2{
  187. width:50%;
  188. height:103rpx;
  189. justify-content: space-around;
  190. }
  191. .panelItem3{
  192. width:50%;
  193. height:103rpx;
  194. justify-content: space-between;
  195. }
  196. .Number2{
  197. font-size: 36rpx;
  198. font-family: 'Roboto-Black';
  199. }
  200. .text6{
  201. font-size: 24rpx;
  202. margin-left:4rpx;
  203. color:#787878;
  204. }
  205. .text9{
  206. font-weight: 400;
  207. margin-left: 30rpx;
  208. }
  209. .progress{
  210. width:590rpx;
  211. height:14rpx;
  212. border-radius: 7rpx;
  213. background-color: #F0F0F0;
  214. margin-right: 31rpx;
  215. margin-left: 30rpx;
  216. }
  217. .progress1{
  218. width:80%;
  219. height:14rpx;
  220. border-radius: 7rpx;
  221. background-color: #19C575;
  222. }
  223. .Number3{
  224. font-size: 36rpx;
  225. font-family: 'Roboto-Black';
  226. margin-right: 30rpx;
  227. }
  228. .panelItem12{
  229. margin-top: -35rpx;
  230. justify-content: space-between;
  231. }
  232. .text8{
  233. font-size: 24rpx;
  234. color:#0071EF;
  235. }
  236. .line3{
  237. width:2rpx;
  238. height:20rpx;
  239. background-color: #D2D2D2;
  240. }
  241. .panelFooter{
  242. width:100%;
  243. height:210rpx;
  244. background-color: #F0F0F0;
  245. }
  246. .btnChange{
  247. width:710rpx;
  248. height:110rpx;
  249. border-radius: 20rpx;
  250. border:1rpx solid #787878;
  251. color: #0071EF;
  252. background-color: #fff;
  253. line-height: 110rpx;
  254. font-size:36rpx;
  255. text-align: center;
  256. }
  257. /* 临时页面 */
  258. .TempContainer{
  259. background-color: #0B8457;
  260. position: fixed;
  261. top:0;
  262. z-index: 100;
  263. }
  264. .TempContainer .Avatar{
  265. width:200rpx;
  266. height:200rpx;
  267. margin-top: 150rpx;
  268. border-radius: 50%;
  269. }
  270. .TempContainer .RemindText{
  271. font-size:54rpx;
  272. color:#fff;
  273. margin-top: 170rpx;
  274. text-align: center;
  275. }
  276. .TempContainer .RemindText2{
  277. font-size:32rpx;
  278. color:#fff;
  279. text-align: center;
  280. }
  281. .TempContainer .RemindText3{
  282. font-size:28rpx;
  283. color:#B6F57F;
  284. text-decoration: underline;
  285. margin-top: 40rpx;
  286. }
  287. .TempContainer .btn1{
  288. font-size:36rpx;
  289. color:#fff;
  290. margin-top: 40rpx;
  291. border:1rpx solid #fff;
  292. text-align: center;
  293. width:600rpx;
  294. line-height: 90rpx;
  295. border-radius: 14rpx;
  296. }
  297. .TempContainer .RemindText4{
  298. font-size:24rpx;
  299. color:#fff;
  300. width:620rpx;
  301. }
  302. .TempContainer .RemindText5{
  303. margin-top: 60rpx;
  304. }
  305. .TempContainer .color2{
  306. color:#B6F57F;
  307. }
  308. .TempContainer .btn2{
  309. width:290rpx;
  310. margin: 60rpx 15rpx 0 15rpx;
  311. }