Commit 478a6b62 authored by salitedfish's avatar salitedfish

fixed

parent 0378a209
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
</header> </header>
<div class="bg-layout"> <div class="bg-layout">
<div class="bg-content"> <div class="bg-content">
<span class="bg-content-title">hlczsl.com</span> <!-- <span class="bg-content-title">hlczsl.com</span> -->
<span class="bg-content-title">链查查</span>
<span class="bg-content-text">打造全行业存证数据上链溯源平台</span> <span class="bg-content-text">打造全行业存证数据上链溯源平台</span>
<div class="bg-search"> <div class="bg-search">
<input <input
...@@ -177,7 +178,7 @@ ...@@ -177,7 +178,7 @@
</section> </section>
<!-- 免费试用上链查 --> <!-- 免费试用上链查 -->
<section class="home-5"> <section class="home-5">
<span class="home-5-title">免费试用HL存证上链</span> <span class="home-5-title">免费试用链查查存证上链</span>
<span class="home-5-text" <span class="home-5-text"
>不需要注册和审批只需手机登录就可以直接使用</span >不需要注册和审批只需手机登录就可以直接使用</span
> >
...@@ -471,7 +472,7 @@ export default class Home extends Vue { ...@@ -471,7 +472,7 @@ export default class Home extends Vue {
} }
} }
.bg-content { .bg-content {
width: 465px; width: 500px;
height: 350px; height: 350px;
position: absolute; position: absolute;
top: 100px; top: 100px;
...@@ -537,7 +538,7 @@ export default class Home extends Vue { ...@@ -537,7 +538,7 @@ export default class Home extends Vue {
.bg-phone { .bg-phone {
width: 1340px; width: 1340px;
height: 498px; height: 498px;
background-image: url("../images/Home/banner-phone.png"); background-image: url("../images/Home/banner-phone-hl.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
...@@ -912,13 +913,14 @@ export default class Home extends Vue { ...@@ -912,13 +913,14 @@ export default class Home extends Vue {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
padding-top: 100px; padding-top: 100px;
width: 324px; width: 400px;
height: 48px; height: 48px;
font-size: 34px; font-size: 34px;
font-family: PingFangSC-Light; font-family: PingFangSC-Light;
font-weight: 300; font-weight: 300;
color: black; color: black;
line-height: 48px; line-height: 48px;
text-align: center;
} }
.home-5-text { .home-5-text {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment