|
@@ -4,10 +4,10 @@
|
|
|
<div class="hoem_box">
|
|
|
<img class="backout_img" src="@/assets/img/home/home5.jpg" alt="" srcset="" />
|
|
|
<img class="backout_img_move" src="@/assets/img/home/home4.jpg" alt="" srcset="" />
|
|
|
- <!-- <div class="banner_content">
|
|
|
+ <div class="banner_content">
|
|
|
<p class="banner_t">SY-CRS-BsAb</p>
|
|
|
- <p class="banner_c">Sanyou Bispecific Reference Antibody Catalog is generated through our proprietary high-quality bispecific antibody preparation platform, which include majority bispecific antibody drugs that have been approved for market release, and representative drugs in different clinical stages.</p>
|
|
|
- </div> -->
|
|
|
+ <!-- <p class="banner_c">Sanyou Bispecific Reference Antibody Catalog is generated through our proprietary high-quality bispecific antibody preparation platform, which include majority bispecific antibody drugs that have been approved for market release, and representative drugs in different clinical stages.</p> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 数据 -->
|
|
@@ -53,9 +53,9 @@ export default {
|
|
|
tabList: [
|
|
|
{
|
|
|
id: 1,
|
|
|
- url: "overView",
|
|
|
+ url: "configuration",
|
|
|
img: require("@/assets/img/home/home1.png"),
|
|
|
- name: "Overview"
|
|
|
+ name: "Configuration"
|
|
|
},
|
|
|
{
|
|
|
id: 2,
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
.banner_content{
|
|
|
width: 1200px;
|
|
|
position: absolute;
|
|
|
- top: 150px;
|
|
|
+ top: 120px;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
color: #fff;
|
|
@@ -292,13 +292,15 @@ export default {
|
|
|
}
|
|
|
.banner_content{
|
|
|
position: absolute;
|
|
|
- left: 0.2rem;
|
|
|
- right: 0.2rem;
|
|
|
- top: 50%;
|
|
|
- transform: translate(0%,-50%);
|
|
|
+ // left: 0.2rem;
|
|
|
+ // right: 0.2rem;
|
|
|
+ // top: 50%;
|
|
|
+ // transform: translate(0%,-50%);
|
|
|
+ top: 20%;
|
|
|
+ left: 3%;
|
|
|
color: #fff;
|
|
|
.banner_t{
|
|
|
- font-size: 0.28rem;
|
|
|
+ font-size: 0.2rem;
|
|
|
}
|
|
|
.banner_c{
|
|
|
font-size: 0.1rem;
|