requireClassification.wxss 253 B

123456789101112131415161718
  1. .container{
  2. height: 230rpx;
  3. position: relative;
  4. }
  5. .fl{
  6. width: 684rpx;
  7. height: 228rpx;
  8. margin-left: 30rpx;
  9. }
  10. .t{
  11. font-size: 30rpx;
  12. color: #fff;
  13. font-weight: 900;
  14. position: absolute;
  15. top:90rpx;
  16. left: 100rpx;
  17. letter-spacing: 5rpx;
  18. }