index.acss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. .panel-top {
  2. height: 220rpx;
  3. padding-top: 40rpx;
  4. box-sizing: border-box;
  5. background-color: #3296FB;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. color: #fff;
  10. position: relative;
  11. }
  12. .panel-top text:first-of-type {
  13. font-size: 38rpx;
  14. }
  15. .panel-top text:last-of-type {
  16. font-size: 60rpx;
  17. }
  18. .panel-top button {
  19. position: absolute;
  20. top: 40rpx;
  21. right: 40rpx;
  22. background-color: #5CAFF6;
  23. border-color: #fff;
  24. color: #fff;
  25. }
  26. .panel-bottom {
  27. height: 128rpx;
  28. background-color: #2C86E1;
  29. display: flex;
  30. }
  31. .panel-bottom view {
  32. width: 50%;
  33. color: #fff;
  34. display: flex;
  35. flex-direction: column;
  36. align-items: center;
  37. }
  38. .panel-bottom view text:first-child {
  39. font-size: 30rpx;
  40. margin-top: 20rpx;
  41. }
  42. .panel-bottom view text:last-child {
  43. font-size: 34rpx;
  44. }
  45. .main {
  46. padding-left: 30rpx;
  47. transition: all .5s;
  48. overflow: hidden;
  49. background: #fff;
  50. }
  51. .item {
  52. height: 100rpx;
  53. display: flex;
  54. align-items: center;
  55. position: relative;
  56. font-size: 16px;
  57. }
  58. .item::after {
  59. content: '';
  60. position: absolute;
  61. bottom: 0;
  62. width: 100%;
  63. height: 1px;
  64. background-color: #EEEEEE;
  65. transform: scale(1, 0.5);
  66. }
  67. .item:last-child::after {
  68. width: 0;
  69. }
  70. .item text {
  71. width: 40%;
  72. }
  73. .item>view {
  74. width: 60%;
  75. height: 100%;
  76. padding-right: 30rpx;
  77. display: flex;
  78. align-items: center;
  79. }
  80. .item input, .item view view {
  81. flex: 1;
  82. color: #666;
  83. padding: 0;
  84. }
  85. .item image {
  86. width: 20rpx;
  87. height: 40%
  88. }
  89. button {
  90. width: 100rpx;
  91. height: 50rpx;
  92. line-height: 46rpx;
  93. font-size: 26rpx;
  94. color: #008BFF;
  95. border-radius: 200rpx;
  96. border-color: #008BFF;
  97. }
  98. .list .title {
  99. height: 100rpx;
  100. background: #fff;
  101. box-sizing: border-box;
  102. padding: 0 128rpx;
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: center;
  106. font-size: 16px;
  107. color: #000;
  108. }
  109. .list .title view {
  110. width: 120rpx;
  111. height: 100%;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. }
  116. .list .title .selected {
  117. color: #008BFF;
  118. position: relative;
  119. }
  120. .selected::after {
  121. content: "";
  122. position: absolute;
  123. left: 0;
  124. bottom: 0;
  125. width: 100%;
  126. height: 4rpx;
  127. background: #008BFF;
  128. }
  129. .list .name {
  130. height: 100rpx;
  131. background: #F1F8FF;
  132. display: flex;
  133. align-items: center;
  134. box-sizing: border-box;
  135. padding-left: 32rpx;
  136. font-size: 14px;
  137. color: #666;
  138. }
  139. .list .name text {
  140. flex: 1;
  141. padding-left: 8rpx;
  142. }
  143. .list .sbList {
  144. transition: all .5s;
  145. background: #fff;
  146. overflow: hidden;
  147. font-size: 14px;
  148. color: #000;
  149. box-sizing: border-box;
  150. }
  151. .list .sbList>view {
  152. padding-left: 32rpx;
  153. }
  154. .list .cell {
  155. display: flex;
  156. flex-direction: column;
  157. }
  158. .list .cell text {
  159. padding: 24rpx 0 0 8rpx;
  160. }
  161. .list .gjjList {
  162. background: #fff;
  163. overflow: hidden;
  164. }
  165. .list .list-item {
  166. height: 156rpx;
  167. display: flex;
  168. position: relative;
  169. }
  170. .list .list-item::after {
  171. position: absolute;
  172. left: 0;
  173. bottom: 0;
  174. content: '';
  175. width: 100%;
  176. height: 2px;
  177. transform: scaleY(.5);
  178. background: #eee;
  179. }
  180. .list .list-item .cell {
  181. width: 20%;
  182. }
  183. .list .list-item .cell text:nth-child(2) {
  184. color: #41AD64;
  185. font-size: 13px;
  186. }
  187. .list .list-item .cell:first-child {
  188. color: #666;
  189. }
  190. .shebaoListTotal {
  191. display: flex;
  192. align-items: center;
  193. }
  194. .shebaoListTotal>text {
  195. width: 20%;
  196. color: #666;
  197. padding-left: 8rpx;
  198. }
  199. .shebaoListTotal>view {
  200. flex: 1;
  201. display: flex;
  202. flex-direction: column;
  203. }
  204. .shebaoListTotal>view>view {
  205. display: flex;
  206. align-items: center;
  207. height: 100rpx;
  208. }
  209. .shebaoListTotal>view>view>text {
  210. width: 25%;
  211. padding-left: 8rpx;
  212. }
  213. .shebaoListTotal>view>view>text:last-child {
  214. color: #41AD64;
  215. }
  216. .shebaoListTotal>view>view {
  217. position: relative;
  218. }
  219. .shebaoListTotal>view>view:nth-child(2)::before {
  220. position: absolute;
  221. left: 0;
  222. top: 0;
  223. content: '';
  224. width: 100%;
  225. height: 2px;
  226. transform: scaleY(.5);
  227. background: #eee;
  228. }
  229. .gjjList>view {
  230. padding-left: 32rpx;
  231. }
  232. .gjjList>view .list-item::after {
  233. content: none;
  234. }
  235. .gjjList text {
  236. padding: 32rpx 0 0 8rpx;
  237. }
  238. .gjjList .cell:last-child {
  239. color: #41AD64;
  240. }
  241. .tips {
  242. display: flex;
  243. flex-direction: column;
  244. box-sizing: border-box;
  245. padding: 32rpx;
  246. color: #999;
  247. background: rgb(244, 245, 246);
  248. }
  249. .picker {
  250. width: 100%;
  251. position: absolute;
  252. left: 0;
  253. z-index: 20;
  254. background: #fff;
  255. transition: bottom 0.5s;
  256. }
  257. .picker-title {
  258. display: flex;
  259. height: 80rpx;
  260. justify-content: space-between;
  261. align-items: center;
  262. position: relative
  263. }
  264. .picker-title::after {
  265. content: '';
  266. width: 100%;
  267. height: 2rpx;
  268. transform: scaleY(0.5);
  269. background-color: #eee;
  270. position: absolute;
  271. left: 0;
  272. bottom: 0;
  273. }
  274. .picker-title view {
  275. padding: 0 20rpx;
  276. color: #3296FB;
  277. }
  278. .mask {
  279. width: 100%;
  280. height: 100%;
  281. position: absolute;
  282. top: 0;
  283. left: 0;
  284. z-index: 10;
  285. background: rgba(0, 0, 0, .5);
  286. }
  287. .placeholder {
  288. color: #666;
  289. }