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
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+35
View File
@@ -0,0 +1,35 @@
/*imbox*/
.imbox{}
.leftbar{}
.leftbar .bartitle{background:#dae9ef;padding:5px;}
.leftbar ul{}
.leftbar ul, .leftbar ul li{list-style: none;margin:0;padding:0;}
.leftbar ul li{line-height:23px;padding-left:10px;}
.msgbox{overflow:hidden;}
.msgbox ul, .msgbox ul li{list-style: none;margin:0;padding:0;}
.msgbox ul{}
.msgbox ul li{width:175px;float:left;line-height:23px;padding-left:10px;}
.mysend{background:#f5f8fa}
.system{overflow:hidden;}
.system ul, .system ul li{list-style: none;margin:0;padding:0;}
.system ul{}
.system ul li{line-height:23px;padding-left:10px;}
.sendbox{padding:0 20px 20px 20px;overflow:hidden;}
.sendbox p{}
.sendbox textarea{width:350px;height:50px;}
.boxabout{line-height:23px;padding:0 10px;}
.usermsg{overflow:hidden;}
.usermsg ul, .usermsg ul li{list-style: none;margin:0;padding:0;}
.usermsg ul{}
.usermsg ul li{line-height:23px;padding:0 10px;}
.newmsg{}
.newmsg ul, .newmsg ul li{list-style: none;margin:0;padding:0;}
.newmsg ul{}
.newmsg ul li{padding:5px 10px;}
Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B