@mixin{} .header{ &__top{ display:flex;justify-content:space-between;border-bottom:1px solid #dedede;padding:5px 0; .left{color:#9d9d9d;} .right{ ul li{ display:inline-block;margin-left: 20px;position: relative; &:first-child:before{display:none;} &:before{content:'';left:-10px;height: 12px;width: 1px;top:50%;background: #9d9d9d;position: absolute;transform:translate(0,-50%);} a{color:#9d9d9d;} } } } } .web_map{ dl{ border-bottom:1px dashed #ccc;padding-bottom: 10px; dt{ margin-bottom: 10px; a{color:var(--theme-color);font-size: 18px;} } dd{ a{display:inline-block;margin-right: 20px;} } } } .contact_tit{ text-align: center;padding-top: 20px; font{ font-size: 32px;display: block;position: relative;margin-bottom: 10px;padding-bottom: 10px; &:before{content:'';width:50px;background:var(--theme-color);height:2px;position: absolute;bottom:0;left:50%;transform:translate(-50%,0);} } span{} } /* 产品详情页 */ .p15-showcase-left{overflow:unset;} .p15-showcase-left-jt{ transform:translate(0,-50%);height:auto;padding: 5px 3px;background: #fff;border:1px solid #dedede;margin: 0;width:auto; img{} } .p15-showcase-left-prev{left:-20px;} .p15-showcase-left-next{right:-20px;} /*分页*/ .p12-pagination-1 a.current{background: var(--theme-color);color:#fff;border-color: var(--theme-color);}