index.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. /* pages/tabber/my/index.wxss */
  2. .page {
  3. width: 750rpx;
  4. height: 100vh;
  5. }
  6. /* button {} */
  7. .page1 {
  8. background: linear-gradient(180deg, #F4F3F8 0%, #F6F6F6 100%);
  9. }
  10. .title {
  11. position: absolute;
  12. left: 50%;
  13. transform: translate(-50%, 0);
  14. color: #000;
  15. z-index: 100;
  16. }
  17. .topBoxs {
  18. width: 750rpx;
  19. height: 350rpx;
  20. background: linear-gradient(180deg, #F4F3F8 0%, #F4F3F8 100%);
  21. padding: 40rpx 32rpx;
  22. align-items: flex-end;
  23. position: relative;
  24. }
  25. .topBoxs .userPicture {
  26. width: 120rpx;
  27. height: 120rpx;
  28. border-radius: 50%;
  29. }
  30. .dd{display: flex;
  31. flex-direction: column;}
  32. .topBoxs .phone {
  33. margin-left: 30rpx;
  34. font-size: 24rpx;
  35. border: solid 0;
  36. background-color: transparent;
  37. padding: 0;
  38. }
  39. .phone::after{
  40. border: none;
  41. outline: none;
  42. }
  43. .topBoxs .bg {
  44. width: 246rpx;
  45. height: 276rpx;
  46. right: 0;
  47. bottom: -20%;
  48. position: absolute;
  49. }
  50. .menuBoxs {
  51. width: 750rpx;
  52. background: #FFFFFF;
  53. border-radius: 24rpx;
  54. position: relative;
  55. left: 0;
  56. top: -15rpx;
  57. z-index: 1;
  58. padding: 65rpx 70rpx;
  59. overflow: hidden;
  60. flex-wrap: wrap;
  61. /* border: 1px solid red; */
  62. }
  63. .menuItem {
  64. width: 100rpx;
  65. height: 100rpx;
  66. margin-right: auto;
  67. position: relative;
  68. }
  69. .menuItem .icon {
  70. width: 50rpx;
  71. height: 50rpx;
  72. margin: auto;
  73. display: block;
  74. }
  75. .menuItem .tit {
  76. font-size: 24rpx;
  77. color: #666666;
  78. text-align: center;
  79. margin-top: 20rpx;
  80. }
  81. .menuItem .dot {
  82. width: 68rpx;
  83. height: 34rpx;
  84. background: #FF663D;
  85. border-radius: 19rpx 19rpx 19rpx 0px;
  86. position: absolute;
  87. right: -20rpx;
  88. top: -20rpx;
  89. font-size: 22rpx;
  90. color: #FFFFFF;
  91. text-align: center;
  92. line-height: 34rpx;
  93. }
  94. .active .message {
  95. width: 702rpx;
  96. height: 134rpx;
  97. background: #FFFFFF;
  98. border-radius: 12rpx;
  99. margin: auto;
  100. position: relative;
  101. top: -20rpx;
  102. padding: 0 25rpx;
  103. }
  104. .active .message .num {
  105. font-size: 40rpx;
  106. font-family: HelveticaNeue-Medium, HelveticaNeue;
  107. font-weight: 500;
  108. color: #191C27;
  109. text-align: center;
  110. }
  111. .active .message .line {
  112. width: 1rpx;
  113. height: 86rpx;
  114. background: #EDEDED;
  115. }
  116. .active .message .tips {
  117. text-align: center;
  118. font-size: 26rpx;
  119. color: #666666;
  120. }
  121. .active .contioner {
  122. width: 702rpx;
  123. background: #FFFFFF;
  124. border-radius: 12rpx;
  125. margin: 0 auto 25rpx;
  126. padding: 25rpx;
  127. }
  128. .contioner .titText {
  129. font-size: 32rpx;
  130. font-weight: 500;
  131. color: #191C27;
  132. }
  133. .kf button{
  134. position: absolute;
  135. width: 132rpx;
  136. height: 132rpx;
  137. opacity: 0;
  138. }
  139. .section10 {
  140. height: 386rpx;
  141. border-radius: 16rpx;
  142. background-color: rgba(255,255,255,1);
  143. width: 690rpx;
  144. display: flex;
  145. flex-direction: column;
  146. }
  147. .layer1 {
  148. width: 405rpx;
  149. height: 60rpx;
  150. flex-direction: row;
  151. display: flex;
  152. justify-content: space-between;
  153. margin: 20rpx 0 0 265rpx;
  154. }
  155. .txt5 {
  156. width: 160rpx;
  157. height: 32rpx;
  158. display: block;
  159. overflow-wrap: break-word;
  160. color: rgba(51,51,51,1);
  161. font-size: 32rpx;
  162. font-family: PingFangSC-Medium;
  163. white-space: nowrap;
  164. line-height: 32rpx;
  165. text-align: left;
  166. margin-top: 28rpx;
  167. }
  168. .icon2 {
  169. width: 32rpx;
  170. height: 32rpx;
  171. }
  172. .layer2 {
  173. width: 390rpx;
  174. height: 26rpx;
  175. display: flex;
  176. flex-direction: row;
  177. margin: 32rpx 0 0 150rpx;
  178. }
  179. .txt6 {
  180. width: 390rpx;
  181. height: 26rpx;
  182. display: block;
  183. overflow-wrap: break-word;
  184. color: rgba(153,153,153,1);
  185. font-size: 26rpx;
  186. font-family: PingFangSC-Regular;
  187. white-space: nowrap;
  188. line-height: 26rpx;
  189. text-align: left;
  190. }
  191. .layer3 {
  192. width: 580rpx;
  193. height: 120rpx;
  194. display: flex;
  195. flex-direction: row;
  196. margin: 64rpx 0 64rpx 55rpx;
  197. }
  198. .pic2 {
  199. width: 580rpx;
  200. height: 120rpx;
  201. display: flex;
  202. flex-flow: row nowrap;
  203. justify-content: space-between;
  204. position: relative;
  205. }
  206. .cover{
  207. position: fixed;
  208. left: 0;
  209. top: 0;
  210. width: 100%;
  211. height: 100%;
  212. /* z-index: 99999; */
  213. background: rgba(0,0,0,.3);
  214. display: flex;
  215. flex-flow: row nowrap;
  216. justify-content: center;
  217. align-items: center;
  218. }
  219. .pic2 .input{
  220. background: #f2f2f2;
  221. color: #222;
  222. width: 14%;
  223. height: 100rpx;
  224. line-height: 100rpx;
  225. text-align: center;
  226. }
  227. .pic2 input{
  228. position: absolute;
  229. height: 100rpx;
  230. line-height: 100rpx;
  231. opacity: 0;
  232. width: 200%;
  233. color: #fff0;
  234. caret-color: #FFF;
  235. left: -100%;
  236. top: 0;
  237. }