mine.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. /* 用户头像名字 */
  2. page {
  3. background-color: #F2F2F6;
  4. }
  5. .my_userinfo {
  6. height: 136rpx;
  7. width: 136rpx;
  8. display: flex;
  9. margin-top: 128rpx;
  10. margin-left: 78rpx;
  11. box-sizing: border-box;
  12. }
  13. .my_userinfo_blue {
  14. height: 310rpx;
  15. /* display: flex; */
  16. padding: 10rpx 56rpx 0;
  17. box-sizing: border-box;
  18. background: #00C7C6;
  19. }
  20. .my_userinfo .avatar {
  21. margin-right: 40rpx;
  22. }
  23. .my_userinfo .avatar image {
  24. width: 170rpx;
  25. height: 170rpx;
  26. border-radius: 200rpx;
  27. }
  28. .my_userinfo {
  29. font-size: 40rpx;
  30. font-weight: 500;
  31. line-height: 170rpx;
  32. width: 322rpx;
  33. color: thistle;
  34. }
  35. .name {
  36. width: 144rpx;
  37. height: 36rpx;
  38. margin-left: 0rpx;
  39. margin-top: 0rpx;
  40. font-style: normal;
  41. font-weight: bold;
  42. font-size: 36rpx;
  43. color: #FFFFFF;
  44. }
  45. .userinfo_box {
  46. display: flex;
  47. }
  48. .my_userinfo_blue .avatar {
  49. margin-right: 40rpx;
  50. height: 136rpx;
  51. }
  52. .my_userinfo_blue .avatar image {
  53. width: 136rpx;
  54. height: 136rpx;
  55. border-radius: 200rpx;
  56. }
  57. .my_userinfo_blue {
  58. font-size: 40rpx;
  59. font-weight: 500;
  60. line-height: 136rpx;
  61. height: 136rpx;
  62. width: 322rpx;
  63. color: #FFFFFF;
  64. }
  65. .my_userinfo_blue .qrcode {
  66. width: 48rpx;
  67. height: 48rpx;
  68. position: absolute;
  69. top: 56rpx;
  70. right: 80rpx;
  71. }
  72. .my_userinfo_blue .phoneauth {
  73. height: 60rpx;
  74. width: 150rpx;
  75. position: absolute;
  76. top: 50rpx;
  77. right: 0;
  78. }
  79. .my_userinfo .phoneauth {
  80. height: 60rpx;
  81. width: 150rpx;
  82. position: absolute;
  83. top: 192rpx;
  84. right: 0;
  85. }
  86. .vipcont {
  87. color: #FFFFFF;
  88. display: flex;
  89. justify-content: space-between;
  90. padding: 32rpx 32rpx 0;
  91. }
  92. .vipcont .list {
  93. text-align: center;
  94. }
  95. .vipcont .list .count {
  96. font-size: 34rpx;
  97. line-height: 34rpx;
  98. margin-bottom: 16rpx;
  99. }
  100. /* 设置用户状态 */
  101. .set_status {
  102. display: flex;
  103. align-items: center;
  104. height: 72rpx;
  105. background: #F9F9F9;
  106. box-shadow: 0px 0px 14rpx 0px #BABABA;
  107. border-radius: 36rpx;
  108. width: 670rpx;
  109. position: absolute;
  110. top: 276rpx;
  111. left: 50%;
  112. transform: translate(-50%);
  113. }
  114. .set_status .status_title {
  115. font-weight: 500;
  116. color: #484848;
  117. margin-left: 88rpx;
  118. flex: auto;
  119. }
  120. .set_status image {
  121. width: 28rpx;
  122. height: 28rpx;
  123. text-align: right;
  124. margin-right: 45rpx;
  125. }
  126. .mineall {
  127. width: 100%;
  128. background-color: #ffffff;
  129. flex-direction: column;
  130. line-height: 34rpx;
  131. margin-top: 52rpx;
  132. }
  133. .minelist {
  134. width: 100%;
  135. height: 104rpx;
  136. display: flex;
  137. flex-direction: row;
  138. align-items: center;
  139. }
  140. .minelistleft {
  141. flex: 23
  142. }
  143. .minelisticon {
  144. flex: 24;
  145. text-align: right;
  146. }
  147. .minelistnameleft {
  148. flex: 13
  149. }
  150. .minelistname {
  151. flex: 259;
  152. color: #000000;
  153. font-size: 28rpx;
  154. text-align: left;
  155. }
  156. .minelistright {
  157. flex: 56;
  158. text-align: left;
  159. margin-top: 4rpx;
  160. }
  161. .imglisticon {
  162. height: 48rpx;
  163. width: 48rpx;
  164. vertical-align: middle;
  165. }
  166. .imgaboutus {
  167. margin-top: 9rpx;
  168. height: 45rpx;
  169. width: 45rpx;
  170. }
  171. .imglistright {
  172. width: 28rpx;
  173. height: 28rpx;
  174. text-align: right;
  175. margin-right: 64rpx;
  176. }
  177. .line {
  178. margin-top: 24rpx;
  179. width: 93.5%;
  180. height: 2rpx;
  181. margin-left: 6.5%;
  182. background-color: #f8f8f8;
  183. }
  184. .flexsgrade {
  185. width: 32%;
  186. display: flex;
  187. flex-direction: column;
  188. justify-content: center;
  189. align-items: flex-end;
  190. }
  191. .flexmineedit {
  192. width: 33%;
  193. display: flex;
  194. flex-direction: column;
  195. justify-content: center;
  196. align-items: flex-end;
  197. }
  198. .sgrade {
  199. margin-top: -348rpx;
  200. width: 64rpx;
  201. height: 64rpx;
  202. }
  203. .mineedit {
  204. margin-top: -108rpx;
  205. width: 54rpx;
  206. height: 54rpx;
  207. }
  208. .txtphone {
  209. margin-top: 40rpx;
  210. width: 100%;
  211. height: 55rpx;
  212. color: #000000;
  213. font-size: 36rpx;
  214. font-weight: Bold;
  215. }
  216. .endbottomm {
  217. height: 50rpx;
  218. }
  219. /* .load {
  220. width: 100%;
  221. height: 2400rpx;
  222. position: absolute;
  223. left: 0;
  224. top: 0;
  225. z-index: 9999;
  226. background-color: #ffffff;
  227. text-align: center;
  228. line-height: 1300rpx;
  229. }
  230. .loadimg {
  231. width: 200rpx;
  232. height: 200rpx;
  233. } */
  234. .hide_title {
  235. color: #000000;
  236. font-size: 28rpx;
  237. }
  238. .hide_title span {
  239. font-size: 40rpx;
  240. line-height: 40rpx;
  241. color: #00C7C6;
  242. font-weight: 500;
  243. }
  244. .head_page {
  245. width: 790rpx;
  246. height: 402rpx;
  247. left: 0rpx;
  248. top: 0rpx;
  249. background: linear-gradient(330.87deg, #0880FF 17.85%, #3999FF 87.23%);
  250. border-radius: 0 0 13% 13%;
  251. }
  252. .v_show {
  253. width: 686rpx;
  254. height: 134rpx;
  255. left: 32rpx;
  256. background: #FFFFFF;
  257. box-shadow: 0px 8rpx 16rpx rgba(204, 204, 216, 0.56);
  258. border-radius: 32rpx;
  259. display: flex;
  260. margin-top: -70rpx;
  261. }
  262. .show_lef {
  263. width: 96rpx;
  264. height: 70rpx;
  265. margin-left: 66rpx;
  266. margin-top: 32rpx;
  267. }
  268. .show_title {
  269. width: 96rpx;
  270. height: 30rpx;
  271. font-style: normal;
  272. font-weight: bold;
  273. font-size: 40rpx;
  274. line-height: 30rpx;
  275. text-align: center;
  276. color: #000000;
  277. }
  278. .show_content {
  279. width: 96rpx;
  280. height: 24rpx;
  281. margin-top: 16rpx;
  282. font-style: normal;
  283. font-weight: normal;
  284. font-size: 24rpx;
  285. line-height: 24rpx;
  286. text-align: center;
  287. color: #999999;
  288. }
  289. .show_line {
  290. margin-left: 66rpx;
  291. float:left;
  292. margin-top: 32rpx;
  293. width: 2rpx;
  294. height: 70rpx;
  295. background:#CCCCD8;
  296. }
  297. .mine_items {
  298. width: 100%;
  299. margin-top: 70rpx;
  300. }
  301. .mitem {
  302. width: 622rpx;
  303. margin-right: 64rpx;
  304. margin-left: 64rpx;
  305. display: flex;
  306. margin-bottom: 64rpx;
  307. }
  308. .item_icon {
  309. width: 40rpx;
  310. height: 40rpx;
  311. }
  312. .item_title {
  313. width: 158rpx;
  314. height: 40rpx;
  315. margin-left: 24rpx;
  316. font-style: normal;
  317. font-weight: bold;
  318. font-size: 28rpx;
  319. line-height: 40rpx;
  320. color: #000000;
  321. }
  322. .item_context {
  323. width: 122rpx;
  324. height: 40rpx;
  325. margin-left: 236rpx;
  326. font-family: PingFang SC;
  327. font-style: normal;
  328. font-weight: normal;
  329. font-size: 28rpx;
  330. line-height: 40rpx;
  331. text-align: right;
  332. color: #999999;
  333. }
  334. .item_right {
  335. width: 18rpx;
  336. height: 28rpx;
  337. margin-left: 28rpx;
  338. margin-top: 8rpx;
  339. }
  340. .item_right2 {
  341. width: 18rpx;
  342. height: 28rpx;
  343. margin-left: 370rpx;
  344. margin-top: 8rpx;
  345. }
  346. .mask {
  347. position: fixed;
  348. top: 0;
  349. left: 0;
  350. width: 100vw;
  351. height: 100vh;
  352. z-index: 5;
  353. background: rgba(0, 0, 0, 0.5);
  354. }
  355. .trolley-show-box {
  356. display: flex;
  357. flex-direction: column;
  358. border-radius: 32rpx;
  359. background: #ffffff;
  360. height: 200rpx;
  361. width: 92%;
  362. position: fixed;
  363. z-index: 99;
  364. left: 32rpx;
  365. margin-top: 480rpx;
  366. }
  367. .link-top {
  368. margin-left: 4%;
  369. width: 90%;
  370. height: 1px;
  371. border-top: solid #ACC0D8 1px;
  372. }
  373. .phone1 {
  374. margin-left: 30rpx;
  375. font-style: normal;
  376. font-weight: bold;
  377. font-size: 40rpx;
  378. height: 90rpx;
  379. color: #33333F;
  380. line-height: 94rpx;
  381. }