首页
关于
壁纸
直播
留言
友链
统计
Search
1
《三国志英杰传》攻略
6,034 阅读
2
Emby客户端IOS破解
5,767 阅读
3
白嫖Emby
5,764 阅读
4
《吞食天地1》金手指代码
4,691 阅读
5
破解emby-server
4,039 阅读
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
登录
Search
标签搜索
ubuntu
mysql
openwrt
zerotier
springboot
centos
openvpn
jdk
吞食天地2
synology
spring
idea
windows11
吞食天地1
transmission
google-play
Japanese
xcode
群晖
kiftd
MoonjerX
累计撰写
370
篇文章
累计收到
459
条评论
首页
栏目
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
页面
关于
壁纸
直播
留言
友链
统计
搜索到
2
篇与
css
的结果
2022-12-16
线性渐变
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>线性渐变</title> <style type="text/css"> .box{ height: 200px; background-color: red; background-image:linear-gradient(red,yellow,blue);} </style> </head> <body> <div class="box"></div> </body> </html> <style type="text/css"> #box { height: 200px; background-color: red; background-image: linear-gradient(to bottom right, red, blue); } </style>
2022年12月16日
75 阅读
0 评论
0 点赞
2022-12-16
css垂直滚动播放效果
<!DOCTYPE html> <html> <head> <style> *{transition:all 1s ease 0s;} #showSlide{width:300px;height:200px;overflow:hidden; border:20px solid #ccc;box-shadow:1px 1px 3px rgba(0,0,0,1); } #inner{} .slide{width:300px;height:200px;display:inline-block;} label{border-radius: 5px;display: inline-block;width: 10px;height: 10px;background: #ccc;cursor:pointer;} input{display:none} #slide1:hover ~ #showSlide #inner{margin-top:0;} #slide2:hover ~ #showSlide #inner{margin-top:-200px;} #slide3:hover ~ #showSlide #inner{margin-top:-400px;} #slide4:hover ~ #showSlide #inner{margin-top:-600px;} label:hover{background:#000;} </style> </head> <body> <input checked="checked" name="slider" id="slide1" type="radio"> <input name="slider" id="slide2" type="radio"> <input name="slider" id="slide3" type="radio"> <input name="slider" id="slide4" type="radio"> <input name="slider" id="slide5" type="radio"> <div id="showSlide"> <div id="inner"> <artical> <div class="slide"><img src="images/slide1.jpg"></div> </artical> <artical> <div class="slide"><img src="images/slide2.jpg"></div> </artical> <artical> <div class="slide"><img src="images/slide3.jpg"></div> </artical> <artical> <div class="slide"><img src="images/slide4.jpg"></div> </artical> </div> </div> <div id="controller"> <label for="slide1"></label> <label for="slide2"></label> <label for="slide3"></label> <label for="slide4"></label> </div> </body> </html>
2022年12月16日
121 阅读
0 评论
0 点赞
您的IP: