mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
19 lines
285 B
Plaintext
19 lines
285 B
Plaintext
@import "zui/index.wxss";
|
|
|
|
.container {
|
|
background: #F9F9F9;
|
|
overflow: hidden;
|
|
min-height: 100vh;
|
|
box-sizing: border-box;
|
|
}
|
|
.container::before {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
content: ' ';
|
|
width: 100%;
|
|
height: 1rpx;
|
|
background-color: #e2e2e2;
|
|
z-index: 5;
|
|
}
|