<style>
a[class^=column]{
background:red;
color:#000;
}
a[href$=doc]{
background:green;
color:#000;
}
a[title*=box]{
background:blue;
color:#000;
}
</style>
a[class^=column]{
background:red;
color:#000;
}
a[href$=doc]{
background:green;
color:#000;
}
a[title*=box]{
background:blue;
color:#000;
}
</style>
2016-12-14
吗个鸡。前几天我想搬20公斤的砖头,你说不用,搬个10公斤就好, 现在习惯了20公斤的重量, 你说前些天少搬的砖头,后面一次性补足
2016-12-13
/*任务部分*/
div.semi-circle{
height:100px;
width:50px;
background:#9da;
border-radius:?;
}
div.semi-circle{
height:100px;
width:50px;
background:#9da;
border-radius:?;
}
2016-12-12