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.
24 lines
322 B
24 lines
322 B
8 months ago
|
swiper{
|
||
|
height: 350rpx;
|
||
|
}
|
||
|
swiper image{
|
||
|
width: 100%;
|
||
|
}
|
||
|
.jgg{
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
text-align: center;
|
||
|
border-bottom: 1px solid gray;
|
||
|
}
|
||
|
.item{
|
||
|
width: 180rpx;
|
||
|
font-size: 35rpx;
|
||
|
margin-left: 50rpx;
|
||
|
margin-top: 100rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
.item image{
|
||
|
width: 150rpx;
|
||
|
height: 150rpx;
|
||
|
}
|