123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- @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;
- }
- }
|