修改01.11
parent
78bd35a04c
commit
8a01ede056
866
css/base.css
866
css/base.css
|
@ -24,8 +24,8 @@ i {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 去掉li 的小圆点 */
|
/* 去掉li 的小圆点 */
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
@ -96,15 +96,15 @@ textarea {
|
||||||
.logo h1 a {
|
.logo h1 a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w100{ width: 100%; margin: auto;}
|
.w100{ width: 100%; margin: auto;}
|
||||||
.w1160{ width: 1160px; margin: auto;}
|
.w1160{ width: 1160px; margin: auto;}
|
||||||
|
|
||||||
.clips1{
|
.clips1{
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.clips2{display: -webkit-box;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
.clips2{display: -webkit-box;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
||||||
|
@ -113,424 +113,432 @@ textarea {
|
||||||
.clips5{display: -webkit-box;-webkit-line-clamp: 5;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
.clips5{display: -webkit-box;-webkit-line-clamp: 5;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
||||||
.clips6{display: -webkit-box;-webkit-line-clamp: 6;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
.clips6{display: -webkit-box;-webkit-line-clamp: 6;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
||||||
.clips7{display: -webkit-box;-webkit-line-clamp: 7;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
.clips7{display: -webkit-box;-webkit-line-clamp: 7;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
|
||||||
|
|
||||||
|
|
||||||
/* 头部 */
|
/* 头部 */
|
||||||
.header{
|
.header{
|
||||||
height: 62px;
|
height: 62px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
.head{
|
.head{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.head .logo{
|
.head .logo{
|
||||||
width: 190px;
|
width: 190px;
|
||||||
}
|
}
|
||||||
.head .logo img{
|
.head .logo img{
|
||||||
height: 37px;
|
height: 37px;
|
||||||
}
|
}
|
||||||
.head .nav{
|
.head .nav{
|
||||||
width: calc(100% - 350px);
|
width: calc(100% - 350px);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.head .nav li{
|
.head .nav li{
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.head .nav li>a{
|
.head .nav li>a{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
line-height: 62px;
|
line-height: 62px;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
}
|
}
|
||||||
.head .nav li.active>a,
|
.head .nav li.active>a,
|
||||||
.head .nav li:hover>a{
|
.head .nav li:hover>a{
|
||||||
color: #1a73e9;
|
color: #1a73e9;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head .nav li .sub-nav{
|
.head .nav li .sub-nav{
|
||||||
height: 0;
|
height: 0;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -112px;
|
left: -112px;
|
||||||
top: 62px;
|
top: 62px;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
transition: all .4s;
|
transition: all .4s;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.head .nav li:hover .sub-nav{
|
.head .nav li:hover .sub-nav{
|
||||||
display: flex;
|
display: flex;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
border-top: 2px solid #1a73e9;
|
border-top: 2px solid #1a73e9;
|
||||||
transition: all .4s;
|
transition: all .4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-nav .sub-nav-list{
|
.sub-nav .sub-nav-list{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
border-left: 1px solid #d9d9d9;
|
border-left: 1px solid #d9d9d9;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
.sub-nav .sub-nav-list .sub-nav-tiile{
|
.sub-nav .sub-nav-list .sub-nav-tiile{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
.sub-nav .sub-nav-list dl>dt{
|
.sub-nav .sub-nav-list dl>dt{
|
||||||
margin: 14px 0;
|
margin: 14px 0;
|
||||||
}
|
}
|
||||||
.sub-nav .sub-nav-list dl>dt a{
|
.sub-nav .sub-nav-list dl>dt a{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.sub-nav-img{
|
.sub-nav-img{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
.sub-nav-img img{
|
.sub-nav-img img{
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-nav-txt{
|
.sub-nav-txt{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-nav-txt p{
|
.sub-nav-txt p{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
.sub-nav-txt span{
|
.sub-nav-txt span{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head .phone{
|
.head .phone{
|
||||||
width: 160px;
|
width: 160px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head .phone img{
|
.head .phone img{
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
.head .phone strong{
|
.head .phone strong{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.head .head-btn{ display: none; width: 24px; float: right; position: relative; cursor: pointer; margin-top: 5px;}
|
.head .head-btn{ display: none; width: 24px; float: right; position: relative; cursor: pointer; margin-top: 5px;}
|
||||||
.head .head-btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #262626; border-radius: 50px;
|
.head .head-btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #262626; border-radius: 50px;
|
||||||
transition: all .5s ease 0s;
|
transition: all .5s ease 0s;
|
||||||
-webkit-transition: all .5s ease 0s;
|
-webkit-transition: all .5s ease 0s;
|
||||||
-moz-transition: all .5s ease 0s;
|
-moz-transition: all .5s ease 0s;
|
||||||
}
|
}
|
||||||
.head .head-btn i.bar-top{ margin-top: 0;}
|
.head .head-btn i.bar-top{ margin-top: 0;}
|
||||||
.head .head-btn i.bar-cen{ margin-top: 5px;}
|
.head .head-btn i.bar-cen{ margin-top: 5px;}
|
||||||
.head .head-btn i.bar-bom{ margin-top: 5px;}
|
.head .head-btn i.bar-bom{ margin-top: 5px;}
|
||||||
.head .head-btn.cur i{background-color: #FFFFFF;}
|
.head .head-btn.cur i{background-color: #FFFFFF;}
|
||||||
.head .head-btn.cur i.bar-cen{ opacity: 0;}
|
.head .head-btn.cur i.bar-cen{ opacity: 0;}
|
||||||
.head .head-btn.cur i.bar-top{ -webkit-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px);}
|
.head .head-btn.cur i.bar-top{ -webkit-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px);}
|
||||||
.head .head-btn.cur i.bar-bom{ -webkit-transform: rotate(-45deg) translate(5.5px, -5px);transform: rotate(-45deg) translate(5.5px, -5px);}
|
.head .head-btn.cur i.bar-bom{ -webkit-transform: rotate(-45deg) translate(5.5px, -5px);transform: rotate(-45deg) translate(5.5px, -5px);}
|
||||||
|
|
||||||
/* 底部部分 */
|
/* 底部部分 */
|
||||||
footer{
|
footer{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 50px 0 20px;
|
padding: 50px 0 20px;
|
||||||
background-image: url(../imgs/footer-bg.jpg);
|
background-image: url(../imgs/footer-bg.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
/* 尾部导航 */
|
/* 尾部导航 */
|
||||||
.foot-nav{
|
.foot-nav{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
.foot-nav li{
|
.foot-nav li{
|
||||||
width: 13%;
|
width: 13%;
|
||||||
}
|
}
|
||||||
.foot-nav li:first-child{
|
.foot-nav li:first-child{
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
.foot-nav li dl>dd{
|
.foot-nav li dl>dd{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.foot-nav li dl>dt{
|
.foot-nav li dl>dt{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 2.2;
|
line-height: 2.2;
|
||||||
}
|
}
|
||||||
.foot-nav li dl>dt a{
|
.foot-nav li dl>dt a{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 2.2;
|
line-height: 2.2;
|
||||||
}
|
}
|
||||||
.foot-nav li dl>dt strong{
|
.foot-nav li dl>dt strong{
|
||||||
color: #1a73e8;
|
color: #1a73e8;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.foot-ewm{
|
.foot-ewm{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
.foot-ewm>div{
|
.foot-ewm>div{
|
||||||
width: 114px;
|
width: 114px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.foot-ewm>div span{
|
.foot-ewm>div span{
|
||||||
display: block;
|
display: block;
|
||||||
height: 114px;
|
height: 114px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
.foot-ewm>div img{
|
.foot-ewm>div img{
|
||||||
width: 94px;
|
width: 94px;
|
||||||
height: 94px;
|
height: 94px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foot-ewm p{
|
.foot-ewm p{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 联系方式 */
|
/* 联系方式 */
|
||||||
.foot-nav li:last-child{
|
.foot-nav li:last-child{
|
||||||
width: 24%;
|
width: 24%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 友情链接 */
|
/* 友情链接 */
|
||||||
.links{
|
.links{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
border-top: 1px solid #29323f;
|
border-top: 1px solid #29323f;
|
||||||
}
|
}
|
||||||
.links>span{
|
.links>span{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.links>p a{
|
.links>p a{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
border-left: 2px solid #FFFFFF;
|
border-left: 2px solid #FFFFFF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
|
|
||||||
}
|
}
|
||||||
.links>p a:first-child{
|
.links>p a:first-child{
|
||||||
border: 0;
|
border: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 版权备案 */
|
/* 版权备案 */
|
||||||
.foot{
|
.foot{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
opacity: .2;
|
opacity: .2;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.foot a{
|
.foot a{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 侧边咨询 */
|
/* 侧边咨询 */
|
||||||
.side-nav{
|
.side-nav{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.side-nav-item li{
|
.side-nav-item li{
|
||||||
width: 74px;
|
width: 74px;
|
||||||
height: 74px;
|
height: 74px;
|
||||||
box-shadow: 0 0 21px 5px rgba(198,198,198,0.1);
|
box-shadow: 0 0 21px 5px rgba(198,198,198,0.1);
|
||||||
padding-top: 13px;
|
padding-top: 13px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.side-nav-item li img{
|
.side-nav-item li img{
|
||||||
display: block;
|
display: block;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.side-nav-item li p{
|
.side-nav-item li p{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.side-window{
|
.side-window{
|
||||||
display: none;
|
display: none;
|
||||||
width: 146px;
|
width: 156px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
background-color: #FFFFFF;
|
position: absolute;
|
||||||
border-radius: 2px;
|
top: 0;
|
||||||
position: absolute;
|
right: 74px;
|
||||||
top: 0;
|
transition: all .6s;
|
||||||
right: 84px;
|
border-right: 10px solid transparent;
|
||||||
transition: all .6s;
|
}
|
||||||
}
|
|
||||||
|
.window-title{
|
||||||
.window-title{
|
font-size: 16px;
|
||||||
font-size: 16px;
|
line-height: 40px;
|
||||||
line-height: 40px;
|
border-bottom: 1px solid #ededed;
|
||||||
border-bottom: 1px solid #ededed;
|
padding: 0 15px;
|
||||||
padding: 0 15px;
|
background-color: #FFFFFF;
|
||||||
text-align: left;
|
border-radius: 2px 2px 0 0;
|
||||||
}
|
text-align: left;
|
||||||
|
}
|
||||||
.side-window span{
|
|
||||||
display: block;
|
.side-window span{
|
||||||
width: 110px;
|
display: block;
|
||||||
height: 110px;
|
width: 100%;
|
||||||
margin: 14px auto 10px;
|
height: 100%;
|
||||||
}
|
padding: 14px 23px;
|
||||||
.side-window span img{
|
background-color: #FFFFFF;
|
||||||
width: 100%;
|
}
|
||||||
height: 100%;
|
.side-window span img{
|
||||||
}
|
width: 100%;
|
||||||
.side-window p{
|
height: 100%;
|
||||||
display: flex;
|
}
|
||||||
justify-content: flex-start;
|
.side-window p{
|
||||||
align-items: center;
|
display: flex;
|
||||||
font-size: 15px;
|
justify-content: flex-start;
|
||||||
line-height: 26px;
|
align-items: center;
|
||||||
padding: 8px 15px;
|
font-size: 15px;
|
||||||
}
|
line-height: 26px;
|
||||||
.side-window p>img{
|
padding: 8px 15px;
|
||||||
height: 26px;
|
background-color: #FFFFFF;
|
||||||
margin: 0 9px 0 0;
|
}
|
||||||
}
|
.side-window p>img{
|
||||||
.side-window p>.email{
|
height: 26px;
|
||||||
height: 17px;
|
margin: 0 9px 0 0;
|
||||||
}
|
}
|
||||||
.side-window .tel{
|
.side-nav-item li p:nth-of-type(2){
|
||||||
font-size: 16px;
|
border-radius: 0 0 2px 2px;
|
||||||
font-weight: bold;
|
}
|
||||||
line-height: 26px;
|
.side-window p>.email{
|
||||||
padding: 16px 0 8px;
|
height: 17px;
|
||||||
}
|
}
|
||||||
|
.side-window .tel{
|
||||||
.side-nav-item li:hover .side-window{
|
font-size: 16px;
|
||||||
display: block;
|
font-weight: bold;
|
||||||
transition: all .6s;
|
line-height: 26px;
|
||||||
}
|
padding: 12px 0;
|
||||||
.side-nav-item li:hover{
|
background-color: #FFFFFF;
|
||||||
background-color: #1A73E8;
|
border-radius: 0 0 2px 2px;
|
||||||
transition: all .6s;
|
}
|
||||||
}
|
|
||||||
.side-nav-item li:hover>a p{
|
.side-nav-item li:hover .side-window{
|
||||||
color: #FFFFFF;
|
display: block;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
}
|
}
|
||||||
.side-nav-item li:hover>a img{
|
.side-nav-item li:hover{
|
||||||
-webkit-filter: grayscale(100%) brightness(1000%);
|
background-color: #1A73E8;
|
||||||
-moz-filter: grayscale(100%) brightness(1000%);
|
transition: all .6s;
|
||||||
-ms-filter: grayscale(100%) brightness(1000%);
|
}
|
||||||
-o-filter: grayscale(100%) brightness(1000%);
|
.side-nav-item li:hover>a p{
|
||||||
filter: grayscale(100%) brightness(1000%);
|
color: #FFFFFF;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
}
|
}
|
||||||
|
.side-nav-item li:hover>a img{
|
||||||
|
-webkit-filter: grayscale(100%) brightness(1000%);
|
||||||
/* 公共列表样式 */
|
-moz-filter: grayscale(100%) brightness(1000%);
|
||||||
.pull-img{
|
-ms-filter: grayscale(100%) brightness(1000%);
|
||||||
width: 96px;
|
-o-filter: grayscale(100%) brightness(1000%);
|
||||||
height: 96px;
|
filter: grayscale(100%) brightness(1000%);
|
||||||
padding: 11px;
|
transition: all .6s;
|
||||||
background-color: #e8f1f9;
|
}
|
||||||
border-radius: 100%;
|
|
||||||
margin: 0 12px 12px 0;
|
|
||||||
}
|
/* 公共列表样式 */
|
||||||
.pull-img>span{
|
.pull-img{
|
||||||
display: flex;
|
width: 96px;
|
||||||
align-items: center;
|
height: 96px;
|
||||||
width: 74px;
|
padding: 11px;
|
||||||
height: 74px;
|
background-color: #e8f1f9;
|
||||||
background-color: #FFFFFF;
|
border-radius: 100%;
|
||||||
border-radius: 100%;
|
margin: 0 12px 12px 0;
|
||||||
overflow: hidden;
|
}
|
||||||
}
|
.pull-img>span{
|
||||||
.pull-img>span img{
|
display: flex;
|
||||||
margin: 0 auto;
|
align-items: center;
|
||||||
}
|
width: 74px;
|
||||||
.pull-txt h3{
|
height: 74px;
|
||||||
font-size: 20px;
|
background-color: #FFFFFF;
|
||||||
line-height: 2;
|
border-radius: 100%;
|
||||||
transition: all .6s;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.pull-txt ins{
|
.pull-img>span img{
|
||||||
display: block;
|
margin: 0 auto;
|
||||||
width: 34px;
|
}
|
||||||
height: 2px;
|
.pull-txt h3{
|
||||||
background-color: #1a73e8;
|
font-size: 20px;
|
||||||
margin: 5px 0 13px;
|
line-height: 2;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
}
|
}
|
||||||
.pull-txt p{
|
.pull-txt ins{
|
||||||
font-size: 14px;
|
display: block;
|
||||||
color: #636363;
|
width: 34px;
|
||||||
line-height: 1.8;
|
height: 2px;
|
||||||
}
|
background-color: #1a73e8;
|
||||||
/* 公共hover效果 */
|
margin: 5px 0 13px;
|
||||||
li:hover .pull-img>span{
|
transition: all .6s;
|
||||||
background-color: #1A73E9;
|
}
|
||||||
transition: all .6s;
|
.pull-txt p{
|
||||||
}
|
font-size: 14px;
|
||||||
li:hover .pull-img img{
|
color: #636363;
|
||||||
-webkit-filter: grayscale(100%) brightness(1000%);
|
line-height: 1.8;
|
||||||
-moz-filter: grayscale(100%) brightness(1000%);
|
}
|
||||||
-ms-filter: grayscale(100%) brightness(1000%);
|
/* 公共hover效果 */
|
||||||
-o-filter: grayscale(100%) brightness(1000%);
|
li:hover .pull-img>span{
|
||||||
filter: grayscale(100%) brightness(1000%);
|
background-color: #1A73E9;
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
}
|
}
|
||||||
li:hover .pull-txt h3{
|
li:hover .pull-img img{
|
||||||
color: #1A73E9;
|
-webkit-filter: grayscale(100%) brightness(1000%);
|
||||||
transition: all .6s;
|
-moz-filter: grayscale(100%) brightness(1000%);
|
||||||
}
|
-ms-filter: grayscale(100%) brightness(1000%);
|
||||||
li:hover .pull-txt ins{
|
-o-filter: grayscale(100%) brightness(1000%);
|
||||||
background-color: #f6ab00;
|
filter: grayscale(100%) brightness(1000%);
|
||||||
transition: all .6s;
|
transition: all .6s;
|
||||||
|
}
|
||||||
|
li:hover .pull-txt h3{
|
||||||
|
color: #1A73E9;
|
||||||
|
transition: all .6s;
|
||||||
|
}
|
||||||
|
li:hover .pull-txt ins{
|
||||||
|
background-color: #f6ab00;
|
||||||
|
transition: all .6s;
|
||||||
}
|
}
|
Loading…
Reference in New Issue