2023-11-03 01:04:51 +00:00
|
|
|
.mainbnt {
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
display: block;
|
2023-11-03 07:09:59 +00:00
|
|
|
background-color: #909090;
|
2023-11-03 01:04:51 +00:00
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 13px;
|
|
|
|
|
color: white;
|
|
|
|
|
margin: 5px;
|
2023-11-03 07:09:59 +00:00
|
|
|
}
|
|
|
|
|
.mainbnt:hover{
|
|
|
|
|
background-color: #212121;
|
2023-11-08 05:09:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: 13%;
|
|
|
|
|
}
|
|
|
|
|
.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: 36%;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|