吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 916|回复: 7
收起左侧

[学习记录] css鼠标移入切换

[复制链接]
Wddxg 发表于 2023-1-4 03:01
本帖最后由 Wddxg 于 2023-1-4 03:12 编辑

HTML

<input type="radio" id="radio1" class="radio-1">
<input type="radio" id="radio2" class="radio-2">
<input type="radio" id="radio3" class="radio-3">
<div>
    <img src="https://img.zcool.cn/community/0101195543065f0000019ae94cc470.jpg@3000w_1l_0o_100sh.jpg">
    <img src="https://tse2-mm.cn.bing.net/th/id/OIP-C.9vwljyOWH69qp7xKCTTr0AHaHa?w=185&h=186&c=7&r=0&o=5&dpr=1.3&pid=1.7">
    <img src="https://tse4-mm.cn.bing.net/th/id/OIP-C.LraeHDsfeGLjTTFCiQEceQHaE7?w=304&h=203&c=7&r=0&o=5&dpr=1.3&pid=1.7">
</div>
<label for="radio1">图片1</label>
<label for="radio2">图片2</label>
<label for="radio3">图片3</label>

CSS

input[type=radio] {
    display: none;
}

div {
    width: 200px;
    height: 180px;
}

div img {
    width: 200px;
    height: 180px;
}

#radio2 ~ div img:nth-child(2),
#radio3 ~ div img:nth-child(3),
.radio-2:hover ~ div img:nth-child(1),
.radio-3:hover ~ div img:nth-child(1) {
    display: none;
}

#radio1:hover ~ div img:nth-child(1),
#radio2:hover ~ div img:nth-child(2),
#radio3:hover ~ div img:nth-child(3) {
    display: block;
}

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

开创者 发表于 2023-1-4 10:22
刷Google 联盟广告呢?
nitian0963 发表于 2023-1-4 12:54
7R903 发表于 2023-1-4 13:17
awdxszz 发表于 2023-1-4 14:08
还是用js方便,css要写一大堆,js找准class或者id直接就搞定了
jjxs 发表于 2023-1-4 15:13
赞,技术帖,学习了
 楼主| Wddxg 发表于 2023-1-5 04:31
开创者 发表于 2023-1-4 10:22
刷Google 联盟广告呢?

好的下次我发sci在@你
 楼主| Wddxg 发表于 2023-1-5 04:30
本帖最后由 Wddxg 于 2023-1-5 12:40 编辑

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 02:48

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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