admin
2024-05-07 582b3f0e67e5bf2f5806b70600faaa89f44215a6
kp_html/kp/css/index23-05-04.css
@@ -724,4 +724,58 @@
#date{
   width: 100px;
   font-size: 14px;
}
.cb_list_top{
   display: flex;
   overflow-wrap: break-word;
   word-wrap: break-word;
   white-space: normal;
   width: 97.4%;
   flex-wrap: wrap;
   padding: 10px;
   background-color: black;
   color: white;
}
.cb_list_top > div{
   display: block;
   width: 180px;
   margin-bottom: 5px;
   cursor: pointer;
}
.cb_list_top button{
   border-radius: 5px;
   font-size: 12px;
   padding: 1px 4px;
   cursor: pointer;
}
.cb_list{
   margin: 10px 10px;
   width: 100%;
}
.cb_list table{
   border: solid 1px #EEE;
}
.cb_list table tr{
}
.cb_list table tr td{
   border: none;
   padding: 2px;
}
.cb_list button{
   border-radius: 5px;
   font-size: 12px;
   padding: 1px 4px;
   cursor: pointer;
}