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
+20
View File
@@ -0,0 +1,20 @@
/**框架CSS**/
h2{font-size:14px;padding:5px;margin:0px;}
a {color:#336699;text-decoration:none;}
/*头部*/
.header{background:#3A81C0;width:100%;overflow:hidden;}
.header .head{width:960px;height:60px;margin:0 auto;overflow:hidden;}
.header .head .logo{float:left;margin:10px 0 0 0;color:#FFFFFF;}
.header .head .menu{float:right;margin:20px 0 0 0;color:#FFFFFF;}
/*中部*/
.midder{width:960px;margin:0 auto;overflow:hidden;}
/*底部*/
.footer{background:#F0F0F0;padding:10px 0;text-align:center;color:#999999;}
.fs12{font-size: 12px;}