20220315 代码初始化上传

This commit is contained in:
2022-03-15 17:36:38 +08:00
commit 9dc8a7e05d
9501 changed files with 2066431 additions and 0 deletions
+92
View File
@@ -0,0 +1,92 @@
#header table {
width: 100%;
border-spacing: 0;
border-collapse: separate;
}
#header table td {
padding: 0;
}
#header .logo {
font-size: 20px;
font-weight: bold;
text-decoration: none;
display: inline-block;
vertical-align: middle;
}
#header .f-btn {
border-width: 0;
padding: 10px;
}
#header .icontopaction .f-btn-icon {
width: 22px;
font-size: 22px;
line-height: 20px;
height: 20px;
}
#header .icontopaction .f-btn-text {
font-size: 12px;
line-height: 16px;
}
#header .icononlyaction .f-btn-icon,
#header .icononlyaction .f-btn-text {
font-size: 30px;
line-height: 30px;
height: 30px;
}
#header .userpicaction .f-btn-icon {
border-radius: 50%;
width: 40px;
height: 30px;
}
#header .userpicaction .f-btn-text {
margin-left: 8px;
font-size: 14px;
line-height: 30px;
}
ul.list {
list-style-type: none;
padding: 0;
margin: 0;
}
ul.list li {
margin-bottom: 5px;
}
.isnew {
color: red;
}
.tabtool {
margin-right: 10px;
}
.tabtool .ui-icon {
font-size: 18px;
font-weight: normal;
width: 18px;
height: 18px;
}
.bottomtable {
width: 100%;
font-size: 12px;
}