index.less 243 B

123456789101112131415
  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. .media {
  9. width: 470rpx;
  10. height: 608rpx;
  11. background-color: #FEF2C7;
  12. border-radius: 20rpx;
  13. }
  14. }