kcscDev/egovframe-template-simple-r.../src/css/Custom/customMain.css

95 lines
2.3 KiB
CSS
Raw Normal View History

.mainbnt {
height: 35px;
line-height: 35px;
display: block;
2023-11-03 07:09:59 +00:00
background-color: #909090;
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: 15%;
2023-11-08 05:09:43 +00:00
}
.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%;
2023-11-08 05:09:43 +00:00
text-align: left;
}
.code_list .head >span:nth-child(5),.code_list .result .List_Codes >div:nth-child(5){
2024-01-29 09:01:11 +00:00
width: 15%;
2023-11-08 05:09:43 +00:00
}
.code_list .head >span:nth-child(6),.code_list .result .List_Codes >div:nth-child(6){
2024-01-29 09:01:11 +00:00
width: 15%;
2023-11-08 05:09:43 +00:00
}
.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),
2024-01-29 09:01:11 +00:00
.code_list .result .List_Codes >div:nth-child(7){
2023-11-08 05:09:43 +00:00
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: 520px;
overflow-y: auto;
}
.download_list{
max-height: 550px;
overflow-y: auto;
}
2024-01-30 08:59:30 +00:00
.codeListContent{
padding: 10px 0;
width: 100%;
2023-11-08 05:09:43 +00:00
}
.StandardCodeList{
max-width: 100%;
}
2024-01-30 08:59:30 +00:00
.listTableDiv{
2023-11-08 05:09:43 +00:00
padding: 0 !important;
}
2023-11-08 05:20:53 +00:00
.vieweratag{
color: black;
border-radius: 4px;
border: 1px solid black;
text-decoration: none;
cursor: pointer;
2023-11-08 05:20:53 +00:00
}
.vieweratag:hover{
transition: background-color .3s;
background: #154a94;
border: 1px solid #154a94;
color: #fff;
}
2023-11-08 05:09:43 +00:00