197 lines
2.6 KiB
CSS
197 lines
2.6 KiB
CSS
body,
|
|
div,
|
|
p,
|
|
a,
|
|
table,
|
|
textarea,
|
|
form,
|
|
img,
|
|
ul,
|
|
li {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
body {
|
|
margin: 0 auto;
|
|
line-height: 1.5;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.main {}
|
|
|
|
div {
|
|
margin: 5px 2px;
|
|
}
|
|
|
|
div img {
|
|
margin-right: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.logo {
|
|
max-height: 120px;
|
|
}
|
|
|
|
.head {}
|
|
|
|
.title {}
|
|
|
|
.content {}
|
|
|
|
.item {}
|
|
|
|
.border {
|
|
border-bottom: 1px dashed #9f8d8d;
|
|
}
|
|
|
|
.clear {
|
|
height: 5px;
|
|
}
|
|
|
|
.foot {}
|
|
|
|
a {
|
|
color: #1e5494;
|
|
margin: 0 5px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:link {
|
|
color: #1e5494;
|
|
/*display: inline-block;*/
|
|
margin: 3px 4px 3px 4px;
|
|
}
|
|
|
|
a:hover,
|
|
a:active,
|
|
a:focus {
|
|
color: #FFFFFF;
|
|
background: #1e5494;
|
|
}
|
|
|
|
.a-nomargin {
|
|
margin: 0;
|
|
}
|
|
|
|
.a-nodec {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.text-red {
|
|
color: red;
|
|
}
|
|
|
|
.text-red a {
|
|
color: red;
|
|
}
|
|
|
|
.common {}
|
|
|
|
.common img {
|
|
margin-right: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.input {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.ipt {
|
|
width: 60%;
|
|
display: block;
|
|
padding: 6px 12px;
|
|
font-size: 14px;
|
|
color: #555;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
|
|
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
|
}
|
|
.ipt-btn-gray-m {
|
|
width: 60px;
|
|
height: 20px;
|
|
border: none;
|
|
}
|
|
.serch{
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.search-ipt{
|
|
width: 80px;
|
|
font-size: 11px;
|
|
padding: 0 ;
|
|
}
|
|
|
|
.ipt-btn{
|
|
width: 61px;
|
|
height: 21px;
|
|
font-size: 13px;
|
|
border: none;
|
|
margin-top: 5px;
|
|
background: url(/css/images/btn_b_gold.gif) no-repeat;
|
|
color: #af4c00;
|
|
}
|
|
|
|
.chat {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.chat img {
|
|
margin-right: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
.em {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
.badge {
|
|
max-height: 25px;
|
|
max-width: 25px;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
|
|
.btn-waring {
|
|
color: #fff;
|
|
background-color: #FE5E08;
|
|
border-color: #FE5E08;
|
|
}
|
|
|
|
.btn-ret {
|
|
border-color: #d2d2d2;
|
|
background: 0 0;
|
|
color: #666;
|
|
}
|