.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;
|
|
|
|
}
|