my.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /* pages/mytest/mytest.wxss */
  2. .mybg{
  3. width: 100vw;
  4. position: absolute;
  5. }
  6. .my_top{
  7. position: relative;
  8. }
  9. .avator{
  10. width: 118rpx;
  11. height: 118rpx;
  12. }
  13. .myinfo{
  14. position: relative;
  15. box-sizing: border-box;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .avatar{
  20. width: 110rpx;
  21. height: 110rpx;
  22. border-radius: 50%;
  23. }
  24. .myinfo_text{
  25. display: flex;
  26. flex-direction: column;
  27. }
  28. .vip {
  29. width: 50rpx;
  30. height: 50rpx;
  31. }
  32. .namebox_text {
  33. display: flex;
  34. align-items: center;
  35. }
  36. .plusname{
  37. background: linear-gradient(90deg, #FFB40E 0%, #FF5942 100%);
  38. color: #fff;
  39. height: 46rpx;
  40. border-radius: 0 24rpx 24rpx 0;
  41. padding: 0 24rpx 0 40rpx;
  42. margin-left: -30rpx;
  43. }
  44. .vip{
  45. width: 50rpx;
  46. height: 50rpx;
  47. z-index: 10rpx;
  48. position: relative;
  49. }
  50. .menber{
  51. background-color: #fff;
  52. }
  53. .all_box{
  54. position: relative;
  55. margin: 50rpx auto;
  56. width: 686rpx;
  57. /* box-sizing: border-box; */
  58. background-color: #fff;
  59. overflow: hidden;
  60. }
  61. .menber_box{
  62. background-color: #1C274C;
  63. display: flex;
  64. align-items: center;
  65. justify-content: space-between;
  66. }
  67. .menber_box_left{
  68. display: flex;
  69. align-items: flex-start;
  70. }
  71. .king_img{
  72. width: 44rpx;
  73. height: 44rpx;
  74. }
  75. .menber_box_text{
  76. display: flex;
  77. flex-direction: column;
  78. }
  79. .menber_text{
  80. color: #F7C566;
  81. }
  82. .poenit{
  83. background-color: #F7C566;
  84. }
  85. .fourbox{
  86. background-color: #fff;
  87. display: flex;
  88. align-items: center;
  89. }
  90. .fourboxitem{
  91. display: flex;
  92. position: relative;
  93. align-items: center;
  94. flex-direction: column;
  95. flex: 1;
  96. }
  97. .more{
  98. position: relative;
  99. width: 300rpx;
  100. height: 144rpx;
  101. background: #FFFBF0;
  102. box-sizing: border-box;
  103. }
  104. .more .num{
  105. color: #FF9600;
  106. }
  107. .more:last-of-type{
  108. background: #F0FAF3;
  109. }
  110. .icon{
  111. width: 80rpx;
  112. height: 80rpx;
  113. position: absolute;
  114. top: 30rpx;
  115. right: 24rpx;
  116. }
  117. .pos{
  118. position: relative;
  119. z-index: 10;
  120. }
  121. .order_box{
  122. background-color: #fff;
  123. width: 686rpx;
  124. margin: 0 auto;
  125. box-sizing: border-box;
  126. }
  127. .order_box_top{
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. }
  132. .num-box{
  133. position: relative;
  134. width: 48rpx;
  135. height: 48rpx;
  136. }
  137. .fourbox_img{
  138. width: 48rpx;
  139. height: 48rpx;
  140. }
  141. .point{
  142. position: absolute;
  143. color: #fff;
  144. background-color: #F22E2E;
  145. font-size: 18rpx;
  146. border-radius: 50%;
  147. width: 24rpx;
  148. height: 24rpx;
  149. text-align: center;
  150. right: -4rpx;
  151. top: -4rpx;
  152. }
  153. .setting_box{
  154. width: 686rpx;
  155. background-color: #fff;
  156. margin: 0 auto 100rpx;
  157. box-sizing: border-box;
  158. display: flex;
  159. flex-wrap: wrap;
  160. align-items: center;
  161. }
  162. .setting_box_item{
  163. display: flex;
  164. align-items: center;
  165. flex-direction: column;
  166. width: 25%;
  167. margin-bottom: 20rpx;
  168. position: relative;
  169. }
  170. .contact{
  171. position: absolute;
  172. opacity: 0;
  173. width: 100%;
  174. height: 100%;
  175. left: 0;
  176. top: 0;
  177. }
  178. .setting_box_img{
  179. width: 48rpx;
  180. height: 48rpx;
  181. }
  182. .lastsetting{
  183. margin: 50rpx auto;
  184. width: 686rpx;
  185. height: 120rpx;
  186. box-sizing: border-box;
  187. background-color: #fff;
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. }
  192. .lastsetting_left{
  193. display: flex;
  194. align-items: center;
  195. }
  196. .lastsetting_img{
  197. width: 40rpx;
  198. height: 40rpx;
  199. }