首页
Showing
2 changed files
with
17 additions
and
11 deletions
| ... | @@ -8,7 +8,8 @@ | ... | @@ -8,7 +8,8 @@ |
| 8 | <div class="h100" @click.stop="goMatch(n)"> | 8 | <div class="h100" @click.stop="goMatch(n)"> |
| 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> | 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> |
| 10 | <div class="box forPc" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> | 10 | <div class="box forPc" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> |
| 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> | 11 | <!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>--> |
| 12 | <img class="slogen" src="@/assets/pc/banner_text01.png"/> | ||
| 12 | 13 | ||
| 13 | <div class="btabs"> | 14 | <div class="btabs"> |
| 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> | 15 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> |
| ... | @@ -254,7 +255,7 @@ | ... | @@ -254,7 +255,7 @@ |
| 254 | <el-col :lg="12"> | 255 | <el-col :lg="12"> |
| 255 | <div class="indexTitle"> | 256 | <div class="indexTitle"> |
| 256 | <h3 class="leftboderTT">关于我们</h3> | 257 | <h3 class="leftboderTT">关于我们</h3> |
| 257 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> | 258 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 258 | </div> | 259 | </div> |
| 259 | <div class="aboutBox"> | 260 | <div class="aboutBox"> |
| 260 | <div class="content"> | 261 | <div class="content"> |
| ... | @@ -270,7 +271,7 @@ | ... | @@ -270,7 +271,7 @@ |
| 270 | <el-col :lg="12"> | 271 | <el-col :lg="12"> |
| 271 | <div class="indexTitle"> | 272 | <div class="indexTitle"> |
| 272 | <h3 class="leftboderTT">联系我们</h3> | 273 | <h3 class="leftboderTT">联系我们</h3> |
| 273 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> | 274 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 274 | </div> | 275 | </div> |
| 275 | <div class="mapBox"> | 276 | <div class="mapBox"> |
| 276 | <div class="content"> | 277 | <div class="content"> |
| ... | @@ -626,7 +627,8 @@ const gopicliveUrl = () => { | ... | @@ -626,7 +627,8 @@ const gopicliveUrl = () => { |
| 626 | 627 | ||
| 627 | .slogen { | 628 | .slogen { |
| 628 | position: relative; | 629 | position: relative; |
| 629 | top: 130px; | 630 | top: 37%; |
| 631 | width: 48%; | ||
| 630 | } | 632 | } |
| 631 | 633 | ||
| 632 | .picliveBtn { | 634 | .picliveBtn { |
| ... | @@ -635,7 +637,7 @@ const gopicliveUrl = () => { | ... | @@ -635,7 +637,7 @@ const gopicliveUrl = () => { |
| 635 | bottom: 24%; | 637 | bottom: 24%; |
| 636 | font-size: 20px; | 638 | font-size: 20px; |
| 637 | padding: 10px 25px; | 639 | padding: 10px 25px; |
| 638 | right: 5%; | 640 | right: 0%; |
| 639 | color: #fff; | 641 | color: #fff; |
| 640 | border: 2px solid rgba(255, 255, 255, 0.5); | 642 | border: 2px solid rgba(255, 255, 255, 0.5); |
| 641 | border-radius: 50px; | 643 | border-radius: 50px; |
| ... | @@ -653,7 +655,7 @@ const gopicliveUrl = () => { | ... | @@ -653,7 +655,7 @@ const gopicliveUrl = () => { |
| 653 | bottom: 40%; | 655 | bottom: 40%; |
| 654 | display: flex; | 656 | display: flex; |
| 655 | flex-wrap: nowrap; | 657 | flex-wrap: nowrap; |
| 656 | right: 5%; | 658 | right: 0; |
| 657 | color: #fff; | 659 | color: #fff; |
| 658 | 660 | ||
| 659 | .van-count-down { | 661 | .van-count-down { | ... | ... |
| ... | @@ -8,7 +8,8 @@ | ... | @@ -8,7 +8,8 @@ |
| 8 | <div class="h100" @click.stop="goMatch(n)"> | 8 | <div class="h100" @click.stop="goMatch(n)"> |
| 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> | 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> |
| 10 | <div class="box" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> | 10 | <div class="box" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> |
| 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> | 11 | <!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>--> |
| 12 | <img class="slogen" src="@/assets/pc/banner_text01.png"/> | ||
| 12 | 13 | ||
| 13 | <div class="btabs"> | 14 | <div class="btabs"> |
| 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> | 15 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> |
| ... | @@ -248,7 +249,7 @@ | ... | @@ -248,7 +249,7 @@ |
| 248 | <el-col :lg="12"> | 249 | <el-col :lg="12"> |
| 249 | <div class="indexTitle"> | 250 | <div class="indexTitle"> |
| 250 | <h3 class="leftboderTT">ABOUT US </h3> | 251 | <h3 class="leftboderTT">ABOUT US </h3> |
| 251 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> | 252 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 252 | </div> | 253 | </div> |
| 253 | <div class="aboutBox"> | 254 | <div class="aboutBox"> |
| 254 | <div class="content"> | 255 | <div class="content"> |
| ... | @@ -265,7 +266,7 @@ | ... | @@ -265,7 +266,7 @@ |
| 265 | <el-col :lg="12"> | 266 | <el-col :lg="12"> |
| 266 | <div class="indexTitle"> | 267 | <div class="indexTitle"> |
| 267 | <h3 class="leftboderTT">CONTACT US</h3> | 268 | <h3 class="leftboderTT">CONTACT US</h3> |
| 268 | <!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>--> | 269 | <!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>--> |
| 269 | </div> | 270 | </div> |
| 270 | <div class="mapBox"> | 271 | <div class="mapBox"> |
| 271 | <div class="content"> | 272 | <div class="content"> |
| ... | @@ -673,7 +674,10 @@ const goDetail = (n) => { | ... | @@ -673,7 +674,10 @@ const goDetail = (n) => { |
| 673 | 674 | ||
| 674 | .slogen { | 675 | .slogen { |
| 675 | position: relative; | 676 | position: relative; |
| 676 | top: 130px; | 677 | top: 37%; |
| 678 | //left: -120px; | ||
| 679 | //图片按比例缩放 | ||
| 680 | width: 48%; | ||
| 677 | } | 681 | } |
| 678 | 682 | ||
| 679 | .banner-count { | 683 | .banner-count { |
| ... | @@ -693,7 +697,7 @@ const goDetail = (n) => { | ... | @@ -693,7 +697,7 @@ const goDetail = (n) => { |
| 693 | bottom: 40%; | 697 | bottom: 40%; |
| 694 | display: flex; | 698 | display: flex; |
| 695 | flex-wrap: nowrap; | 699 | flex-wrap: nowrap; |
| 696 | right: 5%; | 700 | right: 0; |
| 697 | color: #fff; | 701 | color: #fff; |
| 698 | 702 | ||
| 699 | .van-count-down { | 703 | .van-count-down { | ... | ... |
-
Please register or sign in to post a comment