为了账号安全,请及时绑定邮箱和手机立即绑定
input[type="text"]:read-write{
border:2px solid red;
}
textarea:read-only{
border: 1px solid #ccc;
height: 50px;
resize: none;
background: #eee;
}
::selection{
background: orange;
color: white;
}
::-moz-selection{
background: orange;
color: white;
}
input[type="radio"]:checked + span {
opacity: 1;
}
input[type="submit"]:disabled {
background: #eee;
border-color: #eee;
color: #ccc;
}
div {
margin: 30px;
}
input[type="text"]:enabled{
border: 1px solid #f36;
box-shadow: 0 0 5px #f36;
}
input[type="text"]:disabled{
box-shadow: none;
}
由黑色转为渐变的过度 可以么
transition: all .3s ease-out
background-color:#232423;
hover:
background-image:linear-gradient(to right,#FF7D8C,#FF1033);
li {
background: green;
padding: 10px;
margin-bottom: 5px;
}

li:only-child {
background: orange;
}
.wrapper>div:nth-last-of-type(5) {
background: orange;
}
.wrapper > div:last-of-type{
background: orange;
}
.wrapper > div:nth-of-type(2n-1),
.wrapper > p:nth-of-type(2n){
background: orange;
}
/*或者*/
.wrapper > div:nth-of-type(2n+1),
.wrapper > p:nth-of-type(2n){
background: orange;
}
/*或者*/
.wrapper > div:nth-of-type(odd),
.wrapper > p:nth-of-type(even){
background: orange;
}
Mark! ::before和::after伪元素实现图片阴影效果
.wrapper>div:first-of-type {
background: orange;
}
ol>li:nth-last-child(5) {
background: orange;
}
ol>li:nth-child(2n+1) {
background: green;
}
课程须知
1.html+CSS相关基础知识 2.具有一定的网页制作经验 3.此课程不支持IE9版本以下,建议使用 chrome、safari、firefox、opera浏览器学习本课程。
老师告诉你能学到什么?
1.系统学习CSS3相关知识 2.轻松制作出各种绚丽的效果

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消