改变论坛的宽度了。
有些帖子会酱紫的 加林森 发表于 2022-1-7 11:06
论坛变小了啊。
我这里正常的 本帖最后由 加林森 于 2022-2-7 16:10 编辑 <br /><br />马黑黑 发表于 2022-1-7 11:16
有些帖子会酱紫的
明白的。
/* 父框和 .soBox 的伪元素共同样式 */
.paBox::before, .paBox::after, .soBox::before, .soBox::after {
content: "";
position: absolute;
width: 600px; height: 2px;
background: silver;
left: 170px; top: 120px;
opacity: 0.1;
transform-origin: center center;
} 本帖最后由 加林森 于 2022-5-9 20:46 编辑 <br /><br />马黑黑 发表于 2022-1-7 11:16
我这里正常的
我换个浏览器看看去。
<style>
.star {
width: 200px;
height: 200px;
background: lightblue;
clip-path: polygon(0% 50%,45% 45%,50% 0%,55% 45%,100% 50%,55% 55%, 50% 100%,45% 55%, 0% 50%);
}
</style>
<div class="star"></div>
<style>
.outer { left: -302px; width: 1200px; height: 675px; background: linear-gradient(45deg, green, green), url('https://pic.imgdb.cn/item/6279042f0947543129915661.jpg') no-repeat center/cover; background-blend-mode: overlay, normal; filter: drop-shadow(0 0 10px gray); opacity: .95; position: relative; }
.outer h2 { margin: 0; position: absolute; left: 80%; top: 10px; font: bold 1em sans-serif; color: teal; text-shadow: 1px 1px 2px #222; }
.spic { position: absolute; width: 300px; height: 300px;LEFT: 150px; top: 250px; mix-blend-mode: multiply; }
.r-small { position: absolute; width: 100px; height: 100px; border-radius: 50%; top: calc(100% - 120px); left: calc(100% - 120px); cursor: pointer; text-align: center; animation: rot 6s linear infinite; }
@keyframes rot { to { transform: rotate(1turn); } }
</style>
<style>
.star {
width: 200px;
height: 200px;
background: lightblue;
clip-path: polygon(0% 50%,45% 45%,50% 0%,55% 45%,100% 50%,55% 55%, 50% 100%,45% 55%, 0% 50%);
}
</style>
<div class="star"></div>
<div class="outer">
<h2>阿刁--欧阳艺</h2>
<img class="spic" src="https://pic.imgdb.cn/item/6247e3c027f86abb2a56f17a.gif" alt="" />
<div class="outer r-small"></div>
</div>
<script>
let flag = true;
let ele = document.querySelector('.r-small');
let au = document.createElement('audio');
au.src = 'http://www.kumeiwp.com/sub/filestores/2022/05/08/c0f0f7b66eae965c30ee31738b50cd80.mp3';
au.loop = true;
au.autoplay = flag;
au.style.display = 'none';
ele.appendChild(au);
if(!flag) ele.style.animationPlayState = 'paused';
ele.onclick = function() { flag ? (au.pause(), this.style.animationPlayState = 'paused', flag = false) : (au.play(), this.style.animationPlayState = 'running', flag = true); }
</script>
加林森 发表于 2022-1-7 11:19
我换个浏览器看看去。
靠谱点的浏览器可以的,Chrome,edge,centbrowser 马黑黑 发表于 2022-1-7 11:21
靠谱点的浏览器可以的,Chrome,edge,centbrowser
我用百色浏览器就正常了 加林森 发表于 2022-1-7 11:22
我用百色浏览器就正常了
百分浏览器吧 马黑黑 发表于 2022-1-7 11:23
百分浏览器吧
是的是的 加林森 发表于 2022-1-7 11:28
是的是的
不是百色,百色市地名,在广西,以前我们老乡邓公到那里知道过革命的 加林森 发表于 2022-1-7 11:28
是的是的
队长你之前用的是啥浏览器? 马黑黑 发表于 2022-1-7 11:31
队长你之前用的是啥浏览器?
360极速浏览器。 加林森 发表于 2022-1-7 11:40
360极速浏览器。
360的都不要用了 马黑黑 发表于 2022-1-7 12:17
360的都不要用了
还有QQ浏览器,IE浏览器。我没有删它们。 加林森 发表于 2022-1-7 12:31
还有QQ浏览器,IE浏览器。我没有删它们。
IE不要卸载,其他的可以 马黑黑 发表于 2022-1-7 14:16
IE不要卸载,其他的可以
知道了。谢谢!
页:
1
[2]