forked from angelo/web-retail-h5
feat(index): 首页banner样式调整
This commit is contained in:
parent
3ced29bb63
commit
aaeb240673
|
@ -940,7 +940,7 @@ header {
|
||||||
|
|
||||||
.swiper-items {
|
.swiper-items {
|
||||||
// height: 495rpx;
|
// height: 495rpx;
|
||||||
width: 340rpx;
|
// width: 340rpx;
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
@ -953,13 +953,13 @@ header {
|
||||||
.swiper-item {
|
.swiper-item {
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
padding: 0 20rpx;
|
||||||
width: 690rpx;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
image {
|
image {
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
width: 690rpx;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue