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

5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /* pages/personalCenter/personalCenter.wxss */
  2. page{
  3. height: 100%;
  4. width: 100%;
  5. }
  6. .all{
  7. height: 100%;
  8. width: 100%;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. }
  13. .centerBg{
  14. width: 100%;
  15. height: 535rpx;
  16. }
  17. .userCircle{
  18. width: 100%;
  19. height: 448rpx;
  20. }
  21. .userMess{
  22. width: 100%;
  23. position: absolute;
  24. top: 117rpx;
  25. left: 0;
  26. }
  27. .userHeader{
  28. width: 200rpx;
  29. height: 200rpx;
  30. overflow: hidden;
  31. border-radius: 50%;
  32. }
  33. .userHeaderBtn{
  34. width: 200rpx;
  35. height: 200rpx;
  36. overflow: hidden;
  37. border-radius: 50%;
  38. margin: 0;
  39. padding: 0;
  40. background-color: transparent;
  41. }
  42. .noUserBtn{
  43. margin-top: 20rpx;
  44. width: 230rpx;
  45. height: 64rpx;
  46. border: none;
  47. border-color: transparent;
  48. border-radius: 0;
  49. padding: 0;
  50. background-color: transparent;
  51. }
  52. .noUserBtn::after{
  53. border: none
  54. }
  55. .userImg{
  56. width: 200rpx;
  57. height: 200rpx;
  58. }
  59. .userAll{
  60. text-align: center;
  61. position:absolute;
  62. top:42rpx;
  63. left: 50%;
  64. transform: translateX(-50%);
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. flex-wrap: wrap;
  69. flex-direction: column;
  70. }
  71. .userName{
  72. font-size:40rpx;
  73. color:rgba(51,51,51,1);
  74. font-weight:bold;
  75. /* margin-top: 31rpx; */
  76. margin-bottom: 16rpx;
  77. }
  78. .userPhone{
  79. font-size:30rpx;
  80. color:rgba(102,102,102,1);
  81. }
  82. .myTicketAll{
  83. padding: 0 64rpx;
  84. position: absolute;
  85. top: 390rpx;
  86. }
  87. .myTicketTop{
  88. display: flex;
  89. justify-content: space-between;
  90. align-items: center;
  91. width: 622rpx;
  92. }
  93. .ticketIcon{
  94. width: 49rpx;
  95. height: 30rpx;
  96. }
  97. .ticketArrows{
  98. width: 34rpx;
  99. height: 19rpx;
  100. }
  101. .myTicket{
  102. margin-right: 350rpx;
  103. font-size:30rpx;
  104. font-family:SourceHanSansCN;
  105. font-weight:bold;
  106. color:rgba(51,51,51,1);
  107. }
  108. .ticketCont{
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. }
  113. .ticketImg{
  114. width: 254rpx;
  115. height: 248rpx;
  116. border-radius:10px 0px 0px 10px;
  117. overflow: hidden;
  118. margin-right: 32rpx;
  119. }
  120. .name{
  121. color:rgba(106,10,14,1);
  122. margin-bottom: 20rpx;
  123. }
  124. .name1,.name2{
  125. font-size:35rpx;
  126. font-family:SourceHanSansCN;
  127. font-weight:bold;
  128. color:rgba(106,10,14,1);
  129. }
  130. .name3{
  131. font-size:60rpx;
  132. font-family:SourceHanSansCN;
  133. font-weight:bold;
  134. color:rgba(106,10,14,1);
  135. }
  136. .time{
  137. font-size:20rpx;
  138. font-family:SourceHanSansCN;
  139. font-weight:300;
  140. color:rgba(153,153,153,1);
  141. }
  142. .look{
  143. /* display: flex;
  144. justify-content: space-between;
  145. align-items: center;*/
  146. margin-bottom: 33rpx;
  147. }
  148. .giveFrinedBtn{
  149. width: 308rpx;
  150. height: 73rpx;
  151. float: right;
  152. }
  153. .clickLook{
  154. font-size:30rpx;
  155. font-family:SourceHanSansCN;
  156. font-weight:500;
  157. color:rgba(0,0,0,1);
  158. margin-left: 15rpx;
  159. }
  160. .scrollY1{
  161. height: 360rpx;
  162. margin-top: 33rpx;
  163. }
  164. .scrollY2{
  165. height: 200rpx;
  166. margin-top: 20rpx;
  167. }
  168. .historyIcon{
  169. width: 30rpx;
  170. height: 30rpx;
  171. }
  172. .history{
  173. display: flex;
  174. justify-content: space-between;
  175. align-items: center;
  176. margin-bottom: 20rpx;
  177. }
  178. .historyLeft{
  179. position: relative;
  180. /* width: 179rpx; */
  181. width: 300rpx;
  182. height: 36rpx;
  183. }
  184. .ticketCode{
  185. /* width: 179rpx; */
  186. width: 100%;
  187. text-align: center;
  188. font-size:20rpx;
  189. font-family:DIN;
  190. font-weight:500;
  191. /* color:rgba(255,255,255,1); */
  192. position: absolute;
  193. top: 50%;
  194. transform: translateY(-50%);
  195. }
  196. .historyTicketBg{
  197. /* width: 179rpx; */
  198. width: 300rpx;
  199. height: 36rpx;
  200. display: none;
  201. }
  202. .tickName{
  203. font-size:20rpx;
  204. color:rgba(102,102,102,1);
  205. margin-left: 75rpx;
  206. }
  207. .tickType{
  208. font-size:24rpx;
  209. font-family:SourceHanSansCN;
  210. font-weight:bold;
  211. color:rgba(235,97,0,1);
  212. }
  213. .line{
  214. width: 630rpx;
  215. height: 2rpx;
  216. background-color: #CCCCCC;
  217. margin: 0 auto 40rpx auto;
  218. }
  219. /* .contAll{
  220. box-shadow: 50rpx 10rpx 20rpx #d4d2d2;
  221. } */
  222. .getToRsgister{
  223. width: 230rpx;
  224. height: 64rpx;
  225. margin-top: 20rpx;
  226. }
  227. .getHeader{
  228. width: 230rpx;
  229. height: 64rpx;
  230. }
  231. .centerBuy{
  232. width: 650rpx;
  233. height: 275rpx;
  234. }
  235. .rigWord{
  236. width: 350rpx;
  237. text-align: center;
  238. position: absolute;
  239. top: 90rpx;
  240. left: 45rpx;
  241. }
  242. .bigticketView{
  243. display: flex;
  244. justify-content: center;
  245. align-items: center;
  246. color:#8f560f;
  247. }
  248. .maney{
  249. font-weight:bold;
  250. font-size:40rpx;
  251. }
  252. .Bigticket{
  253. font-size:35rpx;
  254. font-family:DINPro;
  255. color:#8f560f;
  256. }