You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
870 B

@CHARSET "UTF-8";
table {
border-collapse: collapse; /* 合并为单一的边框线 */
}
table.tb td {
padding: 7px;
/* border: 1px solid green; */
border: 1px solid #D1D1D1;
}
.a {
height: 20px;
margin-top: 20px;
}
.b {
float: left;
margin-left: 50px;
}
.c {
float: left;
padding-left: 490px;
}
.d {
margin-top: 28px;
/* background-color: #ECF5FF; */
width: 97%;
margin-left: 16px;
text-align: center;
}
.input1 {
height: 30px;
border-radius: 8px;
}
.input2 {
height: 38px;
width: 69px;
background-color: #0f83c7;
color: white;
border-radius: 8px;
font-size: 14px;
}
.input3 {
height: 38px;
width: 75px;
margin-left: 14px;
background-color: #0f83c7;
color: white;
border-radius: 8px;
font-size: 14px;
}
.c td input {
height: 38px;
width: 90px;
background-color: #149ff0;
color: white;
border-radius: 8px;
font-size: 14px;
}