This commit is contained in:
nopy 2024-07-10 20:30:11 +08:00
parent d8a0a9b526
commit 0ae6c91585
2 changed files with 13 additions and 17 deletions

View File

@ -336,10 +336,9 @@
} }
/* 日历 */ /* 日历 */
.calendar-picker span{ .calendar-picker {
position: absolute; display: flex;
top: 323px; justify-content: center;
right: 181px;
} }
.calendar1 { .calendar1 {
width: 110px; width: 110px;

View File

@ -126,12 +126,18 @@
text-align: center; text-align: center;
width: 650px; width: 650px;
} }
.TrainBox th{
font-size: 16px;
padding: 10px 0;
}
.TrainBox td{
font-size: 16px;
padding: 10px 0;
}
.xx{ .xx{
position: absolute; position: absolute;
margin-top: -17px; margin-top: -17px;
} }
.close-icon{ .close-icon{
text-align: center; text-align: center;
width: 30px; width: 30px;
@ -143,22 +149,13 @@
top: -20px; top: -20px;
cursor: pointer; cursor: pointer;
} }
/* .close-icon:hover{ .close-icon:hover{
background-color: #c4e6ed; background-color: #c4e6ed;
} }
.splitter1{ .splitter1{
width: 650px; width: 650px;
border-bottom: 1px solid black; border-bottom: 1px solid black;
text-align: center;
font-size: 20px; font-size: 20px;
padding-bottom: 10px; padding-bottom: 10px;
} }
#detailed_box_tr1{
width: 650px;
text-align: center;
}
.box-blue{
margin-top: 15px;
} */