db500f7d by zhangmeng

首页

1 parent 0ee396af
......@@ -8,7 +8,8 @@
<div class="h100" @click.stop="goMatch(n)">
<img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg">
<div class="box forPc" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;">
<img class="slogen" src="@/assets/logo/banner-text.png"/>
<!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>-->
<img class="slogen" src="@/assets/pc/banner_text01.png"/>
<div class="btabs">
<div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div>
......@@ -254,7 +255,7 @@
<el-col :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">关于我们</h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div class="aboutBox">
<div class="content">
......@@ -270,7 +271,7 @@
<el-col :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">联系我们</h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div class="mapBox">
<div class="content">
......@@ -626,7 +627,8 @@ const gopicliveUrl = () => {
.slogen {
position: relative;
top: 130px;
top: 37%;
width: 48%;
}
.picliveBtn {
......@@ -635,7 +637,7 @@ const gopicliveUrl = () => {
bottom: 24%;
font-size: 20px;
padding: 10px 25px;
right: 5%;
right: 0%;
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
......@@ -653,7 +655,7 @@ const gopicliveUrl = () => {
bottom: 40%;
display: flex;
flex-wrap: nowrap;
right: 5%;
right: 0;
color: #fff;
.van-count-down {
......
......@@ -8,7 +8,8 @@
<div class="h100" @click.stop="goMatch(n)">
<img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg">
<div class="box" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;">
<img class="slogen" src="@/assets/logo/banner-text.png"/>
<!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>-->
<img class="slogen" src="@/assets/pc/banner_text01.png"/>
<div class="btabs">
<div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div>
......@@ -248,7 +249,7 @@
<el-col :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">ABOUT US </h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div class="aboutBox">
<div class="content">
......@@ -265,7 +266,7 @@
<el-col :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">CONTACT US</h3>
<!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>-->
</div>
<div class="mapBox">
<div class="content">
......@@ -673,7 +674,10 @@ const goDetail = (n) => {
.slogen {
position: relative;
top: 130px;
top: 37%;
//left: -120px;
//图片按比例缩放
width: 48%;
}
.banner-count {
......@@ -693,7 +697,7 @@ const goDetail = (n) => {
bottom: 40%;
display: flex;
flex-wrap: nowrap;
right: 5%;
right: 0;
color: #fff;
.van-count-down {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!