master
parent
089cb31f69
commit
4c25e46adb
|
@ -392,7 +392,7 @@ input,select,textarea{outline:medium none; resize: none;}
|
|||
.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{ content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background: #578df3; transition: all .6s;}
|
||||
.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 a::after,.product-title-box .product-item a:hover::after{ width: 100%;}
|
||||
|
||||
|
@ -607,7 +607,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;}
|
||||
.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;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue