123456789101112131415161718192021222324252627282930313233343536373839 |
- .container{
- margin: 10px;
- }
- .title-bar{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .title-text{
- font-size: 40rpx;
- font-weight: 500;
- color: #111;
- }
- .more-link{
- font-size: 30rpx;
- color: #111;
- }
- .list-item{
- width: 270rpx;
- text-align: center;
- margin-left: 20rpx;
- flex-shrink: 0;
- }
- .li-title{
- font-size: 18px;
- color: #111;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .list-item .li-img{
- width: 100%;
- border-radius: 15rpx;
- }
- .list-scroll{
- display: flex;
- }
|