Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

personalCenter.wxss 4.8KB

5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
5 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. /* pages/personalCenter/personalCenter.wxss */
  2. page{
  3. height: 100%;
  4. width: 100%;
  5. }
  6. .all{
  7. height: 100%;
  8. width: 100%;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. }
  13. .centerBg{
  14. width: 100%;
  15. height: 535rpx;
  16. }
  17. .userCircle{
  18. width: 100%;
  19. height: 448rpx;
  20. }
  21. .userMess{
  22. width: 100%;
  23. height: 100%;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. }
  28. .userHeader{
  29. width: 140rpx;
  30. height: 140rpx;
  31. overflow: hidden;
  32. border-radius: 50%;
  33. background-color: #ffffff;
  34. position: relative;
  35. }
  36. .radius{
  37. width: 130rpx;
  38. height: 130rpx;
  39. overflow: hidden;
  40. border-radius: 50%;
  41. position: absolute;
  42. top: 50%;
  43. left: 50%;
  44. transform: translate(-50%,-50%);
  45. }
  46. .userHeaderBtn{
  47. width: 130rpx;
  48. height:130rpx;
  49. overflow: hidden;
  50. border-radius: 50%;
  51. margin: 0;
  52. padding: 0;
  53. background-color: transparent;
  54. }
  55. .noUserBtn{
  56. width: 230rpx;
  57. height: 64rpx;
  58. border: none;
  59. border-color: transparent;
  60. border-radius: 0;
  61. padding: 0;
  62. background-color: transparent;
  63. }
  64. .noUserBtn::after{
  65. border: none
  66. }
  67. .userImg{
  68. width: 130rpx;
  69. height: 130rpx;
  70. }
  71. .userAll{
  72. /* text-align: center; */
  73. width: 100%;
  74. box-sizing: border-box;
  75. position:absolute;
  76. top:125rpx;
  77. display: flex;
  78. justify-content: space-between;
  79. align-items: center;
  80. flex-wrap: wrap;
  81. padding: 0 33rpx;
  82. }
  83. .userDetails{
  84. margin-right: 240rpx;
  85. }
  86. .userCode{
  87. width: 70rpx;
  88. height: 70rpx;
  89. }
  90. .userName{
  91. font-size:40rpx;
  92. color:#ffffff;
  93. font-weight:bold;
  94. }
  95. .userPhone{
  96. font-size:30rpx;
  97. color:#ffffff;
  98. }
  99. .gradeAll{
  100. width: 100%;
  101. padding: 0 32rpx;
  102. box-sizing: border-box;
  103. display: flex;
  104. justify-content: flex-start;
  105. align-items: center;
  106. position: absolute;
  107. top: 337rpx;
  108. }
  109. .crown-grade{
  110. width: 46rpx;
  111. height: 36rpx;
  112. margin-bottom: 10rpx;
  113. position: relative;
  114. }
  115. .gradeAll image{
  116. width: 46rpx;
  117. height: 36rpx;
  118. }
  119. .grade{
  120. font-size:20rpx;
  121. font-family:Source Han Sans CN;
  122. font-weight:500;
  123. color:rgba(255,255,255,1);
  124. position: absolute;
  125. bottom: -4rpx;
  126. left: 50%;
  127. transform: translateX(-50%);
  128. }
  129. .word{
  130. font-size:30rpx;
  131. font-family:Source Han Sans CN;
  132. font-weight:500;
  133. color:rgba(255,255,255,1);
  134. }
  135. .score{
  136. font-size:30rpx;
  137. color:rgba(255,255,255,1);
  138. }
  139. .myTicketAll{
  140. width: 100%;
  141. position: absolute;
  142. top: 504rpx;
  143. padding-top: 200rpx;
  144. border-radius: 30rpx;
  145. background-color: #ffffff;
  146. }
  147. .myTicketTop{
  148. display: flex;
  149. justify-content: flex-start;
  150. align-items: center;
  151. width: 100%;
  152. padding: 0 32rpx 0 56rpx;
  153. box-sizing: border-box;
  154. }
  155. .ticketIcon{
  156. width: 30rpx;
  157. height: 21rpx;
  158. }
  159. .ticketArrows{
  160. width: 11rpx;
  161. height: 21rpx;
  162. }
  163. .myTicket{
  164. margin-left: 24rpx;
  165. margin-right: 455rpx;
  166. font-size:30rpx;
  167. font-family:SourceHanSansCN;
  168. font-weight:bold;
  169. color:rgba(51,51,51,1);
  170. }
  171. .howMany{
  172. font-size:30rpx;
  173. font-family:DINPro;
  174. font-weight:500;
  175. color:rgba(235,97,0,1);
  176. margin-right: 39rpx;
  177. }
  178. .service{
  179. display: flex;
  180. justify-content: space-between;
  181. align-items: center;
  182. width: 100%;
  183. padding: 0 32rpx 0 56rpx;
  184. box-sizing: border-box;
  185. }
  186. .serviceIcon{
  187. width: 31rpx;
  188. height: 30rpx
  189. }
  190. .serviceWord{
  191. margin-right: 450rpx;
  192. font-size:30rpx;
  193. font-family:SourceHanSansCN;
  194. font-weight:bold;
  195. color:rgba(51,51,51,1);
  196. }
  197. .scoreAll{
  198. display: flex;
  199. justify-content: space-between;
  200. align-items: center;
  201. width: 686rpx;
  202. padding: 49rpx 40rpx 45rpx 62rpx;
  203. box-sizing: border-box;
  204. background-color: #ffffff;
  205. position: absolute;
  206. top: 429rpx;
  207. left: 50%;
  208. transform: translateX(-50%);
  209. border-radius: 30rpx;
  210. box-shadow: 10rpx 5rpx 20rpx 5rpx #d4d2d2;
  211. }
  212. .score-left{
  213. display: flex;
  214. justify-content: center;
  215. align-items: center;
  216. flex-direction: column;
  217. }
  218. .score-left image{
  219. width: 50rpx;
  220. height: 51rpx;
  221. }
  222. .score-left text{
  223. font-size:28rpx;
  224. font-family:Source Han Sans CN;
  225. font-weight:400;
  226. color:rgba(235,97,0,1);
  227. }
  228. .scoreNum{
  229. font-size:60rpx;
  230. font-family:DINPro;
  231. font-weight:400;
  232. color:rgba(235,97,0,1);
  233. margin-left: 260rpx;
  234. }
  235. .historyIcon{
  236. width: 30rpx;
  237. height: 21rpx;
  238. }
  239. .line{
  240. width:1px;
  241. height:79rpx;
  242. background:rgba(230,230,230,1);
  243. }
  244. .maskAll{
  245. position: relative;
  246. width: 686rpx;
  247. margin: 0 auto;
  248. margin-top: 300rpx;
  249. border-radius:10rpx;
  250. }
  251. .maskCode{
  252. width: 100%;
  253. height: 100%;
  254. position: fixed;
  255. top: 0;
  256. left: 0;
  257. background: rgba(0,0,0,0.5);
  258. }
  259. .maskContTop{
  260. width: 686rpx;
  261. height: 212rpx;
  262. padding: 0 40rpx;
  263. box-sizing: border-box;
  264. display: flex;
  265. justify-content: flex-start;
  266. align-items: center;
  267. position: absolute;
  268. }
  269. .codeView{
  270. width: 100%;
  271. height: 693rpx;
  272. border-radius:10rpx;
  273. position: absolute;
  274. top: 212rpx;
  275. left: 0;
  276. }
  277. .codeView image{
  278. width: 520rpx;
  279. height: 520rpx;
  280. position: absolute;
  281. top: 50%;
  282. left: 50%;
  283. transform: translate(-50%,-50%);
  284. }
  285. .dele{
  286. width: 27rpx;
  287. height: 28rpx;
  288. margin-bottom: 100rpx;
  289. }
  290. .whiteBg{
  291. width: 686rpx;
  292. height: 906rpx;
  293. position: absolute;
  294. top: 0;
  295. left: 0;
  296. }
  297. .noUserBtn image{
  298. width: 230rpx;
  299. height: 64rpx;
  300. }