您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. .tips {
  2. display: flex;
  3. width: calc(100% - 80rpx);
  4. height: 76rpx;
  5. background: #fff5e0;
  6. align-items: center;
  7. color: #FF9D09;
  8. justify-content: space-between;
  9. font-size: 22rpx;
  10. font-weight: 400;
  11. margin-top: 20rpx;
  12. position: relative;
  13. padding: 0 40rpx;
  14. .icon{
  15. position: relative;
  16. top:-2rpx;
  17. }
  18. }