user.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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: #DC262B;
  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. height: 283rpx;
  169. background: #ffffff;
  170. box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
  171. border-radius: 20rpx;
  172. padding: 34rpx 0 40rpx;
  173. margin: auto;
  174. }
  175. .user-wrap .info-left {
  176. padding-left: 34rpx;
  177. }
  178. .user-wrap .info-left .user-name {
  179. display: flex;
  180. align-items: center;
  181. }
  182. .user-wrap .info-left .user-name image {
  183. width: 120rpx;
  184. height: 120rpx;
  185. border-radius: 50%;
  186. }
  187. .user-wrap .info-left .user-name .user-font {
  188. padding-left: 34rpx;
  189. }
  190. .user-wrap .info-left .user-name .user-font .name {
  191. width: 250rpx;
  192. font-size: 40rpx;
  193. font-family: Source Han Sans CN;
  194. font-weight: 400;
  195. color: #333333;
  196. }
  197. .user-wrap .info-left .user-name .user-font .phone {
  198. margin-top: 10rpx;
  199. font-size: 20rpx;
  200. font-family: PingFang SC;
  201. font-weight: 500;
  202. color: #999999;
  203. }
  204. .user-wrap .info-left .kpi {
  205. width: 178rpx;
  206. height: 60rpx;
  207. position: relative;
  208. }
  209. .user-wrap .info-left .kpi image {
  210. position: absolute;
  211. top: 0;
  212. left: 0;
  213. width: 178rpx;
  214. height: 60rpx;
  215. }
  216. .user-wrap .info-left .kpi .user-level {
  217. position: absolute;
  218. top: 0;
  219. right: 0;
  220. height: 60rpx;
  221. line-height: 60rpx;
  222. width: 120rpx;
  223. font-size: 28rpx;
  224. font-weight: 500;
  225. color: #93794B;
  226. text-align: right;
  227. padding-right: 24rpx;
  228. }
  229. .user-wrap .info-right {
  230. display: flex;
  231. align-items: center;
  232. margin-top: 54rpx;
  233. padding: 0 34rpx;
  234. }
  235. .user-wrap .info-right .iright-icon {
  236. width: 32rpx;
  237. height: 32rpx;
  238. }
  239. .user-wrap .info-right .iright-font {
  240. margin-left: 12rpx;
  241. font-size: 28rpx;
  242. font-family: PingFang SC;
  243. font-weight: bold;
  244. color: #333333;
  245. }
  246. .user-set {
  247. justify-content: flex-end;
  248. height: 100rpx;
  249. padding: 30rpx;
  250. }
  251. .user-set view {
  252. flex-shrink: 0;
  253. }
  254. .user-set image {
  255. height: 40rpx;
  256. width: 40rpx;
  257. }
  258. .main-box {
  259. margin: 20rpx auto 0;
  260. width: 710rpx;
  261. background: #ffffff;
  262. box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
  263. border-radius: 20rpx;
  264. }
  265. .main-box .title {
  266. display: flex;
  267. justify-content: space-between;
  268. align-items: center;
  269. padding: 24rpx;
  270. border-bottom: 1px solid #EEEEEE;
  271. }
  272. .main-box .title .title-left {
  273. display: flex;
  274. align-items: center;
  275. }
  276. .main-box .title .title-left .title-icon {
  277. width: 32rpx;
  278. height: 32rpx;
  279. }
  280. .main-box .title .title-left .title-font {
  281. margin-left: 20rpx;
  282. font-size: 28rpx;
  283. font-family: PingFang SC;
  284. font-weight: bold;
  285. color: #333333;
  286. }
  287. .main-box .title .title-right {
  288. width: 14rpx;
  289. height: 24rpx;
  290. }
  291. .main-box .main {
  292. padding: 50rpx 0 30rpx;
  293. }
  294. .main-box .main .jg {
  295. width: 1px;
  296. height: 100rpx;
  297. background: #EEEEEE;
  298. }
  299. .main-box .main .item {
  300. padding-bottom: 20rpx;
  301. width: 33%;
  302. display: flex;
  303. flex-direction: column;
  304. align-items: center;
  305. }
  306. .main-box .main .item .item-num {
  307. font-size: 36rpx;
  308. font-family: PingFang SC;
  309. font-weight: bold;
  310. color: #333333;
  311. }
  312. .main-box .main .item .item-font {
  313. margin-top: 18rpx;
  314. font-size: 22rpx;
  315. font-family: PingFang SC;
  316. font-weight: 500;
  317. color: #666666;
  318. }
  319. .main-box .main .oitem {
  320. width: 25%;
  321. display: flex;
  322. flex-direction: column;
  323. align-items: center;
  324. }
  325. .main-box .main .oitem .oitem-image {
  326. height: 50rpx;
  327. width: 48rpx;
  328. }
  329. .main-box .main .oitem .oitem-font {
  330. margin-top: 20rpx;
  331. font-size: 24rpx;
  332. font-family: PingFang SC;
  333. font-weight: 500;
  334. color: #333333;
  335. }
  336. .gpai {
  337. width: 100rpx;
  338. line-height: 40rpx;
  339. border-radius: 25rpx;
  340. position: absolute;
  341. top: 120rpx;
  342. left: 40rpx;
  343. font-size: 24rpx;
  344. color: #c6914e;
  345. text-align: center;
  346. background-color: #f2d4ae;
  347. }
  348. .my-tools {
  349. width: 710rpx;
  350. background: #FFFFFF;
  351. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  352. border-radius: 20rpx;
  353. margin: 20rpx auto;
  354. }
  355. .my-tools .my-order {
  356. height: 73rpx;
  357. width: 100%;
  358. border-bottom: 2rpx solid #F5F5F5;
  359. display: flex;
  360. align-items: center;
  361. justify-content: flex-start;
  362. }
  363. .my-tools .my-order .order {
  364. font-size: 30rpx;
  365. font-family: PingFang SC;
  366. font-weight: bold;
  367. color: #333333;
  368. margin-left: 36rpx;
  369. margin-right: 520rpx;
  370. }
  371. .my-tools .my-order image {
  372. width: 12rpx;
  373. height: 22rpx;
  374. }
  375. .my-tools .tool {
  376. flex-wrap: wrap;
  377. justify-content: flex-start;
  378. align-items: center;
  379. }
  380. .my-tools .tool .tool-item {
  381. width: 25%;
  382. height: 160rpx;
  383. display: flex;
  384. align-items: center;
  385. flex-direction: column;
  386. justify-content: center;
  387. }
  388. .my-tools .tool .tool-item .tool-img {
  389. width: 42rpx;
  390. height: 42rpx;
  391. }
  392. .my-tools .tool .tool-item .tool-img image {
  393. width: 100%;
  394. height: 100%;
  395. }
  396. .my-tools .tool .tool-item .tool-name {
  397. padding-top: 20rpx;
  398. font-size: 24rpx;
  399. font-family: PingFang SC;
  400. font-weight: 500;
  401. color: #333333;
  402. }