mirror of
https://github.com/sanyuered/WeChat-MiniProgram-AR-WASM.git
synced 2025-11-03 03:13:40 +08:00
40 lines
605 B
Plaintext
40 lines
605 B
Plaintext
/**app.wxss**/
|
|
@import "style/weui.wxss"
|
|
|
|
page{
|
|
background-color: #F8F8F8;
|
|
font-size: 16px;
|
|
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
|
|
}
|
|
.page__hd {
|
|
padding: 40px;
|
|
}
|
|
.page__bd {
|
|
padding-bottom: 40px;
|
|
}
|
|
.page__bd_spacing {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.page__ft{
|
|
padding-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.page__title {
|
|
text-align: left;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.page__desc {
|
|
margin-top: 5px;
|
|
color: #888888;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.marginTop10{
|
|
margin-top: 10px;
|
|
} |