1234567891011121314151617181920 |
- /* component/voice/voice.wxss */
- .layer {
- position: absolute;
- z-index: -999999999;
- left: -99999999999px;
- top: -99999999999px;
- opacity: 0;
- }
- .pp {
- position: fixed;
- left: -99999999999px;
- top: -99999999999px;
- background-color: rgba(0,0,0,0.3);
- z-index: 99999999999999;
- }
- .pp {
- color: #fff;
- }
|