index.wxss 173 B

12345678910
  1. .worksBox .comment_section {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. z-index: 9999;
  8. background: rgba(0, 0, 0, 0.3);
  9. overflow: hidden;
  10. }