my.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .container {
  13. min-height: 100%;
  14. height: auto;
  15. background: #ffffff;
  16. }
  17. .vheigh {
  18. height: 25px;
  19. background-color: #24a17d;
  20. }
  21. .top-image {
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. right: 0;
  26. height: 428rpx;
  27. }
  28. .top-image image {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .user-box {
  33. position: relative;
  34. z-index: 2;
  35. width: 690rpx;
  36. margin: 0 auto;
  37. background: #ffffff;
  38. box-shadow: 0px 4rpx 13rpx 0px rgba(229, 229, 229, 0.46);
  39. border-radius: 20rpx;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. padding: 0 0 30rpx;
  44. line-height: 1;
  45. }
  46. .user-box .avatar {
  47. position: relative;
  48. top: -66rpx;
  49. border-radius: 50%;
  50. width: 132rpx;
  51. height: 132rpx;
  52. }
  53. .user-box .user-name {
  54. position: relative;
  55. top: -66rpx;
  56. margin-top: 14rpx;
  57. font-size: 30rpx;
  58. font-family: PingFang SC;
  59. font-weight: bold;
  60. color: #333333;
  61. }
  62. .user-box .user-phone {
  63. position: relative;
  64. top: -66rpx;
  65. margin-top: 14rpx;
  66. font-size: 28rpx;
  67. font-family: PingFang SC;
  68. font-weight: bold;
  69. color: #666666;
  70. }
  71. .user-box .user-money {
  72. width: 100%;
  73. justify-content: center;
  74. }
  75. .user-box .user-money .user-money-item {
  76. width: 50%;
  77. display: flex;
  78. flex-direction: column;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .user-box .user-money .user-money-item .user-money-num {
  83. font-size: 36rpx;
  84. font-family: PingFang SC;
  85. font-weight: bold;
  86. color: #333333;
  87. }
  88. .user-box .user-money .user-money-item .user-money-font {
  89. margin-top: 20rpx;
  90. font-size: 22rpx;
  91. font-family: PingFang SC;
  92. font-weight: 500;
  93. color: #666666;
  94. }
  95. .user-box .user-money .user-xian {
  96. width: 1px;
  97. height: 77rpx;
  98. background: #eeeeee;
  99. }
  100. .shop {
  101. width: 690rpx;
  102. height: 90rpx;
  103. margin: 18rpx auto 0;
  104. position: relative;
  105. padding: 0 20rpx 0 70rpx;
  106. }
  107. .shop .shop-bg {
  108. position: absolute;
  109. left: 0;
  110. right: 0;
  111. top: 0;
  112. width: 690rpx;
  113. height: 90rpx;
  114. }
  115. .shop .shop-bg image {
  116. width: 100%;
  117. height: 100%;
  118. }
  119. .shop .shop-left {
  120. position: relative;
  121. z-index: 2;
  122. font-size: 30rpx;
  123. font-family: PingFang SC;
  124. font-weight: bolder;
  125. color: #6a4714;
  126. }
  127. .shop .shop-right {
  128. position: relative;
  129. z-index: 2;
  130. width: 148rpx;
  131. height: 50rpx;
  132. background: linear-gradient(-90deg, #8c5f1d 0%, #8c5f1c 77%, #875916 99%);
  133. border-radius: 25rpx;
  134. line-height: 50rpx;
  135. text-align: center;
  136. font-size: 28rpx;
  137. font-family: PingFang SC;
  138. font-weight: 500;
  139. color: #f0e1c9;
  140. }
  141. .main-box {
  142. margin: 20rpx auto 0;
  143. width: 710rpx;
  144. background: #ffffff;
  145. box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
  146. border-radius: 20rpx;
  147. }
  148. .main-box .title {
  149. display: flex;
  150. justify-content: space-between;
  151. align-items: center;
  152. padding: 24rpx;
  153. border-bottom: 1px solid #eeeeee;
  154. }
  155. .main-box .title .title-left {
  156. display: flex;
  157. align-items: center;
  158. }
  159. .main-box .title .title-left .title-icon {
  160. width: 32rpx;
  161. height: 32rpx;
  162. }
  163. .main-box .title .title-left .title-font {
  164. margin-left: 20rpx;
  165. font-size: 28rpx;
  166. font-family: PingFang SC;
  167. font-weight: bold;
  168. color: #333333;
  169. }
  170. .main-box .title .title-right {
  171. width: 14rpx;
  172. height: 24rpx;
  173. }
  174. .main-box .main {
  175. padding: 50rpx 0 30rpx;
  176. }
  177. .main-box .main .jg {
  178. width: 1px;
  179. height: 100rpx;
  180. background: #eeeeee;
  181. }
  182. .main-box .main .item {
  183. padding-bottom: 20rpx;
  184. width: 25%;
  185. display: flex;
  186. flex-direction: column;
  187. align-items: center;
  188. }
  189. .main-box .main .item .item-num {
  190. font-size: 36rpx;
  191. font-family: PingFang SC;
  192. font-weight: bold;
  193. color: #333333;
  194. }
  195. .main-box .main .item .item-font {
  196. margin-top: 18rpx;
  197. font-size: 22rpx;
  198. font-family: PingFang SC;
  199. font-weight: 500;
  200. color: #666666;
  201. }
  202. .main-box .main .oitem {
  203. width: 33%;
  204. display: flex;
  205. flex-direction: column;
  206. align-items: center;
  207. }
  208. .main-box .main .oitem .oitem-image {
  209. height: 40rpx;
  210. width: 42rpx;
  211. }
  212. .main-box .main .oitem .oitem-font {
  213. margin-top: 20rpx;
  214. font-size: 24rpx;
  215. font-family: PingFang SC;
  216. font-weight: 500;
  217. color: #333333;
  218. }
  219. .my-tool {
  220. width: 690rpx;
  221. background: #ffffff;
  222. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  223. border-radius: 28rpx;
  224. padding: 34rpx 24rpx;
  225. margin: 15rpx auto 0;
  226. }
  227. .my-tool .my-tool-left {
  228. display: flex;
  229. align-items: center;
  230. }
  231. .my-tool .my-tool-left .my-tool-image1 {
  232. width: 41rpx;
  233. height: 35rpx;
  234. }
  235. .my-tool .my-tool-left .my-tool-image2 {
  236. width: 43rpx;
  237. height: 40rpx;
  238. }
  239. .my-tool .my-tool-left .my-tool-image3 {
  240. width: 42rpx;
  241. height: 37rpx;
  242. }
  243. .my-tool .my-tool-left .my-tool-image4 {
  244. width: 38rpx;
  245. height: 40rpx;
  246. }
  247. .my-tool .my-tool-left .my-tool-image5 {
  248. width: 42rpx;
  249. height: 39rpx;
  250. }
  251. .my-tool .my-tool-left .my-tool-font {
  252. font-size: 29rpx;
  253. font-family: PingFang SC;
  254. font-weight: bold;
  255. color: #5d5d5d;
  256. margin-left: 14rpx;
  257. }
  258. .my-tool .my-tool-right {
  259. width: 18rpx;
  260. height: 22rpx;
  261. }
  262. .popup-box {
  263. width: 522rpx;
  264. height: 605rpx;
  265. background-color: #ffffff;
  266. border-radius: 20rpx;
  267. position: relative;
  268. }
  269. .popup-box .img {
  270. position: relative;
  271. top: -56rpx;
  272. left: 0;
  273. width: 522rpx;
  274. height: 132rpx;
  275. display: flex;
  276. justify-content: center;
  277. }
  278. .popup-box .img image {
  279. border-radius: 20rpx 20rpx 0 0;
  280. width: 450rpx;
  281. height: 132rpx;
  282. }
  283. .popup-box .mian {
  284. margin-top: -44rpx;
  285. display: flex;
  286. flex-direction: column;
  287. align-items: center;
  288. background-color: #ffffff;
  289. border-radius: 0 0 20rpx 20rpx;
  290. text-align: center;
  291. }
  292. .popup-box .mian .delivery {
  293. font-size: 40rpx;
  294. color: #333333;
  295. display: flex;
  296. align-items: center;
  297. flex-direction: column;
  298. }
  299. .popup-box .mian .delivery image {
  300. margin-top: 48rpx;
  301. width: 172rpx;
  302. height: 160rpx;
  303. }
  304. .popup-box .mian .nocancel {
  305. font-size: 32rpx;
  306. color: #333333;
  307. margin-top: 14rpx;
  308. }
  309. .popup-box .mian .comfirm-box {
  310. margin-top: 52rpx;
  311. display: flex;
  312. }
  313. .popup-box .mian .comfirm-box .cancel {
  314. display: flex;
  315. align-items: center;
  316. justify-content: center;
  317. width: 197rpx;
  318. height: 74rpx;
  319. border: 1px solid #dcc786;
  320. border-radius: 38rpx;
  321. font-size: 32rpx;
  322. color: #605128;
  323. }
  324. .popup-box .mian .comfirm-box .comfirm {
  325. margin-left: 32rpx;
  326. display: flex;
  327. align-items: center;
  328. justify-content: center;
  329. width: 197rpx;
  330. height: 74rpx;
  331. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  332. border-radius: 38px;
  333. font-size: 32rpx;
  334. color: #605128;
  335. }
  336. .ipc {
  337. position: absolute;
  338. bottom: 40rpx;
  339. text-align: center;
  340. margin-top: 40rpx;
  341. width: 100%;
  342. }
  343. .ipc .ipc-font {
  344. color: blue;
  345. text-decoration: underline;
  346. }