提交代码

This commit is contained in:
2025-03-13 09:20:11 +08:00
parent 6d0c6e28de
commit 980946f316
3443 changed files with 188150 additions and 3 deletions
@@ -0,0 +1,59 @@
body {
padding: 10px;
}
.marginr {
margin-right: 5px;
}
.clear {
clear: both;
}
ol.result {
list-style-type: decimal;
margin: 10px 0 10px 25px;
}
table.result {
margin: 10px 0;
width: 500px;
}
table.result th {
font-weight: bold;
font-size: 13px;
}
table.result td, table.result th {
border-bottom: solid 1px #efefef;
padding: 5px;
text-align: left;
}
.highlight {
font-weight: bold;
color: red;
}
.black
{
color: Black;
font-weight: bold;
background-color: #EBEBEB;
}
.red
{
color: Red;
font-weight: bold;
background-color: #FF0000;
}
.formtitle .f-field-body {
text-align: center;
font-size: 12px;
font-weight:bold;
}
@@ -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;
}