|
@@ -127,7 +127,7 @@ view{box-sizing: border-box;}
|
|
|
}
|
|
|
.head-collapse-box{
|
|
|
width: 100%;height: calc(100vh - 100rpx)!important;background-color: #0041b7!important;overflow-y: auto;
|
|
|
- position: absolute;top: 0;left: 0;right: 0;bottom: 100rpx;z-index: 99;
|
|
|
+ position: absolute;top: 120rpx;left: 0;right: 0;bottom: 100rpx;z-index: 99;
|
|
|
.uni-collapse-item__title-box{background-color: #0041b7!important;font-size: 32rpx;color: #fff;}
|
|
|
.uni-collapse-item--animation{
|
|
|
transform: rotate(270deg);
|
|
@@ -141,13 +141,13 @@ view{box-sizing: border-box;}
|
|
|
.open{padding-bottom: 16rpx;}
|
|
|
.uni-collapse-item__wrap{background-color: #0041b7!important;}
|
|
|
}
|
|
|
- .head-item-text{background-color: #45bcf4;margin:0 16rpx 16rpx;font-size: 32rpx;
|
|
|
- border-radius: 8rpx;color: #fff;padding: 32rpx 16rpx;box-sizing: border-box;}
|
|
|
+ .head-item-text{background-color: #fff;margin:0 16rpx 16rpx;font-size: 32rpx;
|
|
|
+ border-radius: 8rpx;color: #333;padding: 32rpx 16rpx;box-sizing: border-box;}
|
|
|
}
|
|
|
|
|
|
// 底部footer
|
|
|
.dljt-footer-box{
|
|
|
- width: 100%;height: 140rpx;background-color: #01356e;
|
|
|
+ width: 100%;height: 120rpx;background-color: #01356e;
|
|
|
}
|
|
|
|
|
|
// 底部tab-bar
|
|
@@ -173,7 +173,7 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
// 页面box
|
|
|
.dljt-page-box{
|
|
|
- width: 100%;height: auto;position: relative;padding:120rpx 0 100rpx;
|
|
|
+ width: 100%;height: auto;position: relative;padding:120rpx 0 0;
|
|
|
}
|
|
|
.dljt-page-box::before{
|
|
|
content: ''; width: 100%;height: 260rpx;display: block;@include dljt-no-repeat-cover(bottom);
|
|
@@ -183,7 +183,7 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
//页面标题
|
|
|
.dljt-page-title{
|
|
|
- color: #fff;font-size: 32rpx;text-align: center;font-weight: bold;margin: 46rpx auto;
|
|
|
+ color: #fff;font-size: 0;text-align: center;font-weight: bold;margin: 20rpx auto;
|
|
|
}
|
|
|
|
|
|
/* 导航 */
|
|
@@ -201,10 +201,8 @@ view{box-sizing: border-box;}
|
|
|
.dljt-page-content-box{width: 92%;margin: 0 auto 60rpx;background-color: #fff;
|
|
|
box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
/* 无限滚动区域 */
|
|
|
-// .dljt-scroll-view{
|
|
|
-// min-height: 600rpx;
|
|
|
-.uni-scroll-view-content{height: calc(100vh - 635rpx)}
|
|
|
-// }
|
|
|
+// .uni-scroll-view-content{height: calc(100vh - 290rpx)}
|
|
|
+.uni-scroll-view-content{height: calc(100vh - 440rpx)}
|
|
|
|
|
|
/*左侧图片右侧内容列表区域*/
|
|
|
.list-item-box{
|
|
@@ -214,7 +212,7 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
width: 80rpx;height: 80rpx;background-color: rgba(0,64,194,0.7);
|
|
|
color: #fff;position: absolute;top: 0;left: 0;text-align: center;
|
|
|
.time-data{font-size: 32rpx;border-bottom: 1rpx solid #e9ffff;margin: 4rpx 10rpx;padding-bottom: 2rpx;}
|
|
|
- .time-year{font-size: 16rpx;}
|
|
|
+ .time-year{font-size: 18rpx;}
|
|
|
}
|
|
|
.time-red-box{
|
|
|
background-color: rgba(153,0,0,0.7);
|