deguodaigou/components/index/list/index.scss
2020-01-02 14:28:07 +08:00

20 lines
385 B
SCSS

.list {
width: 623rpx;
margin-top: 36rpx;
.title {
font-size: 30rpx;
color: #333;
font-weight: bold;
margin-left: 32rpx;
// margin-bottom: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
>text:last-child{
font-size: 24rpx;
color: #666;
}
}
}