2019-12-23 02:04:09 +00:00
|
|
|
.list {
|
2020-01-02 10:21:37 +00:00
|
|
|
width: 623rpx;
|
|
|
|
margin-top: 36rpx;
|
|
|
|
.title {
|
|
|
|
font-size: 30rpx;
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 32rpx;
|
2019-12-23 02:04:09 +00:00
|
|
|
// margin-bottom: 32rpx;
|
2020-01-02 10:21:37 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
> text:last-child {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #666;
|
|
|
|
}
|
2020-01-02 06:28:07 +00:00
|
|
|
}
|
2020-01-02 10:21:37 +00:00
|
|
|
}
|