body {
background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/djhzzl/1894663/o_201206094143background2.jpg') fixed no-repeat; //修改背景图片
background-position: 50% 5%;
background-size: cover;
opacity: 0.9
}
 
.day{
background: rgba(255, 255, 255, 0.9);
}
.header{
background: rgba(255, 255, 255, 0.9);
height: 100px;
width: 1300px;
//opacity:0.5;
}
.headerText{
text-align:left;
float:left;
padding-left: 50px;
}
#main{
width: 1300px;
}
#mytopmenu{
background-image: url();
width: 1060px;
}
#leftcontent{
//float:none;
background: rgba(255, 255, 255, 0.9);
}
#leftcontentcontainer{
background: rgba(255, 255, 255, 0.9);
}
#centercontent{
width: 1060px;
background: rgba(255, 255, 255, 0.9);
}
.entrylist{
background: rgba(255, 255, 255, 0.9);
}
.post,.gallery,.feedbackItem,.feedbackListSubtitle,.comment_textarea{
background: rgba(255, 255, 255, 0.9) ;
}
 
body,html{ 
cursor:url("https://images.cnblogs.com/cnblogs_com/bai2018/1456583/o_Arrow.gif"),default;   
}
a:link,button,input[type="submit"],[type="button"],[type="reset"],[type="image"]{
cursor:url("https://images.cnblogs.com/cnblogs_com/bai2018/1456583/o_Hand.gif"),default;
}
input[type="text"],textarea{
cursor:url("https://images.cnblogs.com/cnblogs_com/bai2018/1456583/o_IBeam.gif"),default;
}















