Files
smart_storage_app/static/scss/init.scss
2025-11-03 13:45:18 +08:00

14 lines
172 B
SCSS

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