index.scss 243 B

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