mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 02:12:43 +08:00
26 lines
520 B
Plaintext
26 lines
520 B
Plaintext
page {
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0 0 100rpx;
|
|
color: #323233;
|
|
font-size: 16px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
|
|
sans-serif;
|
|
background: #f7f8fa;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.demo-margin-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.demo-margin-right {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.demo-margin-bottom {
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|