index.acss 289 B

123456789101112131415161718
  1. .warning-msg {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. z-index: 1;
  6. width: 100%;
  7. padding: 16rpx 30rpx;
  8. background: #fff9ed;
  9. display: flex;
  10. align-items: center;
  11. }
  12. .warning-msg-text {
  13. margin-left: 24rpx;
  14. flex: 1;
  15. font-size: 30rpx;
  16. color: #ff6010;
  17. font-weight: 400;
  18. }