2018-06-03 22:26:41 +08:00

141 lines
2.6 KiB
CSS

.attachment_wrap{
border-top:1px solid #bbbbbb;
overflow: auto;
width:100%;
}
.attachment_block{
position:relative;
float:left;
display:inline;
margin-left:5px;
margin-top:5px;
height:90px;
width:290px;
}
.attachment_show{
position:absolute;
width:280px;
height:90px;
background-color:#fff;
border:1px solid #bbbbbb;
z-index:2;
top: 0; left: 0;
}
.attachment_shadow{
position:absolute;
margin-left:5px; margin-top:5px;
width:280px;
height:90px;
background-color:#cccccc;
z-index:1;
top: 0; left: 0;
}
.icon{
float:left;
display:inline;
margin-top:16px;
margin-left:12px;
height:24px;
width:32px;
}
.icon_compress{
background:url(../images/common/download_icon.png);
}
.icon_word{
background:url(../images/common/icon_word.png);
}
.icon_excel{
background:url(../images/common/icon_excel.png);
}
.icon_ppt{
background:url(../images/common/icon_ppt.png);
}
.icon_pdf{
background:url(../images/common/icon_pdf.png);
}
.icon_bmp{
background:url(../images/common/icon_bmp.png);
}
.icon_gif{
background:url(../images/common/icon_gif.png);
}
.icon_jpeg{
background:url(../images/common/icon_jpeg.png);
}
.icon_png{
background:url(../images/common/icon_png.png);
}
.icon_text{
background:url(../images/common/icon_text.png);
}
.icon_html{
background:url(../images/common/icon_html.png);
}
.icon_css{
background:url(../images/common/icon_css.png);
}
.icon_file{
background:url(../images/common/icon_file.png);
}
a.attachment_name{
float:left;
color:#0076b1;
width:220px;
font-size:14px;
text-decoration:underline;
word-wrap:break-word;
display:inline-block;
}
a.attachment_delete {
display: inline-block;
margin-right: 1px;
width:16px;
background: url(../images/main/icons/delete.png) no-repeat center;
}
a.attachment_edit {
display: inline-block;
margin-right: 1px;
width:16px;
background: url(../images/main/icons/edit.png) no-repeat center;
}
a.attachment_down {
display: inline-block;
margin-right: 1px;
width:16px;
background: url(../images/main/icons/arrow_down.png) no-repeat center;
}
a.attachment_information{
display: inline-block;
margin-right: 1px;
width:16px;
background: url(../images/main/icons/information.png) no-repeat center;
}
a.attachment_detail {
display: inline-block;
margin-right: 1px;
width:16px;
background: url(../images/main/icons/detail.png) no-repeat center;
}
a:hover.attachment_name{
color:#ffa200;
cursor: pointer;
}
.attachment_info{
float:left;
display:inline;
width:150px;
color:#333;
font-size:12px;
}
a.attachment_link{
color:#0076b1;
font-size:12px;
text-decoration: underline;
}
a:hover.attachment_link{
color:#ffa200;
text-decoration: underline;
}