楼主: 凡哥

[碎语] 源码小屋

[复制链接]
一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-7 20:02 | 显示全部楼层
花简静 发表于 2024-9-7 19:21
今天这个图标有镂空,就很新鲜。。。能互动拖着玩就更新鲜。。

好玩吧
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
发表于 2024-9-7 20:25 | 显示全部楼层

看了 半天才知道它为啥镂空了
点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-7 23:09 | 显示全部楼层
花简静 发表于 2024-9-7 20:25
看了 半天才知道它为啥镂空了

这个需要一点点悟性而已
点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-8 09:29 | 显示全部楼层

2024年9月8日 星期日

晨光

<style>
#tz {
	margin: 30px 0 30px calc(50% - 602px);
	width: 1024px;
	height: 600px;
	background: url('https://638183.freep.cn/638183/t24/4/ifgl.jpg') no-repeat center/cover;
	box-shadow: 3px 3px 6px #333;
	display: grid;
	place-items: center;
	position: relative;
}
#player {
	--size: 120px;
	--border: 10px;
	position: absolute;;
	top: 25%;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	cursor: pointer;
	animation: rot 8s linear infinite var(--state);
}
.infinity {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 0 10px black);
	position: absolute;
}
.infinity::before, .infinity::after {
	position: absolute;
	content: '';
	width: calc(50% - var(--border) * 1.5);
	height: calc(50% - var(--border) * 1.5);
	border: var(--border) solid teal;
	border-radius: 50% 50% 0 50%;
	transform-origin: 100% 100%;
}
.infinity::after { transform: rotate(-180deg) translate(var(--border), var(--border)); }
#vid {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 20%;
	object-fit: cover;
	pointer-events: none;
	mix-blend-mode: hard-light;
	-webkit-mask: linear-gradient(red, transparent);
}
@keyframes rot { to { transform: rotate(1turn); } }
</style>

<div id="tz">
	<audio id="aud" src="https://music.163.com/song/media/outer/url?id=132675" autoplay loop></audio>
	<video id="vid" src="https://bpic.588ku.com/video_listen/588ku_preview/20/11/10/15/34/31/video5faa42876fc28.mp4" autoplay loop muted></video>
	<div id="player"></div>
</div>


<script>
var draggable = false, offset = 80, time_delay = 0;
var sc = document.createElement('script');
sc.src = 'https://638183.freep.cn/638183/web/api/fullscreen.js';
sc.charset = 'utf-8';
document.body.appendChild(sc);
sc.onload = () => FS({
	papa: '#tz',
	css: 'bottom: 20px; --fsBg: transparent; --color: white;',
});
Array(total = 3).fill('').forEach((el,k) => {
	el = document.createElement('div');
	el.className = 'infinity';
	el.style.transform = `rotate(${360 / total * k}deg)`;
	player.appendChild(el);
});
aud.onplaying = aud.onpause = () => {
	tz.style.setProperty('--state', aud.paused ? 'paused' : 'running');
	aud.paused ? vid.pause() : vid.play();
}
player.onclick = () => aud.paused ? aud.play() : aud.pause();
</script>

评分

1

查看全部评分

点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
发表于 2024-9-8 18:03 | 显示全部楼层
凡哥 发表于 2024-9-7 23:09
这个需要一点点悟性而已

悟性跟金子一样难得
点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-11 07:56 | 显示全部楼层
花简静 发表于 2024-9-8 18:03
悟性跟金子一样难得

金子储量丰厚
点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-11 08:02 | 显示全部楼层

2024年9月11日 星期三

隐喻

<style>
#mydiv {
	--state: paused;
	margin: 30px 0 30px calc(50% - 730px);
	width: 1280px;
	height: 720px;
	background:
		url('https://638183.freep.cn/638183/web/svg/hexagon.svg') repeat 0 0/50% 50%,
		url('https://638183.freep.cn/638183/t24/4/ybyu.jpg') no-repeat center/cover,
		linear-gradient(to right top, #336699, #996633);
	background-blend-mode: overlay;
	border: thick double gray;
	display: grid;
	place-items: center;
	position: relative;
}
#player {
	position: absolute;
	animation: rot 8s linear infinite var(--state);
	cursor: pointer;
}
@keyframes rot {
	from { transform: rotate(0deg); filter: hue-rotate(0deg) drop-shadow(0 0 10px #000); }
	to { transform: rotate(360deg); filter: hue-rotate(360deg) drop-shadow(0 0 10px #000); }
}
</style>

<div id="mydiv">
	<audio id="aud" src="https://music.163.com/song/media/outer/url?id=3951051" autoplay loop></audio>
	<img id="player" src="https://638183.freep.cn/638183/web/svg/hexagon.svg" alt="" />
</div>

<script>
var draggable = false, offset = 80, time_delay = 0;
var sc = document.createElement('script');
sc.src = 'https://638183.freep.cn/638183/web/api/fullscreen.js';
sc.charset = 'utf-8';
document.body.appendChild(sc);

sc.onload = () => FS({
	papa: '#mydiv',
	css: 'bottom: 20px; left: 50%; --fsBg: transparent; --color: #253d60;',
});

mState = () => {
	mydiv.style.setProperty('--state', aud.paused ? 'paused' : 'running');
	player.title = '点击' + (aud.paused ? '播放' : '暂停');
};

aud.onpause = aud.onplaying = () => mState();

player.onclick = () => aud.paused ? aud.play() : aud.pause();
</script>

评分

1

查看全部评分

点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-11 08:06 | 显示全部楼层

2024年9月11日 星期三

<style>
#mama { margin: 30px 0 30px calc(50% - 641px); width: 1280px; height: 702px; background: url('https://638183.freep.cn/638183/t24/4/dg.jpeg') no-repeat center/cover; box-shadow: 0 0 8px rgba(0,0,0,.65); overflow: hidden; z-index: 1; position: relative; }
#mama > video { position: absolute; width: 100%; height: 20%; object-fit: cover; mix-blend-mode: screen; -webkit-mask: linear-gradient(red, transparent); pointer-events: none; }
.player { position: absolute; top: 10px; width: 120px; height: 120px; animation: rot 8s linear infinite var(--state); cursor: pointer; }
.player:nth-of-type(1) { left: 10%; }
.player:nth-of-type(2) { right: 10%; }
@keyframes rot { to { transform: rotate(360deg); } }
</style>

<div id="mama" class="mama">
	<audio src="https://music.163.com/song/media/outer/url?id=64723" autoplay loop></audio>
	<video src="https://img.tukuppt.com/video_show/2629112/00/01/93/5b4e8e56669ab.mp4" autoplay loop muted></video>
	<img class="player" src="https://638183.freep.cn/638183/small/snow.webp" alt="" />
	<img class="player" src="https://638183.freep.cn/638183/small/snow.webp" alt="" />
</div>

<script>
var sf = document.createElement('script');
sf.charset = 'utf-8';
sf.src = 'https://638183.freep.cn/638183/web/js2024/yslrc_133703119608822812.js';
document.body.appendChild(sf);

sf.onload = () => {
	HCPlayer({
		papa: '#mama',
		geci: geci,
		skip: 0,
		average: 0,
		btnplay: '.player',
		lrc_css: 'left: 50%; top: 20px; transform: translateX(-50%);',
		fs_css: 'left: 50%; bottom: 20px; transform: translateX(-50%); --bg: transparent; --color: #eee',
	});
};

var geci = `[00:01.00]陈百强 - 『等』\n[00:06.21]作词 : 郑国江\n[00:11.20]作曲 : 陈百强\n[00:16.00]等\n[00:18.42]寂寞到夜深\n[00:21.82]夜已渐荒凉\n[00:25.21]夜已渐昏暗\n[00:28.39]莫道你在选择人\n[00:31.71]人亦能选择你\n[00:35.50]公平\n[00:38.39]原没半点偏心\n[00:44.00]苦涩\n[00:46.70]慢慢向着心里渗\n[00:50.09]何必抱怨\n[00:53.45]曾令醉心是谁人\n[00:57.00]自愿吻别心上人\n[01:00.17]糊涂换来一生泪印\n[01:04.00]何故\n[01:06.87]明是痛苦伤心\n[01:11.37]还含着笑装开心\n[01:15.28]今宵的你可怜还可悯\n[01:18.92]目睹她远去\n[01:20.89]她的脚印\n[01:22.40]心中永印\n[01:24.93]糊涂是你的一颗心\n[01:28.62]他朝你将无穷的后悔\n[01:32.18]这一生\n[01:33.90]你的心里满哀困\n[01:42.93]\n[02:10.78]苦涩\n[02:13.47]慢慢向着心里渗\n[02:17.00]何必抱怨\n[02:20.09]曾令醉心是谁人\n[02:23.71]自愿吻别心上人\n[02:27.22]糊涂换来一生泪印\n[02:30.96]何故\n[02:33.75]明是痛苦伤心\n[02:38.30]还含着笑装开心\n[02:41.94]今宵的你可怜还可悯\n[02:45.93]目睹她远去\n[02:47.61]她的脚印\n[02:49.27]心中永印\n[02:51.71]糊涂是你的一颗心\n[02:55.44]他朝你将无穷的后悔\n[02:59.05]这一生\n[03:00.80]你的心里满哀困\n[03:07.44]哟 ...`;
</script>

评分

1

查看全部评分

点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
发表于 2024-9-11 18:53 | 显示全部楼层

发财的节奏
点评
回复

使用道具

一生安柠 青恬时光 幸福莓满 心想事橙 桃气满满 梅开颜笑 心若葡提 大吉大荔 樱果相依 喜上莓梢 一坛酒
 楼主| 发表于 2024-9-11 19:22 | 显示全部楼层

888888888
点评
回复

使用道具

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|千山论坛

GMT+8, 2024-9-19 09:40

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表