86 lines
1.9 KiB
CSS
86 lines
1.9 KiB
CSS
.mainbnt {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
display: block;
|
|
background-color: #909090;
|
|
text-align: center;
|
|
border-radius: 13px;
|
|
color: white;
|
|
margin: 5px;
|
|
}
|
|
.mainbnt:hover{
|
|
background-color: #212121;
|
|
}
|
|
|
|
.code_list .head >span:nth-child(1),.code_list .result .List_Codes >div:nth-child(1){
|
|
text-align: left;
|
|
width: 12%;
|
|
}
|
|
.code_list .head >span:nth-child(2),.code_list .result .List_Codes >div:nth-child(2){
|
|
text-align: left;
|
|
width: 15%;
|
|
}
|
|
.code_list .head >span:nth-child(3),.code_list .result .List_Codes >div:nth-child(3){
|
|
text-align: left;
|
|
width: 10%;
|
|
}
|
|
.code_list .head >span:nth-child(4),.code_list .result .List_Codes >div:nth-child(4) {
|
|
width: 34%;
|
|
text-align: left;
|
|
}
|
|
.code_list .head >span:nth-child(5),.code_list .result .List_Codes >div:nth-child(5){
|
|
width: 7%;
|
|
}
|
|
.code_list .head >span:nth-child(6),.code_list .result .List_Codes >div:nth-child(6){
|
|
width: 7%;
|
|
}
|
|
.code_list .head > span:nth-child(7),.code_list .result .List_Codes >div:nth-child(7){
|
|
width: 7%;
|
|
}
|
|
.code_list .head >span:nth-child(8),.code_list .result .List_Codes >div:nth-child(8){
|
|
width: 8%;
|
|
}
|
|
.code_list .result .List_Codes >div:nth-child(1),
|
|
.code_list .result .List_Codes >div:nth-child(2),
|
|
.code_list .result .List_Codes >div:nth-child(3),
|
|
.code_list .result .List_Codes >div:nth-child(4),
|
|
.code_list .result .List_Codes >div:nth-child(5),
|
|
.code_list .result .List_Codes >div:nth-child(6),
|
|
.code_list .result .List_Codes >div:nth-child(7),
|
|
.code_list .result .List_Codes >div:nth-child(8){
|
|
font-size: 14px;
|
|
}
|
|
.codelistcontent{
|
|
padding: 0 0;
|
|
width: 80%;
|
|
}
|
|
.StandardCodeList{
|
|
max-width: 100%;
|
|
}
|
|
.listtablediv{
|
|
padding: 0 !important;
|
|
}
|
|
.vieweratag{
|
|
color: black;
|
|
border-radius: 4px;
|
|
border: 1px solid black;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.vieweratag:hover{
|
|
transition: background-color .3s;
|
|
background: #154a94;
|
|
border: 1px solid #154a94;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|