vant-weapp/app.wxss
2016-12-19 16:30:17 +08:00

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;
}