Browse Source

1

ctt_ywq
congzc 2 years ago
parent
commit
3b7b4af0d6
1 changed files with 37 additions and 8 deletions
  1. +37
    -8
      src/components/common/tail.vue

+ 37
- 8
src/components/common/tail.vue View File

@@ -5,10 +5,34 @@
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/LOGO1.png"
alt
/>
<div class="taolIconBox">
<!-- <div class="taolIconText"> -->
<!-- {{ characters == 1 ? "关注我们" : "follow Us" }} -->
<!-- {{ characters == 1 ? "" : "" }} -->
<!-- </div> -->
<div class="iconBox">
<img
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/f.png"
alt
/>
<img
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/o.png"
alt
/>
<img
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/ft.png"
alt
/>
<img
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/x.png"
alt
/>
</div>
</div>
</div>
<div class="tiemBox" id="tiemBox">
<div class="taolIconBox">
<div v-if="false" class="taolIconBox">
<!-- <div class="taolIconText"> -->
<!-- {{ characters == 1 ? "关注我们" : "follow Us" }} -->
<!-- {{ characters == 1 ? "" : "" }} -->
@@ -325,22 +349,27 @@ export default {
// padding-bottom: 54px;
.taillong {
width: 168px;
height: 50px;
margin-top: 20px;
margin-left: 360px;
padding-top: 20px;
padding-left: 360px;
// width: 168px;
// height: 50px;
// margin-top: 20px;
// margin-left: 360px;
img {
width: 168px;
height: 50px;
margin-bottom: 10px;
}
}
.tiemBox {
overflow: hidden;
margin-top: 20px;
padding-left: 500px;
// margin-top: 30px;
}
.taolIconBox {
margin-left: 380px;
float: left;
// margin-left: 380px;
margin-left: 20px;
// float: left;
}
.taolIconText {
// margin-top: 20px;


Loading…
Cancel
Save