Authored by hongweigao

修改样式

... ... @@ -244,6 +244,7 @@
color: #444444;
text-decoration: line-through;
font-size: 13px;
font-weight: normal;
}
.arrival-date {
... ... @@ -384,9 +385,12 @@
.activity-container {
position: absolute;
left: 72px;
left: 62px;
top: -10px;
width: calc(585px - 72px);
background: #f5f5f5;
padding: 10px;
border: 1px solid #e0e0e0;
z-index: 5;
display: none;
}
... ... @@ -428,8 +432,8 @@
position: relative;
float: left;
height: 18px;
margin-right: 10px;
margin-left: 10px;
margin-right: 20px;
margin-left: 5px;
background-color: #d0021b;
min-width: 10px;
}
... ... @@ -459,12 +463,12 @@
.ac-type {
display: inline-block;
width: 66px;
height: 18px;
line-height: 18px;
width: 70px;
height: 20px;
line-height: 20px;
margin-right: 5px;
text-align: center;
background: #999;
background: #b0b0b0;
color: #fff;
font-size: 12px;
}
... ...