background-origin 属性规定 background-position 属性相对于什么位置来定位。
2018-03-30
<style>
#brand:target{
color:#fff;
</style>
</head>
<div class="menuSection" id="brand">
<h2><a href="#brand" onclick="dan()">Brand</a></h2>
<script>
var s=document.getElementById("xiaopi");
function dan(){
s.style.background="green";
}
</script>
#brand:target{
color:#fff;
</style>
</head>
<div class="menuSection" id="brand">
<h2><a href="#brand" onclick="dan()">Brand</a></h2>
<script>
var s=document.getElementById("xiaopi");
function dan(){
s.style.background="green";
}
</script>
2018-03-30
已采纳回答 / qq_传说哥_0
这种可以生效,简便的我也想知道.wrapper p:nth-last-child(1),p:nth-last-child(2),p:nth-last-child(3){ background: orange;}
2018-03-29
想起前面有看到人吐槽编程练习很多要点完全没有讲过,只能去抄..然后被呛“遇到困难只会抱怨”……
对不起我真不知道小明今年多大啊!
对不起我真不知道小明今年多大啊!
2018-03-26
已采纳回答 / qq_滚_2
你具体要表现怎样的效果,可以直接写css的样式啊,font 选择字体的大小,样式,color字体的颜色啊,或者用伯bootstrap的框架,可以实现很多不一样的效果啊
2018-03-23