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 2.6KB

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