user.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .uni-list.data-v-34219f38 {
  12. display: flex;
  13. background-color: #ffffff;
  14. position: relative;
  15. flex-direction: column;
  16. }
  17. .uni-list.data-v-34219f38:before {
  18. height: 0;
  19. }
  20. .uni-list.data-v-34219f38:after {
  21. height: 0;
  22. }
  23. @charset "UTF-8";
  24. /* 页面左右间距 */
  25. /* 文字尺寸 */
  26. /*文字颜色*/
  27. /* 边框颜色 */
  28. /*颜色*/
  29. /* 图片加载中颜色 */
  30. /* 行为相关颜色 */
  31. /* 功能栏字体大小 */
  32. /*功能栏左侧小图标*/
  33. /* 页面左右间距 */
  34. /* 文字尺寸 */
  35. /*文字颜色*/
  36. /* 边框颜色 */
  37. /*颜色*/
  38. /* 图片加载中颜色 */
  39. /* 行为相关颜色 */
  40. /* 功能栏字体大小 */
  41. /*功能栏左侧小图标*/
  42. .uni-list-item.data-v-1093b690 {
  43. font-size: 32rpx;
  44. position: relative;
  45. flex-direction: column;
  46. justify-content: space-between;
  47. padding-left: 30rpx;
  48. }
  49. .uni-list-item--disabled.data-v-1093b690 {
  50. opacity: 0.3;
  51. }
  52. .uni-list-item--hover.data-v-1093b690 {
  53. background-color: #f1f1f1;
  54. }
  55. .uni-list-item__container.data-v-1093b690 {
  56. display: flex;
  57. flex-direction: row;
  58. padding: 24rpx 30rpx;
  59. padding-left: 0;
  60. flex: 1;
  61. position: relative;
  62. justify-content: space-between;
  63. align-items: center;
  64. border-top-color: #ebeef5;
  65. border-top-style: solid;
  66. border-top-width: 1px;
  67. }
  68. .uni-list-item--first.data-v-1093b690 {
  69. border-top-width: 0px;
  70. }
  71. .uni-list-item__content.data-v-1093b690 {
  72. display: flex;
  73. flex: 1;
  74. overflow: hidden;
  75. flex-direction: column;
  76. color: #3b4144;
  77. }
  78. .uni-list-item__content-title.data-v-1093b690 {
  79. font-size: 28rpx;
  80. color: #3b4144;
  81. overflow: hidden;
  82. }
  83. .uni-list-item__content-note.data-v-1093b690 {
  84. margin-top: 6rpx;
  85. color: #999;
  86. font-size: 24rpx;
  87. overflow: hidden;
  88. }
  89. .uni-list-item__extra.data-v-1093b690 {
  90. display: flex;
  91. flex-direction: row;
  92. justify-content: flex-end;
  93. align-items: center;
  94. }
  95. .uni-list-item__icon.data-v-1093b690 {
  96. margin-right: 18rpx;
  97. flex-direction: row;
  98. justify-content: center;
  99. align-items: center;
  100. display: flex;
  101. }
  102. .uni-list-item__icon-img.data-v-1093b690 {
  103. height: 36rpx;
  104. width: 36rpx;
  105. }
  106. .itemSwitch.data-v-1093b690 {
  107. -webkit-transform: translateX(16rpx) scale(0.84);
  108. transform: translateX(16rpx) scale(0.84);
  109. }
  110. .uni-list-item__slot.data-v-1093b690 {
  111. color: #909399;
  112. font-size: 28rpx;
  113. }
  114. @charset "UTF-8";
  115. /* 页面左右间距 */
  116. /* 文字尺寸 */
  117. /*文字颜色*/
  118. /* 边框颜色 */
  119. /*颜色*/
  120. /* 图片加载中颜色 */
  121. /* 行为相关颜色 */
  122. /* 功能栏字体大小 */
  123. /*功能栏左侧小图标*/
  124. page {
  125. height: 100%;
  126. }
  127. .container {
  128. height: 100%;
  129. background-color: #f8f8f8;
  130. }
  131. .content-box {
  132. height: 100%;
  133. }
  134. .vheigh {
  135. height: 25px;
  136. background-color: #ffffff;
  137. }
  138. .top {
  139. position: absolute;
  140. top: 0;
  141. left: 0;
  142. right: 0;
  143. width: 750rpx;
  144. height: 124rpx;
  145. }
  146. .top .bg {
  147. position: absolute;
  148. top: 0;
  149. left: 0;
  150. right: 0;
  151. width: 750rpx;
  152. height: 124rpx;
  153. }
  154. .top .bg image {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .top .set {
  159. position: absolute;
  160. z-index: 2;
  161. width: 44rpx;
  162. height: 44rpx;
  163. top: 36rpx;
  164. right: 40rpx;
  165. }
  166. .top .set image {
  167. width: 100%;
  168. height: 100%;
  169. }
  170. .userInfo-box {
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. align-items: center;
  175. padding-top: 30rpx;
  176. }
  177. .userInfo-box .avatar {
  178. position: relative;
  179. z-index: 2;
  180. width: 130rpx;
  181. height: 130rpx;
  182. background: #ffffff;
  183. border-radius: 50%;
  184. }
  185. .userInfo-box .avatar image {
  186. width: 100%;
  187. height: 100%;
  188. border-radius: 50%;
  189. }
  190. .userInfo-box .name {
  191. margin-top: 20rpx;
  192. font-size: 34rpx;
  193. font-family: PingFang SC;
  194. font-weight: 800;
  195. color: #000000;
  196. }
  197. .userInfo-box .myId {
  198. margin-top: 20rpx;
  199. font-size: 20rpx;
  200. font-family: PingFang SC;
  201. font-weight: 500;
  202. color: #333333;
  203. justify-content: flex-start;
  204. }
  205. .userInfo-box .myId .xian {
  206. display: inline-block;
  207. margin: 0 12rpx;
  208. width: 2rpx;
  209. height: 20rpx;
  210. background: #cbcdcf;
  211. }
  212. .userInfo-box .myId .level {
  213. display: inline-block;
  214. margin-left: 10rpx;
  215. }
  216. .userInfo-box .shareId {
  217. margin-top: 20rpx;
  218. font-size: 20rpx;
  219. font-family: PingFang SC;
  220. font-weight: 500;
  221. color: #333333;
  222. }
  223. .czzx-box {
  224. margin: 50rpx auto 0;
  225. width: 708rpx;
  226. background: #ffffff;
  227. border-radius: 5rpx;
  228. padding: 28rpx 0 22rpx;
  229. }
  230. .czzx-box .czzx-xian {
  231. width: 1px;
  232. height: 81rpx;
  233. background: #ebebeb;
  234. }
  235. .czzx-box .czzx-item {
  236. width: 25%;
  237. display: flex;
  238. flex-direction: column;
  239. justify-content: center;
  240. align-items: center;
  241. }
  242. .czzx-box .czzx-item image {
  243. width: 100%;
  244. height: 100%;
  245. }
  246. .czzx-box .czzx-item .czzx-icon1 {
  247. width: 58rpx;
  248. height: 64rpx;
  249. }
  250. .czzx-box .czzx-item .czzx-icon2 {
  251. width: 42rpx;
  252. height: 42rpx;
  253. }
  254. .czzx-box .czzx-item .czzx-icon3 {
  255. width: 44rpx;
  256. height: 36rpx;
  257. }
  258. .czzx-box .czzx-item .czzx-icon4 {
  259. width: 42rpx;
  260. height: 40rpx;
  261. }
  262. .czzx-box .czzx-item .czzx-font {
  263. margin-top: 20rpx;
  264. font-size: 22rpx;
  265. font-family: PingFang SC;
  266. font-weight: 500;
  267. color: #000000;
  268. }
  269. .box {
  270. margin: 20rpx auto 0;
  271. width: 708rpx;
  272. background: #ffffff;
  273. border-radius: 5rpx;
  274. }
  275. .box .box-title {
  276. padding: 27rpx 36rpx 20rpx 28rpx;
  277. border-bottom: 1px solid #f5f5f5;
  278. }
  279. .box .box-title .box-title-left {
  280. font-size: 28rpx;
  281. font-family: PingFang SC;
  282. font-weight: bold;
  283. color: #333333;
  284. }
  285. .box .box-title .box-title-right {
  286. justify-content: flex-end;
  287. align-items: center;
  288. }
  289. .box .box-title .box-title-right .box-title-right-font {
  290. font-size: 26rpx;
  291. font-family: SourceHanSansCN;
  292. font-weight: 400;
  293. color: #666666;
  294. margin-right: 14rpx;
  295. }
  296. .box .box-title .box-title-right .jt {
  297. position: relative;
  298. top: -12rpx;
  299. width: 12rpx;
  300. height: 22rpx;
  301. }
  302. .box .box-title .box-title-right .jt image {
  303. width: 100%;
  304. height: 100%;
  305. }
  306. .box .box-main {
  307. padding: 34rpx 0 0;
  308. justify-content: start;
  309. flex-wrap: wrap;
  310. }
  311. .box .box-main .box-main-item {
  312. padding-bottom: 30rpx;
  313. width: 25%;
  314. display: flex;
  315. flex-direction: column;
  316. align-items: center;
  317. justify-content: center;
  318. }
  319. .box .box-main .box-main-item image {
  320. width: 100%;
  321. height: 100%;
  322. }
  323. .box .box-main .box-main-item .box-main-item-icon1 {
  324. width: 42rpx;
  325. height: 38rpx;
  326. }
  327. .box .box-main .box-main-item .box-main-item-icon2 {
  328. width: 47rpx;
  329. height: 40rpx;
  330. }
  331. .box .box-main .box-main-item .box-main-item-icon3 {
  332. width: 42rpx;
  333. height: 40rpx;
  334. }
  335. .box .box-main .box-main-item .box-main-item-icon4 {
  336. width: 42rpx;
  337. height: 42rpx;
  338. }
  339. .box .box-main .box-main-item .box-main-item-icon5 {
  340. width: 70rpx;
  341. height: 70rpx;
  342. }
  343. .box .box-main .box-main-item .box-main-item-font {
  344. margin-top: 23rpx;
  345. font-size: 24rpx;
  346. font-family: PingFang SC;
  347. font-weight: 500;
  348. color: #333333;
  349. }