前端bug修复
parent
1ad620995f
commit
ac325535bd
|
@ -15,6 +15,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/css/aos.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/new.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/enstyle.css" />
|
||||
<script src="/js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/aos.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/css/aos.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/new.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/enstyle.css" />
|
||||
<script src="/js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/aos.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/css/aos.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/new.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/enstyle.css" />
|
||||
<script src="/js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/js/aos.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
|
|
@ -33,12 +33,21 @@
|
|||
.mune .w-1200 .list a{
|
||||
min-width: 25vw;
|
||||
}
|
||||
.mune .w-1200 .list{
|
||||
overflow: initial !important;
|
||||
}
|
||||
.mune-other.mune .list a span{
|
||||
padding-left: 10px;
|
||||
padding-top: 0px;
|
||||
line-height: 80px;
|
||||
}
|
||||
.mune .list a span{
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
height: 80px;
|
||||
}
|
||||
.mune .list.active a span{
|
||||
background: linear-gradient(156deg, #E2AB63 0%, #9B6C3A 100%);
|
||||
|
|
Loading…
Reference in New Issue