You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

personalCenter.wxss 3.5KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. position: absolute;
  24. top: 117rpx;
  25. left: 0;
  26. }
  27. .userHeader{
  28. width: 200rpx;
  29. height: 200rpx;
  30. overflow: hidden;
  31. border-radius: 50%;
  32. }
  33. .userHeaderBtn{
  34. width: 200rpx;
  35. height: 200rpx;
  36. overflow: hidden;
  37. border-radius: 50%;
  38. margin: 0;
  39. padding: 0;
  40. background-color: transparent;
  41. }
  42. .noUserBtn{
  43. margin-top: 20rpx;
  44. width: 230rpx;
  45. height: 64rpx;
  46. border: none;
  47. border-color: transparent;
  48. border-radius: 0;
  49. padding: 0;
  50. background-color: transparent;
  51. }
  52. .noUserBtn::after{
  53. border: none
  54. }
  55. .userImg{
  56. width: 200rpx;
  57. height: 200rpx;
  58. }
  59. .userAll{
  60. text-align: center;
  61. position:absolute;
  62. top:42rpx;
  63. left: 50%;
  64. transform: translateX(-50%);
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. flex-wrap: wrap;
  69. flex-direction: column;
  70. }
  71. .userName{
  72. font-size:40rpx;
  73. color:rgba(51,51,51,1);
  74. font-weight:bold;
  75. /* margin-top: 31rpx; */
  76. margin-bottom: 16rpx;
  77. }
  78. .userPhone{
  79. font-size:30rpx;
  80. color:rgba(102,102,102,1);
  81. }
  82. .myTicketAll{
  83. padding: 0 64rpx;
  84. position: absolute;
  85. top: 390rpx;
  86. }
  87. .myTicketTop{
  88. display: flex;
  89. justify-content: space-between;
  90. align-items: center;
  91. }
  92. .ticketIcon{
  93. width: 49rpx;
  94. height: 30rpx;
  95. }
  96. .ticketArrows{
  97. width: 34rpx;
  98. height: 19rpx;
  99. }
  100. .myTicket{
  101. margin-right: 350rpx;
  102. font-size:30rpx;
  103. font-family:SourceHanSansCN;
  104. font-weight:bold;
  105. color:rgba(51,51,51,1);
  106. }
  107. .ticketCont{
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. }
  112. .ticketImg{
  113. width: 254rpx;
  114. height: 248rpx;
  115. border-radius:10px 0px 0px 10px;
  116. overflow: hidden;
  117. margin-right: 32rpx;
  118. }
  119. .name{
  120. font-size:50rpx;
  121. font-family:SourceHanSansCN;
  122. font-weight:bold;
  123. color:rgba(106,10,14,1);
  124. margin-bottom: 40rpx;
  125. }
  126. .time{
  127. font-size:20rpx;
  128. font-family:SourceHanSansCN;
  129. font-weight:300;
  130. color:rgba(153,153,153,1);
  131. }
  132. .look{
  133. /* display: flex;
  134. justify-content: space-between;
  135. align-items: center;*/
  136. margin-top: 41rpx;
  137. margin-bottom: 33rpx;
  138. }
  139. .giveFrinedBtn{
  140. width: 240rpx;
  141. height: 64rpx;
  142. float: right;
  143. }
  144. .clickLook{
  145. font-size:30rpx;
  146. font-family:SourceHanSansCN;
  147. font-weight:500;
  148. color:rgba(0,0,0,1);
  149. margin-left: 15rpx;
  150. }
  151. .scrollY1{
  152. height: 360rpx;
  153. margin-top: 33rpx;
  154. }
  155. .scrollY2{
  156. height: 200rpx;
  157. margin-top: 20rpx;
  158. }
  159. .historyIcon{
  160. width: 30rpx;
  161. height: 30rpx;
  162. }
  163. .history{
  164. display: flex;
  165. justify-content: space-between;
  166. align-items: center;
  167. margin-bottom: 20rpx;
  168. }
  169. .historyLeft{
  170. position: relative;
  171. /* width: 179rpx; */
  172. width: 300rpx;
  173. height: 36rpx;
  174. }
  175. .ticketCode{
  176. /* width: 179rpx; */
  177. width: 100%;
  178. text-align: center;
  179. font-size:20rpx;
  180. font-family:DIN;
  181. font-weight:500;
  182. /* color:rgba(255,255,255,1); */
  183. position: absolute;
  184. top: 50%;
  185. transform: translateY(-50%);
  186. }
  187. .historyTicketBg{
  188. /* width: 179rpx; */
  189. width: 300rpx;
  190. height: 36rpx;
  191. display: none;
  192. }
  193. .tickName{
  194. font-size:20rpx;
  195. color:rgba(102,102,102,1);
  196. margin-left: 75rpx;
  197. }
  198. .tickType{
  199. font-size:24rpx;
  200. font-family:SourceHanSansCN;
  201. font-weight:bold;
  202. color:rgba(235,97,0,1);
  203. }
  204. .line{
  205. width: 630rpx;
  206. height: 2rpx;
  207. background-color: #CCCCCC;
  208. margin: 0 auto 40rpx auto;
  209. }
  210. .contAll{
  211. box-shadow: 50rpx 10rpx 20rpx #d4d2d2;
  212. }
  213. .getToRsgister{
  214. width: 230rpx;
  215. height: 64rpx;
  216. margin-top: 20rpx;
  217. }
  218. .getHeader{
  219. width: 230rpx;
  220. height: 64rpx;
  221. }