tips.wxss 166 B

1234567891011
  1. /* component/tips/tips.wxss */
  2. .tips {
  3. width: 100%;
  4. height: 100%;
  5. background: rgba(37, 37, 37, .8);
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. z-index:999;
  10. }