猫妈狗爸伴宠师小程序前端代码
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.
 
 
 
 

40 lines
587 B

.bind-user {
&-header {
height: 315rpx;
padding: 60rpx 20rpx 0;
background: linear-gradient(360deg, #FFFFFF 0%, #FFBF60 99%);
color: #FFFFFF;
}
.header-name {
margin-left: 20rpx;
}
.header-card {
padding: 20rpx;
border-radius: 20rpx;
font-size: 28rpx;
}
.card-left {
background: #78f7eb;
}
.card-right {
background: #de8585;
}
}
.bind-main {
position: absolute;
top: 180rpx;
width: 100vw;
&-content{
padding: 30rpx;
}
&-list{
background: #FFFFFF;
min-height: 900rpx;
border-radius: 30rpx;
}
}