12 lines
202 B
SCSS
12 lines
202 B
SCSS
|
.list {
|
||
|
width: 623rpx;
|
||
|
margin-top: 36rpx;
|
||
|
.title {
|
||
|
font-size: 30rpx;
|
||
|
color: #333;
|
||
|
font-weight: bold;
|
||
|
margin-left: 32rpx;
|
||
|
// margin-bottom: 32rpx;
|
||
|
}
|
||
|
|
||
|
}
|