Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

personalCenter.wxss 3.1KB

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