Files
smart_storage_app/static/scss/init.scss

12 lines
138 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;
}