user.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .container,
  12. page {
  13. min-height: 100%;
  14. height: auto;
  15. background-color: #f8f8f8;
  16. }
  17. .vheigh {
  18. height: 25px;
  19. background-color: #f65067;
  20. }
  21. .top-image {
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. right: 0;
  26. height: 230rpx;
  27. }
  28. .top-image image {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .tool-list {
  33. width: 690rpx;
  34. margin: auto;
  35. margin-top: 20rpx;
  36. background: #ffffff;
  37. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  38. border-radius: 20rpx;
  39. }
  40. .popup-box {
  41. width: 522rpx;
  42. height: 605rpx;
  43. background-color: #ffffff;
  44. border-radius: 20rpx;
  45. position: relative;
  46. }
  47. .popup-box .img {
  48. position: relative;
  49. top: -56rpx;
  50. left: 0;
  51. width: 522rpx;
  52. height: 132rpx;
  53. display: flex;
  54. justify-content: center;
  55. }
  56. .popup-box .img image {
  57. border-radius: 20rpx 20rpx 0 0;
  58. width: 450rpx;
  59. height: 132rpx;
  60. }
  61. .popup-box .mian {
  62. margin-top: -44rpx;
  63. display: flex;
  64. flex-direction: column;
  65. align-items: center;
  66. background-color: #ffffff;
  67. border-radius: 0 0 20rpx 20rpx;
  68. text-align: center;
  69. }
  70. .popup-box .mian .delivery {
  71. font-size: 40rpx;
  72. color: #333333;
  73. display: flex;
  74. align-items: center;
  75. flex-direction: column;
  76. }
  77. .popup-box .mian .delivery image {
  78. margin-top: 48rpx;
  79. width: 172rpx;
  80. height: 160rpx;
  81. }
  82. .popup-box .mian .nocancel {
  83. font-size: 32rpx;
  84. color: #333333;
  85. margin-top: 14rpx;
  86. }
  87. .popup-box .mian .comfirm-box {
  88. margin-top: 52rpx;
  89. display: flex;
  90. }
  91. .popup-box .mian .comfirm-box .cancel {
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. width: 197rpx;
  96. height: 74rpx;
  97. border: 1px solid #dcc786;
  98. border-radius: 38rpx;
  99. font-size: 32rpx;
  100. color: #605128;
  101. }
  102. .popup-box .mian .comfirm-box .comfirm {
  103. margin-left: 32rpx;
  104. display: flex;
  105. align-items: center;
  106. justify-content: center;
  107. width: 197rpx;
  108. height: 74rpx;
  109. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  110. border-radius: 38px;
  111. font-size: 32rpx;
  112. color: #605128;
  113. }
  114. .popup {
  115. width: 560rpx;
  116. padding-bottom: 45rpx;
  117. background-color: #ffffff;
  118. border-radius: 15rpx;
  119. text-align: center;
  120. line-height: 1;
  121. }
  122. .popup .popup-dox {
  123. position: relative;
  124. }
  125. .popup .popup-dox .popup-logo {
  126. margin: -160rpx auto 0;
  127. width: 400rpx;
  128. height: 200rpx;
  129. }
  130. .popup .popup-title {
  131. margin-top: 85rpx;
  132. font-size: 40rpx;
  133. font-family: PingFang SC;
  134. font-weight: bold;
  135. color: #2a2a2a;
  136. }
  137. .popup .popup-title text {
  138. font-size: 56rpx;
  139. color: #e83f30;
  140. }
  141. .popup .popup-tip {
  142. margin-top: 20rpx;
  143. font-size: 28rpx;
  144. font-family: PingFang SC;
  145. font-weight: 500;
  146. color: #8c8c8c;
  147. }
  148. .popup .popup-tip text {
  149. color: #e83f30;
  150. }
  151. .popup .popup-btn {
  152. margin: 58rpx auto 0;
  153. width: 270rpx;
  154. height: 66rpx;
  155. background: #f0c838;
  156. border-radius: 34rpx;
  157. text-align: center;
  158. line-height: 66rpx;
  159. font-size: 36rpx;
  160. font-family: Source Han Sans CN;
  161. font-weight: 500;
  162. color: #ffffff;
  163. }
  164. .user-wrap {
  165. position: relative;
  166. z-index: 10;
  167. width: 690rpx;
  168. background: #ffffff;
  169. box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
  170. border-radius: 20rpx;
  171. padding: 34rpx 0 0;
  172. margin: auto;
  173. }
  174. .user-wrap .info-left {
  175. padding-left: 34rpx;
  176. }
  177. .user-wrap .info-left .user-name {
  178. display: flex;
  179. align-items: center;
  180. }
  181. .user-wrap .info-left .user-name image {
  182. width: 120rpx;
  183. height: 120rpx;
  184. border-radius: 50%;
  185. }
  186. .user-wrap .info-left .user-name .user-font {
  187. padding-left: 34rpx;
  188. }
  189. .user-wrap .info-left .user-name .user-font .name {
  190. width: 250rpx;
  191. font-size: 40rpx;
  192. font-family: Source Han Sans CN;
  193. font-weight: 400;
  194. color: #333333;
  195. }
  196. .user-wrap .info-left .user-name .user-font .phone {
  197. margin-top: 10rpx;
  198. font-size: 20rpx;
  199. font-family: PingFang SC;
  200. font-weight: 500;
  201. color: #999999;
  202. }
  203. .user-wrap .info-left .kpi {
  204. background: #f5eede;
  205. border-radius: 30rpx 0px 0px 30rpx;
  206. padding: 18rpx 24rpx;
  207. font-size: 26rpx;
  208. font-family: PingFang SC;
  209. font-weight: bold;
  210. color: #c6914e;
  211. display: flex;
  212. }
  213. .user-wrap .info-left .kpi image {
  214. width: 34rpx;
  215. margin-right: 8rpx;
  216. }
  217. .user-wrap .info-right {
  218. display: flex;
  219. align-items: center;
  220. margin-top: 54rpx;
  221. padding: 0 34rpx;
  222. }
  223. .user-wrap .info-right .iright-icon {
  224. width: 32rpx;
  225. height: 32rpx;
  226. }
  227. .user-wrap .info-right .iright-font {
  228. margin-left: 12rpx;
  229. font-size: 28rpx;
  230. font-family: PingFang SC;
  231. font-weight: bold;
  232. color: #333333;
  233. }
  234. .user-set {
  235. justify-content: flex-end;
  236. height: 150rpx;
  237. padding: 30rpx;
  238. }
  239. .user-set view {
  240. flex-shrink: 0;
  241. }
  242. .user-set image {
  243. height: 40rpx;
  244. width: 40rpx;
  245. }
  246. .main-box {
  247. margin: 20rpx auto 0;
  248. width: 690rpx;
  249. background: #ffffff;
  250. border-radius: 20rpx;
  251. }
  252. .main-box .title {
  253. display: flex;
  254. justify-content: space-between;
  255. align-items: center;
  256. padding: 24rpx;
  257. border-bottom: 1px solid #eeeeee;
  258. }
  259. .main-box .title .title-left {
  260. display: flex;
  261. align-items: center;
  262. }
  263. .main-box .title .title-left .title-icon {
  264. width: 32rpx;
  265. height: 32rpx;
  266. }
  267. .main-box .title .title-left .title-font {
  268. margin-left: 20rpx;
  269. font-size: 28rpx;
  270. font-family: PingFang SC;
  271. font-weight: bold;
  272. color: #333333;
  273. }
  274. .main-box .title .title-right {
  275. width: 14rpx;
  276. height: 24rpx;
  277. }
  278. .main-box .main {
  279. padding: 50rpx 0 30rpx;
  280. }
  281. .main-box .main .item {
  282. padding-bottom: 20rpx;
  283. width: 33%;
  284. display: flex;
  285. flex-direction: column;
  286. align-items: center;
  287. }
  288. .main-box .main .item .item-num {
  289. font-size: 36rpx;
  290. font-family: PingFang SC;
  291. font-weight: bold;
  292. color: #333333;
  293. }
  294. .main-box .main .item .item-font {
  295. margin-top: 18rpx;
  296. font-size: 22rpx;
  297. font-family: PingFang SC;
  298. font-weight: 500;
  299. color: #666666;
  300. }
  301. .main-box .main .oitem {
  302. width: 25%;
  303. display: flex;
  304. flex-direction: column;
  305. align-items: center;
  306. }
  307. .main-box .main .oitem .oitem-image {
  308. height: 50rpx;
  309. width: 48rpx;
  310. }
  311. .main-box .main .oitem .oitem-font {
  312. margin-top: 20rpx;
  313. font-size: 24rpx;
  314. font-family: PingFang SC;
  315. font-weight: 500;
  316. color: #333333;
  317. }
  318. .gpai {
  319. width: 100rpx;
  320. line-height: 40rpx;
  321. border-radius: 25rpx;
  322. position: absolute;
  323. top: 120rpx;
  324. left: 40rpx;
  325. font-size: 24rpx;
  326. color: #c6914e;
  327. text-align: center;
  328. background-color: #f2d4ae;
  329. }
  330. .shenqing {
  331. height: 100rpx;
  332. display: flex;
  333. justify-content: center;
  334. align-items: center;
  335. background-color: #ffd893;
  336. border-radius: 0 0 20rpx 20rpx;
  337. }
  338. .shenqing image {
  339. display: inline-block;
  340. margin: auto;
  341. height: 50rpx;
  342. }
  343. .hx-wrapper {
  344. width: 536rpx;
  345. height: 630rpx;
  346. position: relative;
  347. }
  348. .hx-wrapper .hx-img {
  349. width: 536rpx;
  350. height: 281rpx;
  351. }
  352. .hx-wrapper .hx-img image {
  353. width: 536rpx;
  354. height: 281rpx;
  355. }
  356. .hx-wrapper .hx-close {
  357. position: absolute;
  358. left: 243rpx;
  359. bottom: -80rpx;
  360. width: 52rpx;
  361. height: 52rpx;
  362. }
  363. .hx-wrapper .hx-close image {
  364. width: 52rpx;
  365. height: 52rpx;
  366. }
  367. .hx-wrapper .hx-body {
  368. width: 536rpx;
  369. height: 349rpx;
  370. background-color: #fff;
  371. border-radius: 0 0 10rpx 10rpx;
  372. }
  373. .hx-wrapper .hx-body .hx-title {
  374. width: 536rpx;
  375. font-size: 36rpx;
  376. font-weight: 500;
  377. color: #333333;
  378. line-height: 1;
  379. padding-top: 42rpx;
  380. text-align: center;
  381. }
  382. .hx-wrapper .hx-body input {
  383. width: 439rpx;
  384. height: 68rpx;
  385. background: #dbf3e9;
  386. border-radius: 10rpx;
  387. margin: 39rpx auto 0;
  388. padding-left: 26rpx;
  389. }
  390. .hx-wrapper .hx-body input .hx-placeholder {
  391. font-size: 26rpx;
  392. font-weight: 500;
  393. color: #52c696;
  394. }
  395. .hx-wrapper .hx-body .hx-btn {
  396. margin: 44rpx auto 0;
  397. width: 353rpx;
  398. height: 71rpx;
  399. background: #52c696;
  400. border-radius: 34rpx;
  401. font-size: 36rpx;
  402. font-weight: 500;
  403. color: #f8f9f9;
  404. line-height: 71rpx;
  405. text-align: center;
  406. }