voice.wxss 312 B

1234567891011121314151617181920
  1. /* component/voice/voice.wxss */
  2. .layer {
  3. position: absolute;
  4. z-index: -999999999;
  5. left: -99999999999px;
  6. top: -99999999999px;
  7. opacity: 0;
  8. }
  9. .pp {
  10. position: fixed;
  11. left: -99999999999px;
  12. top: -99999999999px;
  13. background-color: rgba(0,0,0,0.3);
  14. z-index: 99999999999999;
  15. }
  16. .pp {
  17. color: #fff;
  18. }