question.wxss 190 B

1234567891011
  1. .box {
  2. width: 750rpx;
  3. height: 130rpx;
  4. /* border: 1px solid red; */
  5. position: absolute;
  6. top: 40rpx;
  7. text-indent: 100rpx;
  8. color: #fff;
  9. line-height: 60rpx;
  10. font-size: 30rpx;
  11. }