|
@@ -3,8 +3,11 @@
|
|
|
// 首页
|
|
|
.dljt-index-page{
|
|
|
width: 100%;height: auto;position: relative;padding:120rpx 0 0;
|
|
|
- .index-swiper-box{width: 100%;margin-bottom: 52rpx;}
|
|
|
- uni-image{width: 100%;height: 340rpx;}
|
|
|
+ .index-swiper-box{
|
|
|
+ width: 100%;margin-bottom: 52rpx;
|
|
|
+ .swiper{height: 360rpx;}
|
|
|
+ }
|
|
|
+ uni-image{width: 100%;height: 360rpx;}
|
|
|
.index-content-box{width: 92%;margin: 0 auto 50rpx;}
|
|
|
.index-background-box{background-color: #f5f5f5;padding:36rpx 0 10rpx;}
|
|
|
.index-more-btn{
|