myCenter.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. }
  11. .head-bg {
  12. width: 100%;
  13. height: 400rpx;
  14. background-size: 100% 100%;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .headPortrait {
  19. display: block;
  20. width: 120rpx;
  21. height: 120rpx;
  22. margin-left: 40rpx;
  23. border: 0.1rpx solid rgb(184, 184, 184);
  24. border-radius: 50%;
  25. }
  26. .head-bg text {
  27. color: #fff;
  28. font-size: 1.225rem;
  29. margin-left: 0.9375rem;
  30. font-weight: bold;
  31. border:0;
  32. background:transparent;
  33. }
  34. .head-bg button {
  35. color: #fff;
  36. font-size: 1.225rem;
  37. margin-left: 0.9375rem;
  38. font-weight: bold;
  39. border:0;
  40. background:transparent;
  41. }
  42. button::after {
  43. border: none;
  44. }
  45. .cont-width {
  46. width: 92%;
  47. background: #ffffff;
  48. margin: auto;
  49. border-radius: 0.5rem;
  50. margin-top: 0.9375rem;
  51. }
  52. .banner {
  53. height: 140rpx;
  54. margin-top: -2rem;
  55. }
  56. .banner-nav {
  57. display: flex;
  58. height: 140rpx;
  59. color: #999;
  60. justify-content: space-evenly;
  61. }
  62. .nav-item {
  63. display: flex;
  64. height: 100%;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. font-size: 0.875rem;
  69. color: #333;
  70. }
  71. .banner-nav view image {
  72. width: 60rpx;
  73. height: 60rpx;
  74. margin-bottom: 0.3125rem;
  75. }
  76. .list-item {
  77. display: flex;
  78. height: 80rpx;
  79. justify-content: space-between;
  80. align-items: center;
  81. margin: 0 0.9375rem;
  82. }
  83. .line {
  84. width: 90%;
  85. height: 1rpx;
  86. margin-left: 30rpx;
  87. background-color: #d2d2d2;
  88. /* border-bottom: 1px solid rgba(133, 133, 133, 0.25); */
  89. }
  90. /* .list-nav li:last-child a {
  91. border-bottom: none;
  92. } */
  93. .list-nav view text {
  94. color: #333;
  95. font-size: 27rpx;
  96. font-weight: bold;
  97. }
  98. .list-nav image {
  99. width: 0.875rem;
  100. height: 0.875rem;
  101. margin-right: 0.9375rem;
  102. }
  103. .list-nav .arrow image{
  104. width: 20rpx;
  105. height: 27rpx;
  106. background-size: 100% 100%;
  107. }
  108. .list-nav .left {
  109. height: 100%;
  110. display: flex;
  111. align-items: center;
  112. }
  113. .foot {
  114. width: 100%;
  115. height: 5.375rem;
  116. bottom: 0;
  117. background-image: url(images/foot-bg.png);
  118. background-size: 100% 100%;
  119. display: flex;
  120. flex-direction: column;
  121. justify-content: flex-end;
  122. position: absolute;
  123. bottom: 0;
  124. }
  125. .foot-nav {
  126. width: 100%;
  127. display: flex;
  128. }
  129. .foot-nav li {
  130. height: 100%;
  131. width: 25%;
  132. margin-bottom: 0.3125rem;
  133. display: flex;
  134. flex-direction: column;
  135. font-size: 0.6875rem;
  136. color: #999;
  137. align-items: center;
  138. }
  139. .foot-nav span {
  140. margin-top: 0.1875rem;
  141. }
  142. .foot-nav li:last-child span {
  143. color: #508FF4;
  144. }
  145. .foot-nav img {
  146. width: 1.1875rem;
  147. height: 1.1875rem;
  148. }
  149. .mysever{
  150. position: relative;
  151. min-height: 180rpx;
  152. }
  153. .life{
  154. min-height: 400rpx;
  155. padding-top: 10rpx;
  156. }
  157. .box{
  158. width: 92%;
  159. background: #fff;
  160. margin: 0 auto;
  161. margin-top: 40rpx;
  162. border-radius: 20rpx;
  163. box-shadow: #cfcfcf 2rpx 4rpx 10rpx;
  164. }
  165. .box-item{
  166. width: 23%;
  167. height: 150rpx;
  168. float: left;
  169. /* background: #727272; */
  170. margin: 0 1% 0 1%;
  171. }
  172. .box-item .icon{
  173. display: block;
  174. width: 60rpx;
  175. height: 60rpx;
  176. margin: 27rpx auto 0;
  177. }
  178. .box-item .text{
  179. width: 100%;
  180. height: 60rpx;
  181. text-align: center;
  182. line-height: 60rpx;
  183. font-size: 28rpx;
  184. color: #666;
  185. }
  186. .titlebox{
  187. width: 80%;
  188. height: 80rpx;
  189. /* background: #333; */
  190. }
  191. .titlebox .line{
  192. width: 10rpx;
  193. height: 45rpx;
  194. background: #298ff5;
  195. border-radius: 6rpx;
  196. float: left;
  197. margin-top: 20rpx;
  198. }
  199. .titlebox .title{
  200. height: 80rpx;
  201. line-height: 80rpx;
  202. margin-left: 10rpx;
  203. float: left;
  204. font-size: 35rpx;
  205. font-weight: bold;
  206. }
  207. .lifeitem{
  208. height: 150rpx;
  209. }
  210. .butsy{
  211. display: block;
  212. background: #fff;
  213. padding: 0;
  214. }