|
@@ -68,14 +68,14 @@
|
|
|
</div>
|
|
|
<div class="bottom">
|
|
|
<div class="w_1200 footflex">
|
|
|
- <el-row :span="24" class="footflex_1">
|
|
|
+ <!-- <el-row :span="24" class="footflex_1">
|
|
|
<el-col :span="2" class="left"> 友情链接</el-col>
|
|
|
<el-col :span="22" class="right">
|
|
|
<span v-for="(item, index) in footInfo.linkList" :key="index" @click="toLink(item)">{{
|
|
|
item.name
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
<el-row :span="24" class="footflex_2">
|
|
|
<el-col :span="21" class="left">
|
|
|
<el-col :span="24" class="left_1">
|
|
@@ -321,7 +321,7 @@ provide('selectMenu', selectMenu)
|
|
|
}
|
|
|
.footflex_2 {
|
|
|
display: flex;
|
|
|
- padding: 30px 0;
|
|
|
+ padding: 10px 0;
|
|
|
border-bottom: 1px solid #444444;
|
|
|
.left {
|
|
|
font-family: 'Microsoft YaHei';
|
|
@@ -352,7 +352,7 @@ provide('selectMenu', selectMenu)
|
|
|
}
|
|
|
}
|
|
|
.footflex_3 {
|
|
|
- padding: 20px 0;
|
|
|
+ padding: 10px 0;
|
|
|
font-family: 'Microsoft YaHei';
|
|
|
font-size: $global-font-size-20;
|
|
|
color: rgb(204, 204, 204);
|