12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
@import './miniprogram_npm/@vant/weapp/common/index.wxss';
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content:space-between;
|
|
padding: 20rpx 10rpx;
|
|
box-sizing: border-box;
|
|
overflow-x: hidden !important;
|
|
}
|