|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="showKindId"></div>
|
|
<div class="showKindId"></div>
|
|
|
- <div class="box-catagory" :style="mardin" v-for="(kind, index) in kinds" style="clear: both">
|
|
|
|
|
|
|
+ <div class="box-catagory clearfix" v-for="(kind, index) in kinds">
|
|
|
<div class="box">
|
|
<div class="box">
|
|
|
<div class="box-title" :id="kind.id">
|
|
<div class="box-title" :id="kind.id">
|
|
|
<div class="box-smtitle">
|
|
<div class="box-smtitle">
|
|
@@ -118,7 +118,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
scrollTo: function (el) {
|
|
scrollTo: function (el) {
|
|
|
- scrollTo(document.getElementById(el), 10)
|
|
|
|
|
|
|
+ scrollTo(document.getElementById(el), 10, {offset: -58})
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -137,6 +137,9 @@
|
|
|
}
|
|
}
|
|
|
.box {
|
|
.box {
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
|
|
+ -webkit-box-shadow: 0 6px 10px #c8c8c8;
|
|
|
|
|
+ -moz-box-shadow: 0 6px 10px #c8c8c8;
|
|
|
|
|
+ box-shadow: 0 6px 10px #c8c8c8;
|
|
|
}
|
|
}
|
|
|
.box .box-title {
|
|
.box .box-title {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -174,6 +177,9 @@
|
|
|
.box .box-content .box-subcatagory .childkind {
|
|
.box .box-content .box-subcatagory .childkind {
|
|
|
border-bottom: 1px dashed #ccc;
|
|
border-bottom: 1px dashed #ccc;
|
|
|
}
|
|
}
|
|
|
|
|
+ .box .box-content .box-subcatagory .childkind:last-child {
|
|
|
|
|
+ border-bottom: none;
|
|
|
|
|
+ }
|
|
|
.box .box-content .box-subcatagory dl, .box .box-content .box-subcatagory ul
|
|
.box .box-content .box-subcatagory dl, .box .box-content .box-subcatagory ul
|
|
|
{
|
|
{
|
|
|
padding-bottom: 0px;
|
|
padding-bottom: 0px;
|
|
@@ -245,6 +251,7 @@
|
|
|
}
|
|
}
|
|
|
.box .box-content .box-subcatagory .list-inline {
|
|
.box .box-content .box-subcatagory .list-inline {
|
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
|
|
|
+ padding-left: 7px;
|
|
|
}
|
|
}
|
|
|
.box .box-content .box-subcatagory .list-inline>li {
|
|
.box .box-content .box-subcatagory .list-inline>li {
|
|
|
width: 20%;
|
|
width: 20%;
|
|
@@ -323,11 +330,12 @@
|
|
|
}
|
|
}
|
|
|
.box-first{
|
|
.box-first{
|
|
|
border: #c8c8c8 1px solid;
|
|
border: #c8c8c8 1px solid;
|
|
|
- box-shadow: 0px 6px 10px #c8c8c8;
|
|
|
|
|
|
|
+ box-shadow: 0 6px 10px #c8c8c8;
|
|
|
width: 1190px;
|
|
width: 1190px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
|
|
|
+ min-height: 108px;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|