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

52 lines
908 B

.swiper-container {
height: 370rpx;
}
.container{
padding: 0 20rpx 20rpx;
margin-top: 28rpx;
position: relative;
z-index: 9;
&-list{
padding: 26rpx 20rpx;
background: #FFFFFF;
border-radius: 16rpx 16rpx 16rpx 16rpx;
margin-bottom: 20rpx;
&-but{
padding: 22rpx 40rpx;
background: #FFF4E5;
border-radius: 8rpx 8rpx 8rpx 8rpx;
color: #A94F20;
.explain {
display: flex;
.explain-text {
.join {
margin-top: 20rpx;
}
}
.explain-img {
width: 130rpx;
height: auto;
}
}
}
.add-but{
width: 164rpx;
height: 52rpx;
display: flex;
justify-content: center;
align-items: center;
background: #FFAA48;
border-radius: 54rpx;
}
}
}
.icon-list{
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
margin: 20rpx 0;
}