Blame view

addons/ewei_vote/style/common.css 371 Bytes
4d84a934   曹明   初始代码提交
1
2
3
4
5
6
7
8
9
.red { float:left;color:red}
.white {float:left;color:white}

.tooltipbox {
	background:#fef8dd;border:1px solid #c40808; position:absolute; left:0;top:0; text-align:center;height:20px;
	color:#c40808;padding:2px 5px 1px 5px; border-radius:3px;z-index:1000;
}
.voteitem {float:left;width:250px;margin:5px;padding:5px;border:1px solid #ccc;}
.voteitem img {height: 120px;}