This commit is contained in:
wood 2023-08-30 21:44:55 +08:00
parent d1059d3b6e
commit 7f936e54e4

View File

@ -272,7 +272,6 @@ input#custom-url-input {
height: 20px;
padding: 10px 5px;
text-align: left;
border-radius: 8px;
/* border: 1px solid #dcdcdc; */
}
@ -281,10 +280,13 @@ input#custom-url-input {
height: 20px;
text-align: left;
padding: 10px 5px;
border-radius: 8px;
/* border: 1px solid #d3d3d3; */
}
#result-table tr{
border-radius: 8px;
}
/* 下面的代码定义了结果表格奇数行的背景颜色 */
#result-table tbody tr:nth-child(odd) {
background-color: #252422;