user.wxss 8.3 KB

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