|
@@ -300,8 +300,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
}
|
|
|
|
|
|
/* 网站副标题 */
|
|
|
-.client-subtitle-title{width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center}
|
|
|
-.client-subtitle-title-big{width: 1000px;padding:0 100px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 48px;text-align: center}
|
|
|
+.client-subtitle-title{
|
|
|
+ width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center;
|
|
|
+ @media (max-width: 768px){width: 100%;text-align: justify;@include setFontStyle(-6);line-height: 24px;}
|
|
|
+}
|
|
|
+.client-subtitle-title-big{
|
|
|
+ width: 1000px;padding:0 100px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 48px;text-align: center;
|
|
|
+ @media (max-width: 768px){width: 100%;text-align: justify;margin-top: 24px;padding: 0;@include setFontStyle(-6);line-height: 24px;}
|
|
|
+}
|
|
|
|
|
|
/* 网站通用按钮 */
|
|
|
.client-default-Btn{display: block;@include setFontStyle(-4);background: #2B5CFD;color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;}
|
|
@@ -550,6 +556,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
// 视频
|
|
|
.course-video-box{width: 100%;height: 480px;}
|
|
|
p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);margin-top: 16px;line-height: 22px}
|
|
|
+
|
|
|
+ @media (max-width: 768px){
|
|
|
+ .el-dialog{width: 90%;border-radius: 8px;margin: 0 5%;}
|
|
|
+ .el-dialog__body{padding: 0 16px;}
|
|
|
+ // 视频
|
|
|
+ .course-video-box{height: 180px;}
|
|
|
+ p{@include setFontStyle(-6);padding: 10px 0 16px;margin: 0}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* 首页行业学习详情页-通用部分 */
|