Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

181 linhas
2.8KB

  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. position: absolute;
  55. top: 390rpx;
  56. }
  57. .myTicketTop{
  58. display: flex;
  59. justify-content: space-between;
  60. align-items: center;
  61. }
  62. .ticketIcon{
  63. width: 49rpx;
  64. height: 30rpx;
  65. }
  66. .ticketArrows{
  67. width: 34rpx;
  68. height: 19rpx;
  69. }
  70. .myTicket{
  71. margin-left: -350rpx;
  72. font-size:30rpx;
  73. font-family:SourceHanSansCN;
  74. font-weight:bold;
  75. color:rgba(51,51,51,1);
  76. }
  77. .ticketCont{
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .ticketImg{
  83. width: 254rpx;
  84. height: 248rpx;
  85. border-radius:10px 0px 0px 10px;
  86. overflow: hidden;
  87. margin-right: 32rpx;
  88. }
  89. .name{
  90. font-size:50rpx;
  91. font-family:SourceHanSansCN;
  92. font-weight:bold;
  93. color:rgba(106,10,14,1);
  94. margin-bottom: 40rpx;
  95. }
  96. .time{
  97. font-size:20rpx;
  98. font-family:SourceHanSansCN;
  99. font-weight:300;
  100. color:rgba(153,153,153,1);
  101. }
  102. .look{
  103. /* display: flex;
  104. justify-content: space-between;
  105. align-items: center;*/
  106. margin-top: 41rpx;
  107. margin-bottom: 33rpx;
  108. }
  109. .giveFrinedBtn{
  110. width: 240rpx;
  111. height: 64rpx;
  112. float: right;
  113. }
  114. .clickLook{
  115. font-size:30rpx;
  116. font-family:SourceHanSansCN;
  117. font-weight:500;
  118. color:rgba(0,0,0,1);
  119. margin-left: 15rpx;
  120. }
  121. .scrollY1{
  122. height: 360rpx;
  123. margin-top: 33rpx;
  124. }
  125. .scrollY2{
  126. height: 200rpx;
  127. margin-top: 20rpx;
  128. }
  129. .historyIcon{
  130. width: 30rpx;
  131. height: 30rpx;
  132. }
  133. .history{
  134. display: flex;
  135. justify-content: space-between;
  136. align-items: center;
  137. margin-bottom: 20rpx;
  138. }
  139. .historyLeft{
  140. position: relative;
  141. width: 179rpx;
  142. height: 36rpx;
  143. }
  144. .ticketCode{
  145. width: 179rpx;
  146. text-align: center;
  147. font-size:20rpx;
  148. font-family:DIN;
  149. font-weight:500;
  150. color:rgba(255,255,255,1);
  151. position: absolute;
  152. top: 50%;
  153. transform: translateY(-50%);
  154. }
  155. .historyTicketBg{
  156. width: 179rpx;
  157. height: 36rpx;
  158. }
  159. .tickName{
  160. font-size:24rpx;
  161. color:rgba(102,102,102,1);
  162. margin-left: 95rpx;
  163. }
  164. .tickType{
  165. font-size:24rpx;
  166. font-family:SourceHanSansCN;
  167. font-weight:bold;
  168. color:rgba(235,97,0,1);
  169. }
  170. .line{
  171. width: 630rpx;
  172. height: 2rpx;
  173. background-color: #CCCCCC;
  174. margin: 0 auto 40rpx auto;
  175. }