123456789101112131415161718192021222324 |
- /* pages/livelist/index.wxss */
- .livelist{
- position: relative;
- }
- .image{
- width: 750rpx;
- height: 422rpx;
- }
- .title{
- padding: 15rpx 10rpx;
- }
- .tag{
- position: absolute;
- border-radius: 15rpx;
- color: #fff;
- background-color: #aaaaaa;
- padding: 5rpx 10rpx;
- font-size: 14px;
- top: 5rpx;
- left: 5rpx;
- }
|