14 lines
172 B
SCSS
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;
|
|
} |