user.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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: #fbfcfe;
  16. }
  17. .vheigh {
  18. height: 25px;
  19. }
  20. .top-image {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. right: 0;
  25. height: 529rpx;
  26. }
  27. .top-image image {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .popup-box {
  32. width: 522rpx;
  33. height: 605rpx;
  34. background-color: #ffffff;
  35. border-radius: 20rpx;
  36. position: relative;
  37. }
  38. .popup-box .img {
  39. position: relative;
  40. top: -56rpx;
  41. left: 0;
  42. width: 522rpx;
  43. height: 132rpx;
  44. display: flex;
  45. justify-content: center;
  46. }
  47. .popup-box .img image {
  48. border-radius: 20rpx 20rpx 0 0;
  49. width: 450rpx;
  50. height: 132rpx;
  51. }
  52. .popup-box .mian {
  53. margin-top: -44rpx;
  54. display: flex;
  55. flex-direction: column;
  56. align-items: center;
  57. background-color: #ffffff;
  58. border-radius: 0 0 20rpx 20rpx;
  59. text-align: center;
  60. }
  61. .popup-box .mian .delivery {
  62. font-size: 40rpx;
  63. color: #333333;
  64. display: flex;
  65. align-items: center;
  66. flex-direction: column;
  67. }
  68. .popup-box .mian .delivery image {
  69. margin-top: 48rpx;
  70. width: 172rpx;
  71. height: 160rpx;
  72. }
  73. .popup-box .mian .nocancel {
  74. font-size: 32rpx;
  75. color: #333333;
  76. margin-top: 14rpx;
  77. }
  78. .popup-box .mian .comfirm-box {
  79. margin-top: 52rpx;
  80. display: flex;
  81. }
  82. .popup-box .mian .comfirm-box .cancel {
  83. display: flex;
  84. align-items: center;
  85. justify-content: center;
  86. width: 197rpx;
  87. height: 74rpx;
  88. border: 1px solid #dcc786;
  89. border-radius: 38rpx;
  90. font-size: 32rpx;
  91. color: #605128;
  92. }
  93. .popup-box .mian .comfirm-box .comfirm {
  94. margin-left: 32rpx;
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. width: 197rpx;
  99. height: 74rpx;
  100. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  101. border-radius: 38px;
  102. font-size: 32rpx;
  103. color: #605128;
  104. }
  105. .user-section {
  106. padding: 112rpx 0 0 38rpx;
  107. position: relative;
  108. z-index: 10;
  109. }
  110. .user-section .detail {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .user-section .detail .portrait-box {
  115. height: 120rpx;
  116. width: 120rpx;
  117. }
  118. .user-section .detail .portrait-box .portrait {
  119. width: 100%;
  120. height: 100%;
  121. border: 4rpx solid #fff;
  122. border-radius: 50%;
  123. }
  124. .user-section .detail .info-box {
  125. margin-left: 20rpx;
  126. line-height: 1;
  127. }
  128. .user-section .detail .info-box .username {
  129. font-size: 32rpx;
  130. font-family: PingFang SC;
  131. font-weight: bold;
  132. color: #333333;
  133. }
  134. .user-section .detail .info-box .phone {
  135. font-size: 25rpx;
  136. font-family: PingFang SC;
  137. font-weight: 500;
  138. color: #333333;
  139. margin-top: 18rpx;
  140. }
  141. .user-section .config {
  142. width: 161rpx;
  143. height: 51rpx;
  144. background: #ffffff;
  145. border-radius: 25rpx;
  146. display: flex;
  147. justify-content: center;
  148. align-items: center;
  149. position: relative;
  150. }
  151. .user-section .config .setting {
  152. position: absolute;
  153. top: 0;
  154. left: 0;
  155. right: 0;
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .user-section .config .setting image {
  160. width: 100%;
  161. height: 100%;
  162. }
  163. .user-section .config .config-font {
  164. position: relative;
  165. margin-left: 10rpx;
  166. font-size: 24rpx;
  167. font-family: PingFang SC;
  168. font-weight: 500;
  169. color: #93794B;
  170. }
  171. .user-money {
  172. position: relative;
  173. z-index: 2;
  174. width: 100%;
  175. margin-top: 50rpx;
  176. justify-content: center;
  177. }
  178. .user-money .user-money-item {
  179. width: 50%;
  180. display: flex;
  181. flex-direction: column;
  182. justify-content: center;
  183. align-items: center;
  184. }
  185. .user-money .user-money-item .user-money-num {
  186. font-size: 36rpx;
  187. font-family: PingFang SC;
  188. font-weight: bold;
  189. color: #000000;
  190. }
  191. .user-money .user-money-item .user-money-font {
  192. margin-top: 20rpx;
  193. font-size: 28rpx;
  194. font-weight: 500;
  195. color: #000000;
  196. }
  197. .user-money .user-xian {
  198. width: 1px;
  199. height: 77rpx;
  200. background: #ababab;
  201. }
  202. .tool-list {
  203. width: 690rpx;
  204. margin: 20rpx auto 0;
  205. background: #ffffff;
  206. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  207. border-radius: 20rpx;
  208. }
  209. .psw-wrapper {
  210. width: 548rpx;
  211. padding: 20rpx 0;
  212. background-color: #ffffff;
  213. border-radius: 15rpx 15rpx;
  214. }
  215. .psw-wrapper .psw-title {
  216. width: 100%;
  217. font-size: 35rpx;
  218. padding: 0 0 40rpx;
  219. text-align: center;
  220. font-weight: 800;
  221. }
  222. .psw-wrapper .psw-content {
  223. width: 100%;
  224. font-size: 32rpx;
  225. text-align: center;
  226. }
  227. .psw-wrapper .psw-price {
  228. font-weight: bold;
  229. font-size: 68rpx;
  230. text-align: center;
  231. padding-top: 10rpx;
  232. }
  233. .psw-wrapper .psw-jg {
  234. height: 1px;
  235. width: 500rpx;
  236. background-color: #eee;
  237. margin: auto;
  238. }
  239. .psw-wrapper .psw-paytype {
  240. justify-content: space-between;
  241. padding: 10rpx 25rpx 30rpx;
  242. font-size: 26rpx;
  243. }
  244. .psw-wrapper .psw-ipt {
  245. display: block;
  246. background-color: #dce3ed;
  247. height: 90rpx;
  248. width: 464rpx;
  249. padding-left: 30rpx;
  250. margin: 0 auto;
  251. font-size: 80rpx;
  252. }
  253. .psw-wrapper .psw-btn text {
  254. display: inline-block;
  255. text-align: center;
  256. width: 50%;
  257. padding-top: 29rpx;
  258. font-size: 35rpx;
  259. }
  260. .psw-wrapper .psw-qd {
  261. color: #ff4c4c;
  262. }
  263. .hx-wrapper {
  264. width: 536rpx;
  265. height: 720rpx;
  266. position: relative;
  267. }
  268. .hx-wrapper .hx-img {
  269. width: 536rpx;
  270. height: 281rpx;
  271. }
  272. .hx-wrapper .hx-img image {
  273. width: 536rpx;
  274. height: 281rpx;
  275. }
  276. .hx-wrapper .hx-close {
  277. position: absolute;
  278. left: 243rpx;
  279. bottom: -80rpx;
  280. width: 52rpx;
  281. height: 52rpx;
  282. }
  283. .hx-wrapper .hx-close image {
  284. width: 52rpx;
  285. height: 52rpx;
  286. }
  287. .hx-wrapper .hx-body {
  288. width: 536rpx;
  289. height: 450rpx;
  290. background-color: #fff;
  291. border-radius: 0 0 10rpx 10rpx;
  292. }
  293. .hx-wrapper .hx-body .hx-title {
  294. width: 536rpx;
  295. font-size: 36rpx;
  296. font-weight: 500;
  297. color: #333333;
  298. line-height: 1;
  299. padding-top: 42rpx;
  300. text-align: center;
  301. }
  302. .hx-wrapper .hx-body input {
  303. width: 439rpx;
  304. height: 68rpx;
  305. background: #dbf3e9;
  306. border-radius: 10rpx;
  307. margin: 39rpx auto 0;
  308. padding-left: 26rpx;
  309. }
  310. .hx-wrapper .hx-body input .hx-placeholder {
  311. font-size: 26rpx;
  312. font-weight: 500;
  313. color: #ff4c4c;
  314. }
  315. .hx-wrapper .hx-body .hx-btn {
  316. margin: 44rpx auto 0;
  317. width: 353rpx;
  318. height: 71rpx;
  319. background: #ff4c4c;
  320. border-radius: 34rpx;
  321. font-size: 36rpx;
  322. font-weight: 500;
  323. color: #f8f9f9;
  324. line-height: 71rpx;
  325. text-align: center;
  326. }
  327. .user-list {
  328. width: 691rpx;
  329. height: 104rpx;
  330. background: #FFFFFF;
  331. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
  332. border-radius: 28rpx;
  333. margin: 20rpx auto 0;
  334. padding: 0 25rpx;
  335. }
  336. .user-list .user-list-image {
  337. width: 60rpx;
  338. }
  339. .user-list .user-list-image .left-img {
  340. display: block;
  341. height: 40rpx;
  342. }
  343. .user-list .user-list-tit {
  344. padding-left: 20rpx;
  345. flex-grow: 1;
  346. font-size: 29rpx;
  347. font-weight: bold;
  348. color: #5D5D5D;
  349. }
  350. .user-list .right-img {
  351. width: 13rpx;
  352. height: 23rpx;
  353. }
  354. .user-box {
  355. position: relative;
  356. z-index: 2;
  357. margin-top: 40rpx;
  358. }