You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.7 KiB
Plaintext
90 lines
1.7 KiB
Plaintext
body
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
|
|
.TDDay
|
|
{
|
|
|
|
width: 20%;
|
|
border-bottom-style: dotted;
|
|
border-bottom-width: thin;
|
|
border-bottom-color: #efefef;
|
|
text-align: left;
|
|
background-color:#efefef;
|
|
}
|
|
.TDDay span{ display:inline-block;padding-right:20px;}
|
|
.TDDay b{ color:#ff0000}
|
|
tr
|
|
{
|
|
border-bottom-style: dotted;
|
|
border-bottom-width: thin;
|
|
border-bottom-color: #efefef;
|
|
}
|
|
|
|
.TDTime
|
|
{
|
|
width:20%;
|
|
vertical-align: middle;
|
|
border-bottom-style: dotted;
|
|
border-bottom-width: thin;
|
|
border-bottom-color: #efefef;
|
|
}
|
|
.TDTime img{ border-radius:50%}
|
|
.TDTime .usernameInfo{}
|
|
.TDTime .usernameInfo .uimg{display:inline-block;float:left; padding:0px 10px; }
|
|
.TDTime .usernameInfo .ut{ padding-top:10px;}
|
|
.TDTime .usernameInfo .ut span{ display:block;}
|
|
.TDTime .usernameInfo .ut .uname{ font-size:14px; font-weight:700;}
|
|
.TDTime .usernameInfo .ut .utime{ color:#808080}
|
|
.fright{ float:right}
|
|
|
|
.UserIcon
|
|
{
|
|
width:30px;
|
|
height:auto;
|
|
}
|
|
|
|
|
|
/*中间数据*/
|
|
.TDBase
|
|
{
|
|
background-position: right center;
|
|
text-align: right;
|
|
width: 1px;
|
|
|
|
border-left:1px solid #efefef;
|
|
padding:0px !important;
|
|
|
|
}
|
|
|
|
/* 内容信息 */
|
|
.TDDoc
|
|
{
|
|
text-align: left;
|
|
width: auto;
|
|
height: 80px;
|
|
vertical-align: top;
|
|
border-bottom-style: dotted;
|
|
border-bottom-width: thin;
|
|
border-bottom-color: #efefef;
|
|
color:#808080
|
|
}
|
|
.TDDoc .wd{ background:#ff0000; color:#fff; font-size:12px; padding:3px 5px; border-radius:3px;}
|
|
.TDDoc .yd{ background:#0094ff; color:#fff; font-size:12px; padding:3px 5px; border-radius:3px;}
|
|
|
|
/* 事件图片. */
|
|
.ImgOfAC
|
|
{
|
|
width:20px;
|
|
height:20px;
|
|
margin:5px;
|
|
}
|
|
|
|
th
|
|
{
|
|
background-color: #f5f5f5;
|
|
padding:10px 10px !important;
|
|
}
|
|
td{ padding:10px 10px !important;}
|