user.wxss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  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: #ff4e4a;
  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. .popup-box {
  33. width: 522rpx;
  34. height: 605rpx;
  35. background-color: #ffffff;
  36. border-radius: 20rpx;
  37. position: relative;
  38. }
  39. .popup-box .img {
  40. position: relative;
  41. top: -56rpx;
  42. left: 0;
  43. width: 522rpx;
  44. height: 132rpx;
  45. display: flex;
  46. justify-content: center;
  47. }
  48. .popup-box .img image {
  49. border-radius: 20rpx 20rpx 0 0;
  50. width: 450rpx;
  51. height: 132rpx;
  52. }
  53. .popup-box .mian {
  54. margin-top: -44rpx;
  55. display: flex;
  56. flex-direction: column;
  57. align-items: center;
  58. background-color: #ffffff;
  59. border-radius: 0 0 20rpx 20rpx;
  60. text-align: center;
  61. }
  62. .popup-box .mian .delivery {
  63. font-size: 40rpx;
  64. color: #333333;
  65. display: flex;
  66. align-items: center;
  67. flex-direction: column;
  68. }
  69. .popup-box .mian .delivery image {
  70. margin-top: 48rpx;
  71. width: 172rpx;
  72. height: 160rpx;
  73. }
  74. .popup-box .mian .nocancel {
  75. font-size: 32rpx;
  76. color: #333333;
  77. margin-top: 14rpx;
  78. }
  79. .popup-box .mian .comfirm-box {
  80. margin-top: 52rpx;
  81. display: flex;
  82. }
  83. .popup-box .mian .comfirm-box .cancel {
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. width: 197rpx;
  88. height: 74rpx;
  89. border: 1px solid #dcc786;
  90. border-radius: 38rpx;
  91. font-size: 32rpx;
  92. color: #605128;
  93. }
  94. .popup-box .mian .comfirm-box .comfirm {
  95. margin-left: 32rpx;
  96. display: flex;
  97. align-items: center;
  98. justify-content: center;
  99. width: 197rpx;
  100. height: 74rpx;
  101. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  102. border-radius: 38px;
  103. font-size: 32rpx;
  104. color: #605128;
  105. }
  106. .user-box {
  107. position: relative;
  108. z-index: 2;
  109. width: 690rpx;
  110. margin: 0 auto;
  111. margin: -100rpx auto 0;
  112. background: #ffffff;
  113. box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
  114. border-radius: 20rpx;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. padding: 54rpx 0 30rpx;
  119. line-height: 1;
  120. position: relative;
  121. }
  122. .user-box .u-set {
  123. position: absolute;
  124. top: 85rpx;
  125. right: 40rpx;
  126. width: 44rpx;
  127. height: 44rpx;
  128. }
  129. .user-box .user-info {
  130. justify-content: flex-start;
  131. width: 100%;
  132. padding-left: 40rpx;
  133. }
  134. .user-box .user-info .avatar {
  135. border-radius: 50%;
  136. width: 132rpx;
  137. height: 132rpx;
  138. background-color: #eee;
  139. margin-right: 18rpx;
  140. }
  141. .user-box .user-info .user-uid {
  142. padding-top: 10rpx;
  143. font-size: 24rpx;
  144. font-weight: 500;
  145. color: #666666;
  146. }
  147. .user-box .user-name {
  148. width: 300rpx;
  149. margin-top: 14rpx;
  150. font-size: 30rpx;
  151. font-family: PingFang SC;
  152. font-weight: bold;
  153. color: #333333;
  154. }
  155. .user-box .user-shop {
  156. margin-top: 10rpx;
  157. display: flex;
  158. justify-content: flex-start;
  159. align-items: center;
  160. }
  161. .user-box .user-shop .user-shop-item {
  162. position: relative;
  163. margin: 0 10rpx;
  164. width: 105rpx;
  165. height: 42rpx;
  166. }
  167. .user-box .user-shop .user-shop-item .user-shop-icon {
  168. position: absolute;
  169. top: 0;
  170. left: 0;
  171. right: 0;
  172. width: 105rpx;
  173. height: 42rpx;
  174. }
  175. .user-box .user-shop .user-shop-item .user-shopname {
  176. padding-left: 18rpx;
  177. position: relative;
  178. z-index: 2;
  179. font-size: 20rpx;
  180. font-family: PingFang SC;
  181. font-weight: 500;
  182. color: #977843;
  183. line-height: 42rpx;
  184. text-align: center;
  185. }
  186. .user-box .user-money {
  187. width: 100%;
  188. margin-top: 50rpx;
  189. justify-content: center;
  190. }
  191. .user-box .user-money .user-money-item {
  192. width: 50%;
  193. display: flex;
  194. flex-direction: column;
  195. justify-content: center;
  196. align-items: center;
  197. }
  198. .user-box .user-money .user-money-item .user-money-num {
  199. font-size: 36rpx;
  200. font-family: PingFang SC;
  201. font-weight: bold;
  202. color: #333333;
  203. }
  204. .user-box .user-money .user-money-item .user-money-font {
  205. margin-top: 20rpx;
  206. font-size: 30rpx;
  207. font-weight: 500;
  208. color: #666666;
  209. }
  210. .user-box .user-money .user-xian {
  211. width: 1px;
  212. height: 77rpx;
  213. background: #eeeeee;
  214. }
  215. .main-box {
  216. margin: 20rpx auto 0;
  217. width: 710rpx;
  218. background: #ffffff;
  219. box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
  220. border-radius: 20rpx;
  221. }
  222. .main-box .title {
  223. display: flex;
  224. justify-content: space-between;
  225. align-items: center;
  226. padding: 24rpx;
  227. border-bottom: 1px solid #eeeeee;
  228. }
  229. .main-box .title .title-left {
  230. display: flex;
  231. align-items: center;
  232. }
  233. .main-box .title .title-left .title-icon {
  234. width: 32rpx;
  235. height: 32rpx;
  236. }
  237. .main-box .title .title-left .title-font {
  238. margin-left: 20rpx;
  239. font-size: 28rpx;
  240. font-family: PingFang SC;
  241. font-weight: bold;
  242. color: #333333;
  243. }
  244. .main-box .title .title-right {
  245. width: 14rpx;
  246. height: 24rpx;
  247. }
  248. .main-box .main {
  249. padding: 50rpx 0 30rpx;
  250. }
  251. .main-box .main .jg {
  252. width: 1px;
  253. height: 100rpx;
  254. background: #eeeeee;
  255. }
  256. .main-box .main .item {
  257. padding-bottom: 20rpx;
  258. width: 25%;
  259. display: flex;
  260. flex-direction: column;
  261. align-items: center;
  262. }
  263. .main-box .main .item .item-num {
  264. font-size: 36rpx;
  265. font-family: PingFang SC;
  266. font-weight: bold;
  267. color: #333333;
  268. }
  269. .main-box .main .item .item-font {
  270. margin-top: 18rpx;
  271. font-size: 22rpx;
  272. font-family: PingFang SC;
  273. font-weight: 500;
  274. color: #666666;
  275. }
  276. .main-box .main .oitem {
  277. width: 33%;
  278. display: flex;
  279. flex-direction: column;
  280. align-items: center;
  281. }
  282. .main-box .main .oitem .oitem-image {
  283. height: 40rpx;
  284. width: 42rpx;
  285. }
  286. .main-box .main .oitem .oitem-font {
  287. margin-top: 20rpx;
  288. font-size: 30rpx;
  289. font-weight: 500;
  290. color: #333333;
  291. }
  292. .tool-list {
  293. width: 690rpx;
  294. margin: 20rpx auto 0;
  295. background: #ffffff;
  296. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  297. border-radius: 20rpx;
  298. }
  299. .psw-wrapper {
  300. width: 548rpx;
  301. padding: 20rpx 0;
  302. background-color: #ffffff;
  303. border-radius: 15rpx 15rpx;
  304. }
  305. .psw-wrapper .psw-title {
  306. width: 100%;
  307. font-size: 35rpx;
  308. padding: 0 0 40rpx;
  309. text-align: center;
  310. font-weight: 800;
  311. }
  312. .psw-wrapper .psw-content {
  313. width: 100%;
  314. font-size: 32rpx;
  315. text-align: center;
  316. }
  317. .psw-wrapper .psw-price {
  318. font-weight: bold;
  319. font-size: 68rpx;
  320. text-align: center;
  321. padding-top: 10rpx;
  322. }
  323. .psw-wrapper .psw-jg {
  324. height: 1px;
  325. width: 500rpx;
  326. background-color: #eee;
  327. margin: auto;
  328. }
  329. .psw-wrapper .psw-paytype {
  330. justify-content: space-between;
  331. padding: 10rpx 25rpx 30rpx;
  332. font-size: 26rpx;
  333. }
  334. .psw-wrapper .psw-ipt {
  335. display: block;
  336. background-color: #dce3ed;
  337. height: 90rpx;
  338. width: 464rpx;
  339. padding-left: 30rpx;
  340. margin: 0 auto;
  341. font-size: 80rpx;
  342. }
  343. .psw-wrapper .psw-btn text {
  344. display: inline-block;
  345. text-align: center;
  346. width: 50%;
  347. padding-top: 29rpx;
  348. font-size: 35rpx;
  349. }
  350. .psw-wrapper .psw-qd {
  351. color: #ff4c4c;
  352. }
  353. .hx-wrapper {
  354. width: 536rpx;
  355. height: 630rpx;
  356. position: relative;
  357. }
  358. .hx-wrapper .hx-img {
  359. width: 536rpx;
  360. height: 281rpx;
  361. }
  362. .hx-wrapper .hx-img image {
  363. width: 536rpx;
  364. height: 281rpx;
  365. }
  366. .hx-wrapper .hx-close {
  367. position: absolute;
  368. left: 243rpx;
  369. bottom: -80rpx;
  370. width: 52rpx;
  371. height: 52rpx;
  372. }
  373. .hx-wrapper .hx-close image {
  374. width: 52rpx;
  375. height: 52rpx;
  376. }
  377. .hx-wrapper .hx-body {
  378. width: 536rpx;
  379. height: 349rpx;
  380. background-color: #fff;
  381. border-radius: 0 0 10rpx 10rpx;
  382. }
  383. .hx-wrapper .hx-body .hx-title {
  384. width: 536rpx;
  385. font-size: 36rpx;
  386. font-weight: 500;
  387. color: #333333;
  388. line-height: 1;
  389. padding-top: 42rpx;
  390. text-align: center;
  391. }
  392. .hx-wrapper .hx-body input {
  393. width: 439rpx;
  394. height: 68rpx;
  395. background: #dbf3e9;
  396. border-radius: 10rpx;
  397. margin: 39rpx auto 0;
  398. padding-left: 26rpx;
  399. }
  400. .hx-wrapper .hx-body input .hx-placeholder {
  401. font-size: 26rpx;
  402. font-weight: 500;
  403. color: #ff4c4c;
  404. }
  405. .hx-wrapper .hx-body .hx-btn {
  406. margin: 44rpx auto 0;
  407. width: 353rpx;
  408. height: 71rpx;
  409. background: #ff4c4c;
  410. border-radius: 34rpx;
  411. font-size: 36rpx;
  412. font-weight: 500;
  413. color: #f8f9f9;
  414. line-height: 71rpx;
  415. text-align: center;
  416. }
  417. .user-list {
  418. width: 691rpx;
  419. height: 104rpx;
  420. background: #FFFFFF;
  421. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  422. border-radius: 28rpx;
  423. margin: 20rpx auto;
  424. padding: 0 25rpx;
  425. }
  426. .user-list .left-img {
  427. width: 40rpx;
  428. height: 40rpx;
  429. }
  430. .user-list view {
  431. padding-left: 20rpx;
  432. flex-grow: 1;
  433. font-size: 32rpx;
  434. font-weight: bold;
  435. color: #5D5D5D;
  436. }
  437. .user-list .right-img {
  438. width: 13rpx;
  439. height: 23rpx;
  440. }