|
@@ -195,6 +195,21 @@ view{box-sizing: border-box;}
|
|
|
.dljt-page-title{
|
|
|
color: #fff;font-size: 0;text-align: center;font-weight: bold;margin: 20rpx auto;
|
|
|
}
|
|
|
+// 详情页前面带竖杠的标题
|
|
|
+.dljt-detail-title{
|
|
|
+ display: inline-block;color: #333;margin-bottom: 16rpx;
|
|
|
+ .title-text{font-size:28rpx;display: flex;align-items: center;margin: 0;color:#00369a;}
|
|
|
+ .title-text:before{content: ' ';width: 8rpx;height: 26rpx;background-color:#00369a;border-radius: 4rpx;
|
|
|
+ margin-right: 6rpx;}
|
|
|
+}
|
|
|
+// 视频标题
|
|
|
+.dljt-video-title{
|
|
|
+ display: inline-block;font-weight: 700;color: #333;margin-bottom: 24rpx;
|
|
|
+ .video-text{font-size:28rpx;display: flex;align-items: center;margin: 0;color:#1460b6;font-weight: bold}
|
|
|
+ .video-text:before{
|
|
|
+ content:'';width: 56rpx;height: 44rpx;margin:0 12rpx 0 0;
|
|
|
+ @include dljt-no-repeat-cover;background-image: url("@/static/images/common/video-icon.png");}
|
|
|
+}
|
|
|
|
|
|
/* 导航 */
|
|
|
.dljt-breadcrumb-box{
|
|
@@ -309,7 +324,8 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
.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;
|
|
|
+ font-size: 26rpx;font-weight: normal;white-space: pre-wrap;
|
|
|
+ color: #333;word-break: break-all;line-height: 1.5;
|
|
|
img{max-width: 100%;}
|
|
|
.img-center-top{margin: 32rpx auto 0;display: block;}
|
|
|
div[data-w-e-type="video"]{text-align: center}
|