user.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  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: 22rpx;
  207. font-family: PingFang SC;
  208. font-weight: 500;
  209. color: #666666;
  210. }
  211. .user-box .user-money .user-xian {
  212. width: 1px;
  213. height: 77rpx;
  214. background: #eeeeee;
  215. }
  216. .main-box {
  217. margin: 20rpx auto 0;
  218. width: 710rpx;
  219. background: #ffffff;
  220. box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
  221. border-radius: 20rpx;
  222. }
  223. .main-box .title {
  224. display: flex;
  225. justify-content: space-between;
  226. align-items: center;
  227. padding: 24rpx;
  228. border-bottom: 1px solid #eeeeee;
  229. }
  230. .main-box .title .title-left {
  231. display: flex;
  232. align-items: center;
  233. }
  234. .main-box .title .title-left .title-icon {
  235. width: 32rpx;
  236. height: 32rpx;
  237. }
  238. .main-box .title .title-left .title-font {
  239. margin-left: 20rpx;
  240. font-size: 28rpx;
  241. font-family: PingFang SC;
  242. font-weight: bold;
  243. color: #333333;
  244. }
  245. .main-box .title .title-right {
  246. width: 14rpx;
  247. height: 24rpx;
  248. }
  249. .main-box .main {
  250. padding: 50rpx 0 30rpx;
  251. }
  252. .main-box .main .jg {
  253. width: 1px;
  254. height: 100rpx;
  255. background: #eeeeee;
  256. }
  257. .main-box .main .item {
  258. padding-bottom: 20rpx;
  259. width: 25%;
  260. display: flex;
  261. flex-direction: column;
  262. align-items: center;
  263. }
  264. .main-box .main .item .item-num {
  265. font-size: 36rpx;
  266. font-family: PingFang SC;
  267. font-weight: bold;
  268. color: #333333;
  269. }
  270. .main-box .main .item .item-font {
  271. margin-top: 18rpx;
  272. font-size: 22rpx;
  273. font-family: PingFang SC;
  274. font-weight: 500;
  275. color: #666666;
  276. }
  277. .main-box .main .oitem {
  278. width: 33%;
  279. display: flex;
  280. flex-direction: column;
  281. align-items: center;
  282. }
  283. .main-box .main .oitem .oitem-image {
  284. height: 40rpx;
  285. width: 42rpx;
  286. }
  287. .main-box .main .oitem .oitem-font {
  288. margin-top: 20rpx;
  289. font-size: 24rpx;
  290. font-family: PingFang SC;
  291. font-weight: 500;
  292. color: #333333;
  293. }
  294. .tool-list {
  295. width: 690rpx;
  296. margin: 20rpx auto 0;
  297. background: #ffffff;
  298. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  299. border-radius: 20rpx;
  300. }
  301. .psw-wrapper {
  302. width: 548rpx;
  303. padding: 20rpx 0;
  304. background-color: #ffffff;
  305. border-radius: 15rpx 15rpx;
  306. }
  307. .psw-wrapper .psw-title {
  308. width: 100%;
  309. font-size: 35rpx;
  310. padding: 0 0 40rpx;
  311. text-align: center;
  312. font-weight: 800;
  313. }
  314. .psw-wrapper .psw-content {
  315. width: 100%;
  316. font-size: 32rpx;
  317. text-align: center;
  318. }
  319. .psw-wrapper .psw-price {
  320. font-weight: bold;
  321. font-size: 68rpx;
  322. text-align: center;
  323. padding-top: 10rpx;
  324. }
  325. .psw-wrapper .psw-jg {
  326. height: 1px;
  327. width: 500rpx;
  328. background-color: #eee;
  329. margin: auto;
  330. }
  331. .psw-wrapper .psw-paytype {
  332. justify-content: space-between;
  333. padding: 10rpx 25rpx 30rpx;
  334. font-size: 26rpx;
  335. }
  336. .psw-wrapper .psw-ipt {
  337. display: block;
  338. background-color: #dce3ed;
  339. height: 90rpx;
  340. width: 464rpx;
  341. padding-left: 30rpx;
  342. margin: 0 auto;
  343. font-size: 80rpx;
  344. }
  345. .psw-wrapper .psw-btn text {
  346. display: inline-block;
  347. text-align: center;
  348. width: 50%;
  349. padding-top: 29rpx;
  350. font-size: 35rpx;
  351. }
  352. .psw-wrapper .psw-qd {
  353. color: #ff4c4c;
  354. }
  355. .hx-wrapper {
  356. width: 536rpx;
  357. height: 630rpx;
  358. position: relative;
  359. }
  360. .hx-wrapper .hx-img {
  361. width: 536rpx;
  362. height: 281rpx;
  363. }
  364. .hx-wrapper .hx-img image {
  365. width: 536rpx;
  366. height: 281rpx;
  367. }
  368. .hx-wrapper .hx-close {
  369. position: absolute;
  370. left: 243rpx;
  371. bottom: -80rpx;
  372. width: 52rpx;
  373. height: 52rpx;
  374. }
  375. .hx-wrapper .hx-close image {
  376. width: 52rpx;
  377. height: 52rpx;
  378. }
  379. .hx-wrapper .hx-body {
  380. width: 536rpx;
  381. height: 349rpx;
  382. background-color: #fff;
  383. border-radius: 0 0 10rpx 10rpx;
  384. }
  385. .hx-wrapper .hx-body .hx-title {
  386. width: 536rpx;
  387. font-size: 36rpx;
  388. font-weight: 500;
  389. color: #333333;
  390. line-height: 1;
  391. padding-top: 42rpx;
  392. text-align: center;
  393. }
  394. .hx-wrapper .hx-body input {
  395. width: 439rpx;
  396. height: 68rpx;
  397. background: #dbf3e9;
  398. border-radius: 10rpx;
  399. margin: 39rpx auto 0;
  400. padding-left: 26rpx;
  401. }
  402. .hx-wrapper .hx-body input .hx-placeholder {
  403. font-size: 26rpx;
  404. font-weight: 500;
  405. color: #ff4c4c;
  406. }
  407. .hx-wrapper .hx-body .hx-btn {
  408. margin: 44rpx auto 0;
  409. width: 353rpx;
  410. height: 71rpx;
  411. background: #ff4c4c;
  412. border-radius: 34rpx;
  413. font-size: 36rpx;
  414. font-weight: 500;
  415. color: #f8f9f9;
  416. line-height: 71rpx;
  417. text-align: center;
  418. }
  419. .user-list {
  420. width: 691rpx;
  421. height: 104rpx;
  422. background: #FFFFFF;
  423. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  424. border-radius: 28rpx;
  425. margin: 20rpx auto;
  426. padding: 0 25rpx;
  427. }
  428. .user-list .left-img {
  429. width: 40rpx;
  430. height: 40rpx;
  431. }
  432. .user-list view {
  433. padding-left: 20rpx;
  434. flex-grow: 1;
  435. font-size: 29rpx;
  436. font-weight: bold;
  437. color: #5D5D5D;
  438. }
  439. .user-list .right-img {
  440. width: 13rpx;
  441. height: 23rpx;
  442. }