master
15008401624 2020-12-17 11:07:12 +08:00
parent 4c25e46adb
commit ff2cd1ffae
1 changed files with 4 additions and 7 deletions

View File

@ -387,13 +387,12 @@ input,select,textarea{outline:medium none; resize: none;}
.honor-tc .center-center{ width: 100%; height: 100%; padding: 20px;}
.honor-tc i{ width: 35px; height: 35px; background: url(../image/icon_close.png) no-repeat center rgba(255,255,255,0.9); background-size: 15px; border-radius: 100%; position: absolute; right: 15px; top: 15px;}
.product-title-box{ display: flex; padding-bottom: 1.25rem;}
.product-title-box{ display: flex; background: #ddd;}
.product-title-box .product-item{ width: 100%; float: left; text-align: center; font-size: 1.125rem; position: relative; line-height: 3.125rem;}
.product-title-box .product-item::after{ content: ''; width: 1px; height: 1.25rem; background: #ccc; position: absolute; left: 0; top: 50%; margin-top: -0.625rem;}
.product-title-box .product-item:first-child::after{ display: none;}
.product-title-box .product-item a{ display: inline-block; position: relative;}
.product-title-box .product-item a::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background: #578df3; transition: all .6s;}
.product-title-box .product-item.active a{ color: #578df3;}
.product-title-box .product-item.active{ background: #578df3;}
.product-title-box .product-item.active a{ color: #fff;}
.product-title-box .product-item.active a::after,.product-title-box .product-item a:hover::after{ width: 100%;}
@ -607,9 +606,7 @@ input,select,textarea{outline:medium none; resize: none;}
.pageing li a, .pageing li span{ font-size: 12px; margin: 2px; padding: 3px 10px;}
.product-title-box{ text-align: center; display: block; padding-bottom: 0;}
.product-title-box .product-item{ width: auto; float: none; display: inline-block; padding: 0 0.625rem; line-height: 3rem;}
.product-title-box .product-item::after{ display: none;}
.product-title-box .product-item{ line-height: 3rem; font-size: 12px;}
}
@media screen and (max-width:768px){