/* 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; } .mysever{ position: relative; min-height: 180rpx; } .life{ min-height: 400rpx; padding-top: 10rpx; } .box{ width: 92%; background: #fff; margin: 0 auto; margin-top: 40rpx; border-radius: 20rpx; box-shadow: #cfcfcf 2rpx 4rpx 10rpx; } .box-item{ width: 23%; height: 150rpx; float: left; /* background: #727272; */ margin: 0 1% 0 1%; } .box-item .icon{ display: block; width: 60rpx; height: 60rpx; margin: 27rpx auto 0; } .box-item .text{ width: 100%; height: 60rpx; text-align: center; line-height: 60rpx; font-size: 28rpx; color: #666; } .titlebox{ width: 80%; height: 80rpx; /* background: #333; */ } .titlebox .line{ width: 10rpx; height: 45rpx; background: #298ff5; border-radius: 6rpx; float: left; margin-top: 20rpx; } .titlebox .title{ height: 80rpx; line-height: 80rpx; margin-left: 10rpx; float: left; font-size: 35rpx; font-weight: bold; } .lifeitem{ height: 150rpx; } .butsy{ display: block; background: #fff; padding: 0; }