提交 78a8ca85 authored 作者: lihuihui's avatar lihuihui

update

上级 ea834557
......@@ -7,6 +7,10 @@
<img src="../assets/login-tit2.png" alt="" class="txt2" />
<img v-if="imgUrl === 'pc'" src="../assets/login-tit3-pc.png" alt="" class="txt3" />
<img v-if="imgUrl === 'mobile'" src="../assets/login-tit3.png" alt="" class="txt3" />
<div class="code">
<h1>扫码咨询</h1>
<img src="../assets/code.png" />
</div>
</div>
<div class="login-modules">
<router-view></router-view>
......@@ -30,6 +34,10 @@
<div class="mlogin-modules">
<router-view></router-view>
</div>
<div class="mobile-code">
<h1>扫码咨询</h1>
<img src="../assets/code.png" />
</div>
</div>
</div>
</template>
......@@ -62,11 +70,43 @@ export default {
background: #006dbf;
border: none;
}
.code {
width: 100px;
position: absolute;
bottom: -90%;
left: 0;
h1 {
font-weight: normal;
font-size: 24px;
color: #2b6db9;
text-align: center;
margin-bottom: 10px;
}
img {
width: 100%;
display: block;
}
}
.mobile-login {
min-height: 100vh;
background: url('../assets/mlogin-bg.png');
background-size: 100% 100%;
overflow: hidden;
.mobile-code {
width: 100px;
margin: 0 auto;
h1 {
font-weight: normal;
font-size: 20px;
color: #2b6db9;
text-align: center;
margin-bottom: 10px;
}
img {
width: 100%;
display: block;
}
}
.title-box {
padding-top: 13px;
.tit1 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论