37 lines
624 B
SCSS
37 lines
624 B
SCSS
page{
|
|
background-color: #f5f5f5;
|
|
}
|
|
.swiper-container{
|
|
height: 150px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
border-radius: 20rpx !important;
|
|
overflow: hidden;
|
|
}
|
|
.item{
|
|
height: 100%;
|
|
line-height: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
swiper-item:nth-child(1) .item{
|
|
background-color: lightgreen;
|
|
}
|
|
swiper-item:nth-child(2) .item{
|
|
background-color: lightskyblue;
|
|
}
|
|
swiper-item:nth-child(3) .item{
|
|
background-color: lightpink;
|
|
}
|
|
|
|
.templateitem{
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.jin_book{
|
|
background: #fafafa;
|
|
padding: 20rpx;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|