myCenter.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* pages/myCenter/myCenter.wxss */
  2. page{
  3. background: #ffffff;
  4. }
  5. .bg {
  6. background: #F5F5F5;
  7. min-height: 100%;
  8. /* height: 100%; */
  9. position: relative;
  10. height: 1549rpx;
  11. }
  12. .head-bg {
  13. width: 100%;
  14. height: 400rpx;
  15. background-size: 100% 100%;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .headPortrait {
  20. display: block;
  21. width: 120rpx;
  22. height: 120rpx;
  23. margin-left: 40rpx;
  24. border: 0.1rpx solid rgb(184, 184, 184);
  25. border-radius: 50%;
  26. }
  27. .head-bg text {
  28. color: #fff;
  29. font-size: 1.225rem;
  30. margin-left: 0.9375rem;
  31. font-weight: bold;
  32. border:0;
  33. background:transparent;
  34. }
  35. .head-bg button {
  36. color: #fff;
  37. font-size: 1.225rem;
  38. margin-left: 0.9375rem;
  39. font-weight: bold;
  40. border:0;
  41. background:transparent;
  42. }
  43. button::after {
  44. border: none;
  45. }
  46. .cont-width {
  47. width: 92%;
  48. background: #ffffff;
  49. margin: auto;
  50. border-radius: 0.5rem;
  51. margin-top: 0.9375rem;
  52. }
  53. .banner {
  54. height: 140rpx;
  55. margin-top: -2rem;
  56. }
  57. .banner-nav {
  58. display: flex;
  59. height: 140rpx;
  60. color: #999;
  61. justify-content: space-evenly;
  62. }
  63. .nav-item {
  64. display: flex;
  65. height: 100%;
  66. flex-direction: column;
  67. align-items: center;
  68. justify-content: center;
  69. font-size: 0.875rem;
  70. color: #333;
  71. }
  72. .banner-nav view image {
  73. width: 60rpx;
  74. height: 60rpx;
  75. margin-bottom: 0.3125rem;
  76. }
  77. .list-item {
  78. display: flex;
  79. height: 80rpx;
  80. justify-content: space-between;
  81. align-items: center;
  82. margin: 0 0.9375rem;
  83. }
  84. .line {
  85. width: 90%;
  86. height: 1rpx;
  87. margin-left: 30rpx;
  88. background-color: #d2d2d2;
  89. /* border-bottom: 1px solid rgba(133, 133, 133, 0.25); */
  90. }
  91. /* .list-nav li:last-child a {
  92. border-bottom: none;
  93. } */
  94. .list-nav view text {
  95. color: #333;
  96. font-size: 27rpx;
  97. font-weight: bold;
  98. }
  99. .list-nav image {
  100. width: 0.875rem;
  101. height: 0.875rem;
  102. margin-right: 0.9375rem;
  103. }
  104. .list-nav .arrow image{
  105. width: 20rpx;
  106. height: 27rpx;
  107. background-size: 100% 100%;
  108. }
  109. .list-nav .left {
  110. height: 100%;
  111. display: flex;
  112. align-items: center;
  113. }
  114. .foot {
  115. width: 100%;
  116. height: 5.375rem;
  117. bottom: 0;
  118. background-image: url(images/foot-bg.png);
  119. background-size: 100% 100%;
  120. display: flex;
  121. flex-direction: column;
  122. justify-content: flex-end;
  123. position: absolute;
  124. bottom: 0;
  125. }
  126. .foot-nav {
  127. width: 100%;
  128. display: flex;
  129. }
  130. .foot-nav li {
  131. height: 100%;
  132. width: 25%;
  133. margin-bottom: 0.3125rem;
  134. display: flex;
  135. flex-direction: column;
  136. font-size: 0.6875rem;
  137. color: #999;
  138. align-items: center;
  139. }
  140. .foot-nav span {
  141. margin-top: 0.1875rem;
  142. }
  143. .foot-nav li:last-child span {
  144. color: #508FF4;
  145. }
  146. .foot-nav img {
  147. width: 1.1875rem;
  148. height: 1.1875rem;
  149. }