猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
592 B

.user-header{
position: relative;
height: 350rpx;
background: #FFBF60;
color: #FFFFFF;
}
.login{
padding: 40rpx;
}
.header-money{
position: absolute;
bottom: -150rpx;
color: #333333;
width: 100%;
&-list{
padding: 0 30rpx;
}
&-item{
height: 300rpx;
background: #FFFFFF;
border-radius: 30rpx;
}
}
.but{
color: #FFBF60;
}
.user-container{
margin-top: 180rpx;
padding: 30rpx;
}
.icon-list{
display: flex;
flex-direction: column;
align-items: center;
}
.cw-box{
background: #fef0f0;
}
.pd4{
padding: 1% 4% 2% 4%;
box-sizing: border-box;
}