cosed #9 Done.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* =============================
|
||||
Main Menu Flight Format
|
||||
Main Menu Flight Format
|
||||
*/
|
||||
|
||||
.main .mm .flight {
|
||||
@@ -18,9 +18,33 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main .mm .flight .departure {
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.main .mm .flight .arrival {
|
||||
left: 52%;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.main .mm .flight #title {
|
||||
font-size: 40px;
|
||||
color: rgb(235, 235, 235);
|
||||
height: 46px;
|
||||
}
|
||||
|
||||
.main .mm .flight .departure #title {
|
||||
text-align:left;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.main .mm .flight .arrival #title {
|
||||
text-align:right;
|
||||
margin-right:50px;
|
||||
}
|
||||
|
||||
.main .mm .flight table {
|
||||
@@ -38,6 +62,26 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.main .mm .flight #border_table_bottom {
|
||||
position:absolute;
|
||||
top:560px;
|
||||
margin-left:10px;
|
||||
width:900px;
|
||||
height:20px;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
.main .mm .flight #caution {
|
||||
top: 590px;
|
||||
width: 99%;
|
||||
height:50px;
|
||||
text-align: right;
|
||||
color:rgb(180,180,190);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
/* .main .mm .flight table::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user