index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /* pages/my/my.wxss */
  2. .container{
  3. position: relative;
  4. padding-bottom: 120rpx;
  5. }
  6. .top-container{
  7. height: 440rpx;
  8. position: relative;
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .bg-img{
  13. position: absolute;
  14. width: 100%;
  15. height: 440rpx;
  16. z-index: -1;
  17. }
  18. .logout{
  19. width: 110rpx;
  20. height: 36rpx;
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. margin: 42rpx 0 24rpx 32rpx;
  25. }
  26. .logout-img{
  27. width: 36rpx;
  28. height: 36rpx;
  29. margin-right: 11rpx;
  30. }
  31. .logout-txt{
  32. font-size: 28rpx;
  33. color: #FEFEFE;
  34. line-height: 28rpx;
  35. }
  36. .user-wrapper {
  37. display: flex;
  38. justify-content: center;
  39. }
  40. .user {
  41. display: flex;
  42. flex-direction: column;
  43. justify-content: center;
  44. }
  45. .avatar-img{
  46. width: 160rpx;
  47. height: 160rpx;
  48. border-radius: 50%;
  49. align-self: center;
  50. }
  51. .user-info{
  52. display: flex;
  53. flex-direction: row;
  54. margin-top: 30rpx;
  55. align-items: center;
  56. }
  57. .user-info-mobile{
  58. margin-top: 30rpx;
  59. position: relative;
  60. font-size: 28rpx;
  61. color: #FEFEFE;
  62. line-height: 28rpx;
  63. align-self: center;
  64. padding:0 50rpx;
  65. }
  66. .edit-img{
  67. position: absolute;
  68. width: 50rpx;
  69. height: 50rpx;
  70. right: 0;
  71. bottom: -8rpx;
  72. }
  73. .edit-img>image{
  74. width: 50rpx;
  75. height: 50rpx;
  76. padding-left: 25rpx;
  77. }
  78. .middle-container{
  79. height: 138rpx;
  80. display: flex;
  81. flex-direction: row;
  82. align-items: center;
  83. border-radius: 10rpx;
  84. background-color: #FFFFFF;
  85. margin: -30rpx 30rpx 26rpx 30rpx;
  86. box-shadow:0 15rpx 10rpx -15rpx #efefef;
  87. }
  88. .tui-bg-img {
  89. width: 40rpx;
  90. height: 40rpx;
  91. margin: 0 auto
  92. }
  93. .tui-tips-img {
  94. width: 80rpx;
  95. height: 80rpx;
  96. margin-top: 20rpx;
  97. }
  98. .tui-modal-custom-text {
  99. font-size: 30rpx;
  100. color: #333;
  101. padding: 20rpx 0;
  102. }
  103. .middle-item{
  104. height: 100%;
  105. display: flex;
  106. flex-direction: row;
  107. align-items: center;
  108. }
  109. .ticket-img{
  110. width: 80rpx;
  111. height: 80rpx;
  112. margin-left: 65rpx;
  113. }
  114. .middle-tag{
  115. font-size: 28rpx;
  116. color: #333333;
  117. line-height: 28rpx;
  118. font-weight: bold;
  119. padding-left: 22rpx;
  120. }
  121. .car-img{
  122. width: 80rpx;
  123. height: 80rpx;
  124. margin-left: 97rpx;
  125. }
  126. .bottom-container{
  127. display: flex;
  128. flex-direction: column;
  129. justify-content: space-between;
  130. margin: 0 30rpx;
  131. background-color: #FFFFFF;
  132. border-radius: 10rpx;
  133. box-sizing: border-box;
  134. box-shadow: 0 0 10rpx #efefef
  135. }
  136. .ul-item{
  137. display: flex;
  138. flex-direction: row;
  139. justify-content: space-between;
  140. }
  141. .item{
  142. display: flex;
  143. flex-direction: column;
  144. align-items: center;
  145. position: relative;
  146. }
  147. .item-img{
  148. width: 64rpx;
  149. height: 64rpx;
  150. }
  151. .item-name{
  152. padding-top: 13rpx;
  153. font-size: 24rpx;
  154. color: #666666;
  155. min-width: 80rpx;
  156. text-align: center;
  157. }
  158. .btn-feedback{
  159. background: transparent !important;
  160. position: absolute;
  161. height: 100%;
  162. width: 100%;
  163. left: 0;
  164. top:0;
  165. }
  166. .tui-cell-name{
  167. color: #666;
  168. font-size: 26rpx;
  169. }
  170. .tui-money-explain{
  171. position: absolute;
  172. width: 160rpx;
  173. height: 48rpx;
  174. background-size:100% 100%;
  175. top: 180rpx;
  176. right: 0;
  177. color: rgb(45, 51, 71);
  178. z-index: 1001;
  179. }