Files
smart_storage_app/static/scss/init.scss

14 lines
172 B
SCSS
Raw Normal View History

2025-10-29 17:31:26 +08:00
.p_container {
width: 100%;
height: 100%;
}
.p_content {
margin: 0 16rpx;
}
.p_box {
background-color: #fff;
padding: 24rpx 16rpx;
}
2025-11-03 13:45:18 +08:00
.marginT20 {
margin-top: 20rpx;
}