Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

177 rindas
2.7KB

  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. float: right;
  112. }
  113. .clickLook{
  114. font-size:30rpx;
  115. font-family:SourceHanSansCN;
  116. font-weight:500;
  117. color:rgba(0,0,0,1);
  118. margin-left: 15rpx;
  119. }
  120. .scrollY1{
  121. height: 360rpx;
  122. margin-top: 33rpx;
  123. }
  124. .scrollY2{
  125. height: 200rpx;
  126. margin-top: 20rpx;
  127. }
  128. .historyIcon{
  129. width: 30rpx;
  130. height: 30rpx;
  131. }
  132. .history{
  133. display: flex;
  134. justify-content: space-between;
  135. align-items: center;
  136. margin-bottom: 20rpx;
  137. }
  138. .historyLeft{
  139. position: relative;
  140. width: 179rpx;
  141. height: 36rpx;
  142. }
  143. .ticketCode{
  144. width: 179rpx;
  145. text-align: center;
  146. font-size:20rpx;
  147. font-family:DIN;
  148. font-weight:500;
  149. color:rgba(255,255,255,1);
  150. position: absolute;
  151. top: 50%;
  152. transform: translateY(-50%);
  153. }
  154. .historyTicketBg{
  155. width: 179rpx;
  156. height: 36rpx;
  157. }
  158. .tickName{
  159. font-size:24rpx;
  160. color:rgba(102,102,102,1);
  161. margin-left: 95rpx;
  162. }
  163. .tickType{
  164. font-size:24rpx;
  165. font-family:SourceHanSansCN;
  166. font-weight:bold;
  167. color:rgba(235,97,0,1);
  168. }
  169. .getUser{
  170. }