|
|
|
@ -1040,16 +1040,7 @@ ul.catalog li a:hover {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
.infotailor:after {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: calc(100% - 60%);
|
|
|
|
|
right: auto;
|
|
|
|
|
top: 0px;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
border: 35px solid;
|
|
|
|
|
border-color: #fff transparent transparent transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.articlenext {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
padding: 15px;
|
|
|
|
@ -3291,6 +3282,16 @@ position: relative;
|
|
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
|
/*底部logo*/
|
|
|
|
|
.infotailor:after {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: calc(100% - 60%);
|
|
|
|
|
right: auto;
|
|
|
|
|
top: 0px;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
border: 35px solid;
|
|
|
|
|
border-color: #fff transparent transparent transparent;
|
|
|
|
|
}
|
|
|
|
|
.web_cookie p { padding: 0;}
|
|
|
|
|
.web_cookie { padding: 15px 0 50px 0;}
|
|
|
|
|
ul.infolist, ul.drop1 { padding: 0 15px;}
|
|
|
|
|