|
@@ -147,7 +147,16 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
// 底部footer
|
|
|
.dljt-footer-box{
|
|
|
- width: 100%;height: 120rpx;background-color: #01356e;
|
|
|
+ width: 100%;height: 120rpx;background-color: #01356e;box-sizing: border-box;padding: 0 24rpx;
|
|
|
+ display: flex;align-items: center;justify-content: space-between;
|
|
|
+ .footer-logo-box{
|
|
|
+ width: 350rpx;height: 78rpx;@include dljt-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/common/website-logo.png");
|
|
|
+ }
|
|
|
+ .footer-text-box{
|
|
|
+ font-size: 16rpx;color: #fff;text-align:right;
|
|
|
+ view + view{margin-top: 2rpx;}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 底部tab-bar
|
|
@@ -192,7 +201,7 @@ view{box-sizing: border-box;}
|
|
|
.breadcrumb-text,.breadcrumb-active{font-size: 26rpx;color: #333;}
|
|
|
.breadcrumb-active{color: #1752a0;}
|
|
|
.breadcrumb-jt{
|
|
|
- width: 25rpx;height: 25rpx;transform: rotate(270deg);
|
|
|
+ width: 25rpx;height: 25rpx;transform: rotate(270deg);margin: 0 6rpx;
|
|
|
@include dljt-no-repeat-cover;background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");}
|
|
|
}
|
|
|
|
|
@@ -202,7 +211,7 @@ view{box-sizing: border-box;}
|
|
|
box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
/* 无限滚动区域 */
|
|
|
// .uni-scroll-view-content{height: calc(100vh - 290rpx)}
|
|
|
-.uni-scroll-view-content{height: calc(100vh - 440rpx)}
|
|
|
+.uni-scroll-view-content{height: calc(100vh - 420rpx)}
|
|
|
|
|
|
/*左侧图片右侧内容列表区域*/
|
|
|
.list-item-box{
|
|
@@ -224,4 +233,31 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
.list-line{width: 50rpx;height: 6rpx;background-color: #1460b6;margin: 20rpx 0;}
|
|
|
.list-content{font-size: 24rpx;@include multi-line-ellipsis(2);color: #666;line-height: 1.5;}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+/* 底部返回按钮*/
|
|
|
+.return-footer-box{
|
|
|
+ display: flex;justify-content: space-between;align-items: center;
|
|
|
+ .footer-right{flex-shrink: 0}
|
|
|
+ .dljt-return-btn{width: 133rpx;height: 40rpx;display: inline-block;margin: 24rpx 0;cursor: pointer;flex-shrink: 0;margin-left: auto;
|
|
|
+ @include dljt-no-repeat-cover;background-image: url("@/static/images/common/return-btn.png");}
|
|
|
+ .dljt-down-btn{width: 238rpx;height: 60rpx;display: inline-block;margin: 24rpx 0;margin-left: auto;
|
|
|
+ @include dljt-no-repeat-cover;background-image: url("@/static/images/common/down-btn.png");}
|
|
|
+ .dljt-down-btn + .dljt-return-btn{margin-left: 16rpx;}
|
|
|
+}
|
|
|
+
|
|
|
+/* 富文本详情页 */
|
|
|
+.dljt-detail-box{
|
|
|
+ height: calc(100vh - 420rpx);box-sizing: border-box;padding: 24rpx;overflow-y: auto;
|
|
|
+ .detail-title{color: #000;text-align: center;font-size: 32rpx;font-weight: bold;line-height: 1.5;}
|
|
|
+ .detail-data{color: #666;text-align: center;font-size: 26rpx;margin-top: 24rpx;}
|
|
|
+ .dljt-editor-box{
|
|
|
+ font-size: 26rpx;font-weight: normal;white-space: pre-wrap;color: #333;word-break: break-all;
|
|
|
+ img{max-width: 100%;}
|
|
|
+ .img-center-top{margin: 32rpx auto 0;display: block;}
|
|
|
+ div[data-w-e-type="video"]{text-align: center}
|
|
|
+ span{margin: 0;padding: 0;}
|
|
|
+ p{margin: 16rpx 0;padding: 0;}
|
|
|
+ }
|
|
|
+ .dljt-pdf-box{}
|
|
|
}
|