|
@@ -634,18 +634,6 @@
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
- // 菜单 ul
|
|
|
- .course-menu-ul{
|
|
|
- display: block;
|
|
|
- margin: 0 auto;
|
|
|
- text-align: center;
|
|
|
- background: #F7F9FB;
|
|
|
- li{display: inline-block;@include setFontStyle(-2);padding:24px 32px;color: rgba(0,0,0,0.64);background: #F7F9FB;transition: all .3s;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
|
|
|
- li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
|
|
|
- li:hover{
|
|
|
- transform: scale(1.1);
|
|
|
- }
|
|
|
- }
|
|
|
/* 调转菜单栏 */
|
|
|
.course-service-nav{width: 100%;height: 72px;background: url("~static/images/client/course/course--nav-bg.png") repeat-x;padding-top: 15px;text-align: center;}
|
|
|
.course-link-nav{
|
|
@@ -935,6 +923,37 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @media (max-width: 768px){
|
|
|
+ // banner
|
|
|
+ .newsInfor-banner{
|
|
|
+ height: 150px;
|
|
|
+ img{width: auto;height: 150px;}
|
|
|
+ }
|
|
|
+
|
|
|
+ // 页面主要内容区域
|
|
|
+ .newsInfor-content-box{
|
|
|
+ min-height: unset;padding: 20px 0 50px;
|
|
|
+ // 右侧内容区域
|
|
|
+ .newsInfor-content-ul{
|
|
|
+ padding: 0 6%;
|
|
|
+ li{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;margin-bottom: 20px;}
|
|
|
+ //图片
|
|
|
+ .newsInfor-img-box{width:100%;height:180px;display: block;margin-right:0;border-radius: 0;}
|
|
|
+ //内容区域
|
|
|
+ .newsInfor-list-content{
|
|
|
+ width: 100%;padding: 20px;box-sizing: border-box;
|
|
|
+ h5{@include setFontStyle(-4);color: rgb(16, 16, 16);margin-bottom: 12px;}
|
|
|
+ div{
|
|
|
+ span{margin-bottom: 0;@include setFontStyle(-8);color: rgb(16, 16, 16);}
|
|
|
+ }
|
|
|
+ p{height: auto;max-height: 60px;margin-bottom:0;font-size: 14px;color: rgb(16, 16, 16);line-height: 20px;}
|
|
|
+ }
|
|
|
+ // 分页
|
|
|
+ .client-el-pagination{margin-top: 24px}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|