|
@@ -143,7 +143,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
.phone-popper-box {
|
|
|
position: absolute;
|
|
|
top: 61px;
|
|
@@ -154,13 +154,15 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
overflow: auto;
|
|
|
height: calc(100vh - 112px);
|
|
|
- >a{
|
|
|
- height: 48px;
|
|
|
- line-height: 48px;
|
|
|
+ >a,.el-collapse-item__header{
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
display: block;
|
|
|
- font-size: 14px;
|
|
|
- color: #333;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #101010;
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
+ .el-collapse-item__header{ display: flex;}
|
|
|
// 新闻资讯
|
|
|
.xwzx-row{border-bottom: 1px solid #EBEEF5;}
|
|
|
|
|
@@ -182,11 +184,14 @@ export default {
|
|
|
// 解决方案 - 二级菜单
|
|
|
.jjfa-popper-content{
|
|
|
width: 100%;border-radius: 5px;background-color: rgba(187, 187, 187, 0.2);margin-bottom: 10px;padding: 10px;box-sizing: border-box;
|
|
|
- h3{font-size: 16px;color: #333;display: block;font-weight: 700;margin-left: 8px;}
|
|
|
+ h3{font-size: 14px;color: #333;display: block;font-weight: 700;margin-left: 8px;}
|
|
|
.jjfa-link-box{width: 100%;display: flex;flex-wrap: wrap;}
|
|
|
a{width: 33.33%;padding: 5px 8px;box-sizing: border-box}
|
|
|
.jjfa-popper-title{width:100%;height: 24px;line-height: 24px;text-align:center;display:inline-block;
|
|
|
font-size: 12px;color: rgba(16, 16, 16, 100);border-radius: 5px;border: 1px solid rgba(187, 187, 187, 100);}
|
|
|
}
|
|
|
+
|
|
|
+ // 菜单选中
|
|
|
+ .nuxt-link-active{color:#00b96b; }
|
|
|
}
|
|
|
</style>
|