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

82 lines
1.8 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;
}
.codelistcontent{
padding: 0 0;
width: 80%;
}
.StandardCodeList{
max-width: 100%;
}
.listtablediv{
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