index.less 405 B

123456789101112131415161718192021
  1. .worksBox {
  2. .comment_section {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. z-index: 9999;
  9. background: rgba(0, 0, 0, .3);
  10. overflow: hidden;
  11. }
  12. .comment_close {
  13. position: absolute;
  14. bottom: 760rpx;
  15. right: 10rpx;
  16. font-size: 60rpx;
  17. padding: 20rpx;
  18. z-index: 999;
  19. }
  20. }