Files
smart_storage_app/static/scss/init.scss
2025-10-29 17:31:26 +08:00

12 lines
138 B
SCSS

.p_container {
width: 100%;
height: 100%;
}
.p_content {
margin: 0 16rpx;
}
.p_box {
background-color: #fff;
padding: 24rpx 16rpx;
}