begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.sub-item{
border-bottom: 1px dashed #AAAAAA;
height: 72px;
margin: 0 2px 15px 0;
overflow: hidden;
}
.sub-item .pic {
float: left;
width: 48px;
}
.sub-item .info {
color: #666666;
vertical-align: top;
word-wrap: break-word;
margin-left:60px;
}
.sub-item .pic img {
height: 48px;
margin-bottom: -3px;
width: 48px;
}
.sub-item .info .content{font-size:12px;}
.sub-item p {
margin: 0;
}