@import './common/common.less'; header { z-index: 19999; } body { background-color: #F0F0F0; height:auto; } //.content{ // max-width: 1000px; //} .setContent { margin: 121px auto 0; max-width: 1000px !important; } .headerbox { width: 100%; height: 50px; padding: 10px 0; } a { text-decoration: none; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; outline: none; color: #16181B; font-size: 1.4rem; } a:hover { color: #C31A00; font-weight: bold; text-decoration: none; } .bgwrapper { background-color: #FFFFFF; } .sitenav-wrapper { margin-top: 20px; width: 100%; } .navbottom { border-bottom: 10px solid #C31A00; margin: 0 20px; } .nav-tabs { border-bottom: 0px; } .nav { .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; /* background-color: #C31A00; */ border-top-right-radius: .25rem; margin-left: 10px; padding: 10px; &.active { color: #fff; background-color: #C31A00; border-color: #C31A00 #C31A00 #C31A00; font-weight: bold; } } } .content-wrapper { margin: 5px auto 0; width: 100%; padding: 0 20px 50px; } .bodrerline { border: 0.1rem solid #E7E7E7; border-right: 0; border-bottom: 0; } .bottomline { border-bottom: 0.1rem solid #E7E7E7; } .map-title { padding: 10px; background-color: #D4D5D4; background: -webkit-linear-gradient(right, #b8c4cb, #f6f6f8); background: -o-linear-gradient(right, #b8c4cb, #f6f6f8); background: -moz-linear-gradient(right, #b8c4cb, #f6f6f8); background: linear-gradient(right, #b8c4cb, #f6f6f8); // filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #b8c4cb, endColorstr = #f6f6f8); margin: 10px; .circle { font-size: 0; width: 0px; margin-right: 6px; margin-bottom: 5px; padding: 0.01rem; border-radius: 20px; background: #C31A00; border: 2px solid #C31A00; } span { font-size: 1.4rem; font-weight: bold; } } .map-content { padding: 10px; min-height: 150px; // height: 380px; p { line-height: 25px; font-size: 1.4rem; text-indent: 2rem; } } .site-area { padding: 0 15px 10px 15px; .site-titile { font-size: 1.2rem; color: #C31A00; font-weight: bold; margin-top: 15px; } .site-content { margin-top: 10px; line-height: 15px; a { margin: 3px; text-decoration: none; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; outline: none; color: #16181B; font-size: 1.2rem; } a:hover { color: #C31A00; font-weight: bold; text-decoration: none; } } } .copyright { margin: 20px auto 0; text-align: center; span { font-size: 1.2rem; } }