index.scss 209 B

1234567891011
  1. .tips {
  2. width: 750rpx;
  3. text-align: center;
  4. height: 64rpx;
  5. line-height: 64rpx;
  6. background: #FFEFD9;
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Semibold, PingFang SC;
  9. font-weight: 600;
  10. color: #FA8C16;
  11. }