微信小程序发布试用版本
This commit is contained in:
39
unpackage/dist/dev/mp-weixin/pages-subpackage/uni-agree/uni-agree.wxss
vendored
Normal file
39
unpackage/dist/dev/mp-weixin/pages-subpackage/uni-agree/uni-agree.wxss
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
@import "../../nvue.wxss";
|
||||
|
||||
.page {
|
||||
padding: 80px 30px;
|
||||
}
|
||||
.title {
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.flex-r {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.text-item {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.tl {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.hl {
|
||||
color: #007AFF;
|
||||
}
|
||||
.service {
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.confirm {
|
||||
margin-top: 50px;
|
||||
flex-direction: row;
|
||||
}
|
||||
.btn-privacy {
|
||||
flex: 1;
|
||||
}
|
||||
.btn-disagree {
|
||||
margin-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user