/* pages/myCenter/myCenter.wxss */ page{ background: #ffffff; } .bg { background: #F5F5F5; min-height: 100%; /* height: 100%; */ position: relative; } .head-bg { width: 100%; height: 400rpx; background-size: 100% 100%; display: flex; align-items: center; } .headPortrait { display: block; width: 120rpx; height: 120rpx; margin-left: 40rpx; border: 0.1rpx solid rgb(184, 184, 184); border-radius: 50%; } .head-bg text { color: #fff; font-size: 1.225rem; margin-left: 0.9375rem; font-weight: bold; border:0; background:transparent; } .head-bg button { color: #fff; font-size: 1.225rem; margin-left: 0.9375rem; font-weight: bold; border:0; background:transparent; } button::after { border: none; } .cont-width { width: 92%; background: #ffffff; margin: auto; border-radius: 0.5rem; margin-top: 0.9375rem; } .banner { height: 140rpx; margin-top: -2rem; } .banner-nav { display: flex; height: 140rpx; color: #999; justify-content: space-evenly; } .nav-item { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; font-size: 0.875rem; color: #333; } .banner-nav view image { width: 60rpx; height: 60rpx; margin-bottom: 0.3125rem; } .list-item { display: flex; height: 80rpx; justify-content: space-between; align-items: center; margin: 0 0.9375rem; } .line { width: 90%; height: 1rpx; margin-left: 30rpx; background-color: #d2d2d2; /* border-bottom: 1px solid rgba(133, 133, 133, 0.25); */ } /* .list-nav li:last-child a { border-bottom: none; } */ .list-nav view text { color: #333; font-size: 27rpx; font-weight: bold; } .list-nav image { width: 0.875rem; height: 0.875rem; margin-right: 0.9375rem; } .list-nav .arrow image{ width: 20rpx; height: 27rpx; background-size: 100% 100%; } .list-nav .left { height: 100%; display: flex; align-items: center; } .foot { width: 100%; height: 5.375rem; bottom: 0; background-image: url(images/foot-bg.png); background-size: 100% 100%; display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: 0; } .foot-nav { width: 100%; display: flex; } .foot-nav li { height: 100%; width: 25%; margin-bottom: 0.3125rem; display: flex; flex-direction: column; font-size: 0.6875rem; color: #999; align-items: center; } .foot-nav span { margin-top: 0.1875rem; } .foot-nav li:last-child span { color: #508FF4; } .foot-nav img { width: 1.1875rem; height: 1.1875rem; }