您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

personalCenter.wxss 2.9KB

5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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: 300rpx;
  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. width: 300rpx;
  143. height: 36rpx;
  144. }
  145. .ticketCode{
  146. /* width: 179rpx; */
  147. width: 100%;
  148. text-align: center;
  149. font-size:20rpx;
  150. font-family:DIN;
  151. font-weight:500;
  152. /* color:rgba(255,255,255,1); */
  153. position: absolute;
  154. top: 50%;
  155. transform: translateY(-50%);
  156. }
  157. .historyTicketBg{
  158. /* width: 179rpx; */
  159. width: 300rpx;
  160. height: 36rpx;
  161. display: none;
  162. }
  163. .tickName{
  164. font-size:24rpx;
  165. color:rgba(102,102,102,1);
  166. margin-left: 75rpx;
  167. }
  168. .tickType{
  169. font-size:24rpx;
  170. font-family:SourceHanSansCN;
  171. font-weight:bold;
  172. color:rgba(235,97,0,1);
  173. }
  174. .line{
  175. width: 630rpx;
  176. height: 2rpx;
  177. background-color: #CCCCCC;
  178. margin: 0 auto 40rpx auto;
  179. }
  180. .contAll{
  181. box-shadow: 50rpx 10rpx 20rpx #d4d2d2;
  182. }