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