Commit ccf2dba7 by 张卓

登录阅读协议js,ui

parent fde2768a
......@@ -450,6 +450,42 @@ export default {
</script>
<style lang="scss" scoped>
.posterWrap_btn {
position: absolute;
bottom: 0px;
background: #fff;
width: 100%;
height: 46px;
display: flex;
justify-content: center;
box-sizing: border-box;
padding: 5px;
div {
padding: 0 20px;
color: #fff;
background-color: red;
border-radius: 20px;
line-height: 36px;
height: 36px;
}
}
.posterWrap {
box-sizing: border-box;
height: 100%;
overflow: auto;
padding: 0 16px;
padding-bottom: 46px;
}
.readAgreement {
width: 100%;
position: fixed;
bottom: 20px;
font-size: 12px;
display: flex;
justify-content: center;
color: #1989fa;
}
.domain {
position: relative;
.toCLogin {
......
{
"navigationBarTitleText": "登录"
"navigationBarTitleText": "登录",
"usingComponents": {
"van-checkbox": "/static/vant/checkbox/index",
"van-popup":"/static/vant/popup/index",
"van-icon":"/static/vant/icon/index"
}
}
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