|
@@ -28,7 +28,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="bottom wid mt-7">
|
|
|
|
|
|
+ <div class="bottom wid mt-3">
|
|
<span class="size mr-7 second" v-for="(item, i) in list" :key="i">{{ item.label }}</span>
|
|
<span class="size mr-7 second" v-for="(item, i) in list" :key="i">{{ item.label }}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -49,10 +49,10 @@ const list = [
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
.box {
|
|
.box {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 225px;
|
|
|
|
|
|
+ height: 200px;
|
|
color: #fff;
|
|
color: #fff;
|
|
background-color: #313438;
|
|
background-color: #313438;
|
|
- padding: 30px 0;
|
|
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
.wid {
|
|
.wid {
|
|
width: 1184px;
|
|
width: 1184px;
|