index.wxss 241 B

1234567891011121314
  1. .mediaBox {
  2. position: fixed;
  3. top: 0px;
  4. left: 0px;
  5. width: 100vw;
  6. height: 100vh;
  7. background-color: rgba(0, 0, 0, 0.35);
  8. }
  9. .mediaBox .media {
  10. width: 470rpx;
  11. height: 608rpx;
  12. background-color: #FEF2C7;
  13. border-radius: 20rpx;
  14. }