初始化项目, 添加TDesign等包
This commit is contained in:
32
miniprogram/pages/agreement/agreement.wxss
Normal file
32
miniprogram/pages/agreement/agreement.wxss
Normal file
@@ -0,0 +1,32 @@
|
||||
/* pages/agreement/agreement.wxss */
|
||||
|
||||
page {
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
/*兼容 IOS<11.2*/
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
/*兼容 IOS>11.2*/
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.agreement-content {
|
||||
padding: 12px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.agreement-content > view {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.agreement-content > view:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.agreement-content > .agreement-h1 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.agreement-content > .agreement-h2 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user