×

注意!页面内容来自https://majinai.art/zh-cn/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> #slide_wrap_pc { position: fixed; z-index: 100; /*border: 1.5px solid #ddd;*/ top: 40%; right: 0; transform-origin: right center; transform: scale(0.8); display: none; } .btn_parts_pc { font-family: Arial; color: #737373; width: 25px; height: 25px; margin: 0; position: absolute; top: -30px; right: 6px; cursor: pointer; font-size: 20px; font-weight: 700; background: #eee; border: none; line-height: 25px; z-index: 10; } .slide_b { animation: slide_img 2s ease-out forwards; } @keyframes slide_img { 0% { right: -242px; opacity: 0; } 100% { right: 0; opacity: 1; } } @media screen and (max-width: 599px) { .btn_parts_pc, #slide_wrap_pc iframe { display: none; } }

AI绘画共享社区

<> /* スライドインアニメーション */ .slide-in { animation: slideIn 0.5s ease forwards; } @keyframes slideIn { from { transform: translateY(100%); } to { transform: translateY(0%); } } /* スライドアウトアニメーション */ .slide-out { animation: slideOut 0.5s ease forwards; } @keyframes slideOut { to { transform: translateY(100%); } } #paginationBottom { position: relative; width: 100%; bottom: 0; margin-top: 20px; /* Optional: Adjust for spacing */ } /* Ensure pagination doesn't float or get positioned incorrectly */ #paginationBottom .pagination { display: flex; justify-content: center; flex-wrap: wrap; }