提交 2e5b313c 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 a84de2f6
...@@ -98,7 +98,17 @@ ...@@ -98,7 +98,17 @@
我已阅读并同意 <span @click="goProtocol(prototypes.yqjkyhxy)">《云鹊健康用户协议》</span> 和 <span @click="goProtocol(prototypes.yhzqtys)">《云鹊隐私声明》</span> 我已阅读并同意 <span @click="goProtocol(prototypes.yqjkyhxy)">《云鹊健康用户协议》</span> 和 <span @click="goProtocol(prototypes.yhzqtys)">《云鹊隐私声明》</span>
</van-checkbox> </van-checkbox>
</div> </div>
<div /> <div
v-if="!need"
class="login-bottom-tips"
>
<div class="bottom-tips-top">
云鹊医温馨提示:
</div>
<div class="bottom-tips-bottom">
癌症早筛有助于癌症早检出、早干预、早治疗,病人少受罪,减轻家庭经济负担,守护您和您家人的健康。
</div>
</div>
</div> </div>
</template> </template>
...@@ -318,9 +328,9 @@ export default { ...@@ -318,9 +328,9 @@ export default {
overflow: hidden; overflow: hidden;
background-image: url('~@/assets/images/bg-login.png'); background-image: url('~@/assets/images/bg-login.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 208px; background-size: 100% 198px;
.insurance-login-form{ .insurance-login-form{
margin:168px auto 100px auto; margin:168px auto 0 auto;
padding: 24px 19px; padding: 24px 19px;
background: #fff; background: #fff;
width: 317px; width: 317px;
...@@ -419,6 +429,7 @@ export default { ...@@ -419,6 +429,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: 100px;
height: 21px; height: 21px;
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
...@@ -446,5 +457,24 @@ export default { ...@@ -446,5 +457,24 @@ export default {
margin-left: 4px; margin-left: 4px;
} }
} }
.login-bottom-tips{
width: 328px;
margin: 40px auto;
.bottom-tips-top{
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 600;
color: #02120F;
line-height: 17px;
}
.bottom-tips-bottom{
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 17px;
}
}
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册