修改样式
This commit is contained in:
parent
c3ae1cb9af
commit
69cdb90456
@ -722,7 +722,30 @@
|
||||
background: #2d74ba;
|
||||
border-radius: .2rem;
|
||||
color: #fff
|
||||
}
|
||||
}
|
||||
.nav-menu{
|
||||
margin-bottom: 2px !important;
|
||||
}
|
||||
.nav-item {
|
||||
margin-bottom: 5px !important;
|
||||
width: 48%;
|
||||
margin: auto 1%;
|
||||
display: inline-block;
|
||||
border: 1px solid #2d74ba;
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
.sidebar {
|
||||
padding: 10px 0px 0px !important;
|
||||
z-index: 11;
|
||||
background: #ffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
.brandactive {
|
||||
background: #2d74ba;
|
||||
@ -731,4 +754,7 @@
|
||||
|
||||
.slick-initialized .slick-slide {
|
||||
text-align: center;
|
||||
}
|
||||
.colorsib img{
|
||||
width:30%;
|
||||
}
|
||||
|
@ -257,7 +257,7 @@
|
||||
<!-- 中间区域(左侧导航固定,右侧内容自由滚动) -->
|
||||
<div class="middle-container row" id="contapp">
|
||||
<!-- 左侧导航(固定) -->
|
||||
<div class="sidebar col-lg-3 col-md-3 col-sm-4 ">
|
||||
<div class="sidebar col-lg-3 col-md-3 col-sm-12 ">
|
||||
<ul class="nav-menu">
|
||||
<!-- <li class="nav-item"><a href="#section1" class="nav-link" data-i18n="newcars.Introduction"></a></li>
|
||||
<li class="nav-item"><a href="#section2" class="nav-link" data-i18n="newcars.Highlighted"></a></li>
|
||||
@ -267,7 +267,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 右侧内容(自由高度) -->
|
||||
<div class="content col-lg-9 col-md-9 col-sm-8">
|
||||
<div class="content col-lg-9 col-md-9 col-sm-12">
|
||||
<!-- <section id="section1" class="section">
|
||||
<h2 class="wp-block-heading" data-i18n="newcars.Introduction"></h2>
|
||||
<ul class="wp-block-list unstyled" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user