123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- /* 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;
- }
|