拒絕數位影像性暴力
一起不上車
我不上車,不觀看不下載不轉傳
因為每個畫面,都是一個人的人生
拒絕數位影像性暴力
立即簽署不上車宣言
請選擇方式完成署名生成不上車證明
方式一
以手繪方式完成署名
方式二
請輸入您的大名
(中/英皆可,至多20個字元)
請在下方指定範圍內,
透過螢幕觸控完成署名
感謝你加入連署的行列,
請查收專屬於你的不上車證明,
也歡迎你號召更多人共同關注議題。
當我們不上車,
數位影像性暴力就無法上路。
長按圖片即可儲存
:doodle {
@grid: 1x50 / 100vw 100vh;
overflow: visible;
pointer-events: none;
position: absolute;
left: 0; top: 0;
}
position: absolute;
left: @rand(-10vw, 110vw); /* 分布範圍加大 */
top: @rand(30vh, 100vh);
background-image: @pick(
url('./images/img-cwo-white.svg'),
url('./images/img-cwo-black.svg')
);
background-size: contain;
background-repeat: no-repeat;
width: @rand(24vw, 36vw); /* 建議 12~18vw,避免過度重疊 */
height: @rand(12vh, 20vh);
opacity: 0;
z-index: @rand(1, 5);
animation: appear 0s linear forwards;
animation-delay: @rand(0.1s, 0.8s);
@keyframes appear {
from {
left: 50vw;
top: 50vh;
opacity: 0;
}
to {
left: @rand(-10vw, 110vw);
top: @rand(30vh, 100vh);
opacity: 1;
}
}