发布网友 发布时间:2022-04-25 16:32
共3个回答
懂视网 时间:2022-05-13 01:36
首先页面的内容比较少,不存在翻页的情况。在页面有一个背景LOGO需要在页面左下角显示,请问要怎样的指令才能做到这样的效果,想过用margin-top来,但详细怎么搞不太懂。谢谢
谢谢~~测试过现在可以了
热心网友 时间:2022-05-12 22:44
望采纳,这个肯定可以满足你。
热心网友 时间:2022-05-13 00:02
.anpager .cpb
{
background: #70c3ef none repeat scroll 0 0;
border: 1px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
margin: 5px 4px 0 0;
padding: 4px 5px 0;
}
.anpager a
{
background: #FFFFFF none repeat scroll 0 0;
border: 1px solid #CCCCCC;
color: #70c3ef;
margin: 5px 4px 0 0;
padding: 4px 5px 0;
text-decoration: none;
}
.anpager a:hover
{
background: #70c3ef none repeat scroll 0 0;
border: 1px solid #70c3ef;
color: #FFFFFF;
}