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

.swiper-container {
height: 370rpx;
}
.container{
padding: 0 20rpx 20rpx;
margin-top: 20rpx;
&-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;
image{
width: 123rpx;
height: 154rpx;
}
}
.add-but{
width: 164rpx;
height: 52rpx;
display: flex;
justify-content: center;
align-items: center;
background: #FFAA48;
border-radius: 54rpx;
}
}
}
.icon-list{
width: 100rpx;
display: flex;
flex-direction: column;
align-items: center;
margin: 20rpx 40rpx;
}