2014-05-14 09:45:11 +08:00
|
|
|
.mask{
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0px 0 0 0;
|
|
|
|
width: 970px;
|
|
|
|
|
2014-05-29 22:25:53 +08:00
|
|
|
|
2014-05-14 09:45:11 +08:00
|
|
|
}
|
|
|
|
.header2{
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #f4f4f4
|
|
|
|
}
|
|
|
|
.colleft{
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
right: 50%;
|
|
|
|
background-color: #000000
|
2014-05-29 22:25:53 +08:00
|
|
|
|
2014-05-14 09:45:11 +08:00
|
|
|
}
|
|
|
|
.col1{
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
width: 470px;
|
|
|
|
left: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
.col2{
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
2014-05-29 22:25:53 +08:00
|
|
|
width: 440px;
|
2014-05-30 09:35:06 +08:00
|
|
|
left: 2%;
|
2014-05-29 22:25:53 +08:00
|
|
|
|
2014-05-14 09:45:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a:active {
|
|
|
|
color: #c61a1a;
|
|
|
|
text-decoration: underline;
|
2014-05-29 22:25:53 +08:00
|
|
|
|
2014-05-14 09:45:11 +08:00
|
|
|
}
|
|
|
|
|
2014-05-29 21:43:50 +08:00
|
|
|
#tag {
|
|
|
|
background: url("../images/issue_tag.png") no-repeat scroll right -19px rgba(0, 0, 0, 0);
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #3A587D !important;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 3px;
|
|
|
|
padding: 1px 4px 2px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-05-14 09:45:11 +08:00
|
|
|
|
2014-05-29 22:25:53 +08:00
|
|
|
#buglist
|
|
|
|
{
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|