123456789101112131415161718 |
- .container{
- height: 230rpx;
- position: relative;
- }
- .fl{
- width: 684rpx;
- height: 228rpx;
- margin-left: 30rpx;
- }
- .t{
- font-size: 30rpx;
- color: #fff;
- font-weight: 900;
- position: absolute;
- top:90rpx;
- left: 100rpx;
- letter-spacing: 5rpx;
- }
|