10 lines
148 B
CSS
10 lines
148 B
CSS
|
|
.banner {
|
||
|
|
background: #fff;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.banner image {
|
||
|
|
min-width: 100%;
|
||
|
|
}
|
||
|
|
.banner, .banner image {
|
||
|
|
height: 320rpx !important;
|
||
|
|
}
|