回来没有?
昨夜回来的 本帖最后由 加林森 于 2022-4-28 18:14 编辑 <br /><br />马黑黑 发表于 2022-1-16 10:54
昨夜回来的
回来就好,又可以休息一下了。
<style>
.hy { width: 800px; height: 1134px;position: relative;left:-20px; top: 120px;box-shadow:4px 4px 5px #333;
padding:2px;border-radius:8px;background:#666 url('https://pic.imgdb.cn/item/626a5fb4239250f7c5558a9b.jpg')no-repeat
center/cover;}
.hy::before {
content: '';
position: absolute;
width: 80%;
height: 80%;
background: url('https://pic.imgdb.cn/item/6268f0a1239250f7c58a5669.gif') no-repeat center/cover;
left:160px; top: 70px;
}
.mBox {
--w: 100px;
margin: auto;
margin-top: 100px;
display: flex;
justify-content: center;
align-items: center;
width: var(--w);
height: var(--w);
cursor: pointer;
position: relative;
animation: rot 2s linear infinite;
}
.zBox {
position: absolute;
display: block;
border-style: dotted;
border-width: 1px;
border-color: transparent red transparent magenta;
border-radius: 50%;
}
@keyframes rot { to { transform: rotate(-1turn); } }
body { overflow-x: hidden; } /*禁用横向滚动条 */
#baiBox {
margin: auto;
width: 360px;
text-align: center;
font-size: 2.2rem;
font-weight: bold;
color: #DFE5FD;
transform-origin: top;
animation: yao 1s linear infinite alternate;
}
@keyframes yao {
from{transform: perspective(800px) rotatex(12deg); }
to { transform: perspective(800px) rotatex(-12deg); }
}
</style>
<div class="hy">
<div id="baiBox" style="position: absolute; left:40px; top: 60px; ">Serenade(小夜曲)</div>
<div class="mBox"></div></div><br><br><br><br><br><br><br><br><br><br>
<script>
let flag = true;
let ele = document.querySelector(".mBox");
let len= ele.clientWidth;
let zStr = "";
let all = 110;
let angle = Math.floor(360 / all);
for(j=0; j< all; j++){
let wh =Math.floor(len- j * (len / all));
zStr += `<span class="zBox" style="transform: rotate(${j*angle}deg);width: ${wh}px; height: ${wh}px"></span>\n`;
}
ele.innerHTML += zStr;
let au = document.createElement("audio");
au.src= "https://www.joy127.com/url/90089.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-16 11:07
回来就好,又可以休息一下了。
休息一阵子吧 马黑黑 发表于 2022-1-16 11:44
休息一阵子吧
快过年了,就待在家里舒舒服服地玩吧。 加林森 发表于 2022-1-16 11:52
快过年了,就待在家里舒舒服服地玩吧。
不行的,越是过年什么的,杀猪的就会越忙,不然你们吃啥 马黑黑 发表于 2022-1-16 13:16
不行的,越是过年什么的,杀猪的就会越忙,不然你们吃啥
啊?????你卖黑猪吗? 加林森 发表于 2022-1-16 13:45
啊?????你卖黑猪吗?
黑白都卖 马黑黑 发表于 2022-1-16 13:48
黑白都卖
跑山猪?对不对? 加林森 发表于 2022-1-16 16:09
跑山猪?对不对?
家猪山猪都有 马黑黑 发表于 2022-1-16 16:56
家猪山猪都有
哦,怎么喂的呢? 加林森 发表于 2022-1-16 17:45
哦,怎么喂的呢?
这个,传统+科技养殖法,尤其注重绿色、环保 马黑黑 发表于 2022-1-16 17:49
这个,传统+科技养殖法,尤其注重绿色、环保
嗯嗯,我们这里山里是放到山上喂的,不让猪跑出去的,自己喂给自己吃的。
页:
1
[2]