mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
page {
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0 0 100rpx;
|
|
color: #323233;
|
|
font-size: 16px;
|
|
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;
|
|
}
|