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.
GenFlightRec/原型系统/files/订票成功/styles.css

115 lines
2.0 KiB

body {
margin:0px;
background-image:none;
position:relative;
left:-173px;
width:408px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u2_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:170px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
font-size:36px;
}
#u2 {
border-width:0px;
position:absolute;
left:281px;
top:195px;
width:300px;
height:170px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
font-size:36px;
}
#u2 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u2_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u3_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:140px;
height:40px;
background:inherit;
background-color:rgba(170, 170, 170, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u3 {
border-width:0px;
position:absolute;
left:173px;
top:108px;
width:140px;
height:40px;
display:flex;
}
#u3 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u3_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u4 {
border-width:0px;
position:absolute;
left:173px;
top:108px;
width:140px;
height:40px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}