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.
SCASS_project/Fast/Fast.wxss

142 lines
2.2 KiB

/* pages/Fast/Fast.wxss */
/* pages/Students/students.wxss */
/* pages/Aviation/Aviation.wxss */
/* pages/Airtraffic/Airtraffic.wxss */
.container {
display: block;
box-sizing: border-box;
width: 90%;
border: 1px solid gray;
border-bottom:0px ;
padding: 5px;
margin: auto;
position: relative;
}
.one{
margin-top:0px;
font-weight: bold;
font-size: 21px;
display: block;
margin-left: 10px;
}
.two {
font-weight: bold;
font-size: 18px;
display: block;
margin-left: 2px;
}
.three{
font-weight: bold;
font-size: 15px;
color: red;
}
.four{
align-items: center;
font-size: 15px;
color: red;
}
.five1{
margin: 5px;
margin-left: 2px;
display: block;
font-size: 15px;
margin-right: 0px;
overflow-wrap: break-word;
}
.five{
margin: 5px;
margin-left: 2px;
margin-right: 120px;
word-wrap: break-word;
word-break: break-all;
font-size: 15px;
display: block;
}
.container1{
display: flex;
position: relative;
align-items: center;
}
.choose1{
margin-left: 20px;
}
.choose{
position: absolute;
right:0;
text-overflow: ellipsis;
}
.picker {
text-align: center;
width: 100px;
height: auto;
font-size: 15px;
border: 1px solid #ccc;
padding: 3px;
margin: 10px;
}
.input-box {
width: 25%;
padding: 0px;
border: 1px solid #ccc;
font-size: 15px;
text-align: center;
margin: 3px;
}
.input-box2 {
width: 250px;
padding: 4px;
border: 1px solid #ccc;
font-size: 15px;
text-align: center;
}
.container3 {
display: block;
box-sizing: border-box;
width: 98%;
margin: 2px;
padding: 3px;
border: 1px solid black;
}
.scroll-input {
width: 100%;
height: 150px;
padding: 10px;
font-size: 15px;
border: 1px solid black;
overflow-y: auto;
overflow-x: hidden;
resize: none;
box-sizing: border-box;
}
.container4 {
display: block;
box-sizing: border-box;
width: 90%;
border: 1px solid gray;
padding: 5px;
margin: auto;
position: relative;
margin-bottom: 20px;
}
.container5{
border: white;
padding-top: 10px;
padding-bottom:10px;
}
.input-box1 {
width: 100px;
padding: 0px;
border: 1px solid #ccc;
font-size: 15px;
text-align: center;
}
.input-box3 {
width: 68px;
padding: 4px;
border: 1px solid #ccc;
font-size: 15px;
text-align: center;
}