index.wxss 312 B

123456789101112131415161718
  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. }
  11. .worksBox .comment_close {
  12. position: absolute;
  13. bottom: 760rpx;
  14. right: 10rpx;
  15. font-size: 60rpx;
  16. padding: 20rpx;
  17. z-index: 999;
  18. }