renew.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. page {
  2. background: #F8F9FD;
  3. }
  4. .wx-avatar {
  5. overflow: hidden;
  6. display: block;
  7. width: 80rpx;
  8. height: 80rpx;
  9. border-radius: 50%;
  10. border: 1px solid #95a8cb;
  11. }
  12. .cp-class {
  13. font-size: 16px;
  14. font-weight: 600;
  15. margin: 10rpx 0;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .staff-class {
  20. font-size: 14px;
  21. margin: 10rpx 0;
  22. }
  23. .end-date-class {
  24. color: #e00808;
  25. font-size: 14px;
  26. font-weight: 500;
  27. margin-top: 20rpx;
  28. }
  29. .staff-count-class {
  30. color: #CE9965;
  31. font-size: 14px;
  32. font-weight: 500;
  33. margin-top: 10rpx;
  34. }
  35. .detail-top {
  36. position: relative;
  37. border: 1px solid #F3FBFF;
  38. margin: 10px 32rpx 10px 32rpx;
  39. background-color: #FFFF;
  40. background: radial-gradient(61.26% 65.52% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
  41. padding: 20rpx;
  42. border-radius: 16rpx;
  43. color: #1B365D
  44. }
  45. .dk-card-outer-class-1 {
  46. margin: 10px 32rpx 10px 32rpx;
  47. margin-top: 10px;
  48. border-radius: 15rpx;
  49. /* box-shadow: 2px 2px 5px #e5e5e6; */
  50. }
  51. .detail-top-sup {
  52. font-weight: bold;
  53. font-size: 14px;
  54. padding: 10rpx;
  55. }
  56. .detail-top-color {
  57. font-weight: bold;
  58. font-size: 14px;
  59. padding: 10rpx;
  60. }
  61. .scan-image-icon {
  62. width: 40rpx;
  63. height: 40rpx;
  64. }
  65. .scan-image-icon-3 {
  66. width: 96rpx;
  67. height: 96rpx;
  68. position: absolute;
  69. right: 0;
  70. bottom: 0;
  71. border-radius: 0px 0px 16rpx 0px;
  72. }
  73. .scan-image {
  74. width: 200rpx;
  75. height: 200rpx;
  76. position: absolute;
  77. right: 0;
  78. bottom: 0;
  79. border-radius: 0px 0px 16rpx 0px;
  80. }
  81. .func {
  82. width: 100%;
  83. height: auto;
  84. margin-bottom: 15rpx;
  85. margin-top: 15rpx;
  86. }
  87. .func-card {
  88. margin: 15rpx 1.15%;
  89. width: 30.5%;
  90. height: 215rpx;
  91. background: #ffffff;
  92. border-radius: 19rpx;
  93. }
  94. .func-card-selected {
  95. margin: 15rpx 1.15%;
  96. width: 30.5%;
  97. height: 215rpx;
  98. background: #FCF0DD;
  99. border-radius: 19rpx;
  100. border: 3rpx solid #CE9965;
  101. }
  102. .func-card-std {
  103. margin: 15rpx 15rpx;
  104. width: 97%;
  105. height: 255rpx;
  106. background: #FCF0DD;
  107. border-radius: 19rpx;
  108. }
  109. .func-card-vip-std-selected {
  110. margin: 15rpx 0rpx 15rpx 10rpx;
  111. width: 30.8%;
  112. height: 215rpx;
  113. background: #FCF0DD;
  114. border-radius: 19rpx;
  115. }
  116. .func-card-vip-std {
  117. margin: 15rpx 0rpx 15rpx 10rpx;
  118. width: 30.8%;
  119. height: 215rpx;
  120. background: #ffffff;
  121. border-radius: 19rpx;
  122. }
  123. .card-name {
  124. font-style: normal;
  125. font-weight: 600;
  126. font-size: 15px;
  127. line-height: 48rpx;
  128. margin-left: 16rpx;
  129. color: #1B365D
  130. }
  131. .card-title {
  132. margin-top: 10rpx;
  133. display: flex;
  134. height: 54rpx;
  135. align-items: center;
  136. justify-content: center;
  137. width: 100%;
  138. color: #1B365D;
  139. font-size: 16px;
  140. font-weight: 600;
  141. }
  142. .card-title-std {
  143. margin-top: 10rpx;
  144. margin-left: 20rpx;
  145. display: flex;
  146. height: 54rpx;
  147. align-items: center;
  148. width: 100%;
  149. color: #1B365D;
  150. font-size: 16px;
  151. font-weight: 600;
  152. }
  153. .card-desc {
  154. margin-top: 10rpx;
  155. display: flex;
  156. height: 54rpx;
  157. align-items: center;
  158. justify-content: center;
  159. width: 100%;
  160. color: #95A8CB;
  161. font-size: 11px;
  162. }
  163. .card-desc-std {
  164. margin: 30rpx 20rpx;
  165. padding: 10rpx;
  166. display: flex;
  167. height: 50rpx;
  168. align-items: center;
  169. justify-content: flex-start;
  170. color: #1B365D;
  171. font-weight: bold;
  172. font-size: 14px;
  173. }
  174. .card-class {
  175. margin: 0 30rpx;
  176. border-radius: 16rpx;
  177. background: #ffffff;
  178. }
  179. .cell_title {
  180. color: #e00808;
  181. }
  182. .summary-class {
  183. margin: 0 30rpx;
  184. margin-top: 30rpx;
  185. padding: 10rpx 20rpx;
  186. border-radius: 16rpx;
  187. background: #ffffff;
  188. color: #CE9965;
  189. font-size: 14px;
  190. }
  191. .summary-class-std {
  192. margin: 0 30rpx;
  193. margin-top: 30rpx;
  194. padding: 10rpx 5rpx;
  195. border-radius: 16rpx;
  196. background: #ffffff;
  197. color: #CE9965;
  198. font-size: 14px;
  199. }
  200. .notice-class {
  201. margin: 0 30rpx;
  202. margin-top: 30rpx;
  203. padding: 10rpx 20rpx;
  204. border-radius: 16rpx;
  205. background: #ffffff;
  206. color: #1B365D;
  207. }
  208. .checkbox-class {
  209. color: #1B365D !important;
  210. }
  211. .van-checkbox__icon--square {
  212. border-radius: 10rpx;
  213. }
  214. .notice-item-class {
  215. margin: 20rpx 0;
  216. font-size: 14px;
  217. font-weight: 400;
  218. }
  219. .summary-item-class {
  220. margin: 8rpx 0;
  221. }
  222. .edit-image {
  223. width: 50rpx;
  224. height: 50rpx;
  225. position: absolute;
  226. right: 30rpx;
  227. top: 20rpx;
  228. border-radius: 0px 0px 16rpx 0px;
  229. }
  230. .tags-class {
  231. margin: 20rpx;
  232. /* text-align: center; */
  233. display: flex;
  234. justify-content: center;
  235. }
  236. .dk-card-outer-class-1 {
  237. margin: 10px 32rpx 10px 32rpx;
  238. margin-top: 10px;
  239. border-radius: 15rpx;
  240. /* box-shadow: 2px 2px 5px #e5e5e6; */
  241. }
  242. .btn-add-class {
  243. background: #8091A9;
  244. border-radius: 50%;
  245. display: flex;
  246. justify-content: center;
  247. align-items: center;
  248. padding: 20rpx;
  249. box-shadow: 0px 17px 22px 0px #1B365D33;
  250. }
  251. .todo-view-app {
  252. padding-top: 24rpx;
  253. display: -webkit-box;
  254. overflow: auto;
  255. width: 100%;
  256. }
  257. .todo-view-app-item {
  258. width: 25%;
  259. display: grid;
  260. justify-items: center;
  261. }
  262. .todo-view-app-item-icon {
  263. width: 85rpx;
  264. height: 85rpx;
  265. /* background-color: #B280E4; */
  266. display: flex;
  267. align-items: center;
  268. justify-content: center;
  269. position: relative;
  270. }
  271. .todo-view-app-item-icon-tip {
  272. position: absolute;
  273. width: 85rpx;
  274. height: 85rpx;
  275. top: -6rpx;
  276. right: -6rpx;
  277. font-size: 9px;
  278. font-family: 'PingFang SC';
  279. background: #FF594E;
  280. border: 1px solid #FFFFFF;
  281. border-radius: 50%;
  282. color: #fff;
  283. text-align: center;
  284. display: flex;
  285. align-items: center;
  286. justify-content: center;
  287. }
  288. .todo-view-app-item-name {
  289. font-style: normal;
  290. font-weight: 400;
  291. font-size: 14px;
  292. font-family: 'PingFang SC';
  293. /* font-family: 'SimSun'; */
  294. color: #1B365D;
  295. margin-top: 10rpx;
  296. }