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

50 lines
759 B

.container-tabs {
background: #FFBF60;
.u-tabs {
background: #FFBF60;
}
}
.container {
padding: 20rpx;
&-list {
background: #FFFFFF;
padding: 28rpx 20rpx;
font-size: 24rpx;
color: #7D8196;
}
}
.address {
background: #F6FAFC;
border-radius: 8rpx 8rpx 8rpx 8rpx;
padding: 14rpx 20rpx;
}
.container-list-item {
background: #FFFFFF;
}
.header-buts{
background: #FFBF60;
height: 96rpx;
}
.header-buts{
.buts-box{
border-radius: 12rpx;
border: 2rpx solid #FFFFFF;
overflow: hidden;
.buts{
padding: 22rpx 54rpx;
color: #FFFFFF;
font-size: 28rpx;
}
.buts-active{
font-size: 32rpx;
font-weight: 500rpx;
background: #FFFFFF;
color: #FFBF60;
}
}
}