/* **分割虚线 ** */ .company-divider { border-top: 1px dashed #ced4da; } /*前置分割线*/ .before-divider:before { color: #689900; content: "|"; display: inline-flex; font-size: 4.2rem; line-height: 4rem; } .company-title p { line-height: 1; } .product-badge { background-color: #fff; } .product-badge h5 { height: 1.5rem; } /*手机版适配*/ @media (max-width: 768px) { .left-nav { background-color: #689900; color: #fff; margin: 1rem; } .before-divider:before { content: ""; } .nav-tabs .active { color: #689900; } .nav-tabs li { font-size: 2rem; } }