Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

personalCenter.wxss 2.7KB

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