101 lines
2.5 KiB
CSS
101 lines
2.5 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: 15%;*/
|
|
/*}*/
|
|
/*.code_list .head >span:nth-child(6),.code_list .result .List_Codes >div:nth-child(6){*/
|
|
/* width: 15%;*/
|
|
/*}*/
|
|
/*.code_list .head > span:nth-child(7),.code_list .result .List_Codes >div:nth-child(7){*/
|
|
/* width: 7%;*/
|
|
/*}*/
|
|
/*.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){*/
|
|
/* font-size: 14px;*/
|
|
/*}*/
|
|
|
|
/*.standard_code_modal .head >span:nth-child(1),.standard_code_modal .result .list_item >div:nth-child(1){width: 12%;}*/
|
|
/*.standard_code_modal .head >span:nth-child(2),.standard_code_modal .result .list_item >div:nth-child(2){width: 15%;}*/
|
|
/*.standard_code_modal .head >span:nth-child(3),.standard_code_modal .result .list_item >div:nth-child(3){width: 10%;}*/
|
|
|
|
.standard_code_result{
|
|
max-height: calc(100vh - 238px);
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.standard_code_result_detail{
|
|
max-height: calc(100vh - 577px);
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.download_list{
|
|
max-height: 550px;
|
|
overflow-y: auto;
|
|
}
|
|
.codeListContent{
|
|
padding: 10px 0;
|
|
width: 100%;
|
|
}
|
|
.StandardCodeList{
|
|
max-width: 100%;
|
|
}
|
|
.listTableDiv{
|
|
padding: 0 10px !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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|