mobileclient/v1_5_0_C/index.css

124 lines
2.0 KiB
CSS

@media screen and (min-width:900px) {
html {
transform: scale(0.3);
background: #fff;
transform-origin: 50% 0px 0px;
height: calc(100vh);
}
}
* {
margin: 0;
padding: 0;
}
html {
font-size: 26.66666667vw;
}
html,
body {
height: 100%;
}
#app {
background-color: #da191c;
min-height: 100%;
}
.content {
padding: 0.14rem;
box-sizing: border-box;
}
.middle_form {
width: 100%;
height: 2.43rem;
background: #FFFBEF;
border-radius: 0.1rem;
margin-bottom: 0.14rem;
padding: 0.5rem 0.14rem 0.14rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
}
.bottom_illustrate {
width: 100%;
height: 2.97rem;
background: #FFFBEF;
border-radius: 0.1rem;
color: #B98F7D;
font-size: 0.12rem;
line-height: 0.22rem;
padding: 0.14rem;
box-sizing: border-box;
padding-top: 0.5rem;
}
.top_title {
background-color: #fdd46b;
width: 100%;
height: 2.97rem;
background: #FFFBEF;
}
.code_form {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0.12rem 0 0.25rem;
}
input {
border: 0;
outline: 0;
font-size: 0.14rem;
}
.code {
display: inline-block;
background-color: #fdd46b;
width: 1rem;
height: 0.4rem;
border-radius: 0.2rem;
margin-left: 0.1rem;
}
.label {
font-size: 0.14rem;
width: 0.6rem;
}
.code_form_children {
width: 70% !important;
}
.code_input {
width: 60%
}
.input_form {
display: flex;
align-items: center;
width: 100%;
height: 0.4rem;
background: #FFFFFF;
border: 0.01rem solid #FFD8A4;
border-radius: 0.2rem;
padding: 0 0.2rem;
box-sizing: border-box;
}
.submit {
width: 100%;
height: 0.4rem;
background: linear-gradient(0deg, #FD6A30 0%, #FEBE5B 100%);
border-radius: 0.2rem;
border: 0.02rem solid #FD6A30;
font-size: 0.18rem;
color: white;
}