duidui_mini_program/app.wxss
2026-03-27 10:41:46 +08:00

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