87 lines
1.9 KiB
SCSS
87 lines
1.9 KiB
SCSS
.form-list{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 30px 30px 0;
|
|
|
|
.form-list-label{
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
margin-top: 20px;
|
|
}
|
|
.form-list-right{
|
|
width: 506px;
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
}
|
|
.form-list-right-meet{
|
|
background: #f6f6f6;
|
|
width: 506px;
|
|
min-height: 80px;
|
|
border-radius: 20px;
|
|
box-sizing: border-box;
|
|
padding: 10px 20px;
|
|
display: flex;justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.form-list-input{
|
|
width: 100%;
|
|
display: flex;align-items: center;
|
|
}
|
|
.form-list-input view{
|
|
height: 100%;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.form-list-input text{
|
|
width: 30px;
|
|
min-width: 30px;
|
|
height: 30px;
|
|
background: rgba(0,0,0,0.3);
|
|
border-radius: 50%;
|
|
font-size: 18px;
|
|
display: flex;align-items: center;
|
|
justify-content: center;
|
|
flex: 1;
|
|
color: white;
|
|
}
|
|
.form-list-right input,.form-list-right textarea{
|
|
// flex: 0 0 auto;
|
|
min-height: 100%;
|
|
width: 100%;
|
|
color: #000000;
|
|
}
|
|
.form-list-right textarea{
|
|
height: 186px;
|
|
border-radius: 10px;
|
|
padding: 10px 0;
|
|
}
|
|
.form-list-right .phcolor{
|
|
color: #ababab;
|
|
}
|
|
.form-list-right-placeholder{
|
|
color: #ababab;
|
|
}
|
|
.form-list-right-enter .icon-a-moreback{
|
|
font-size: 28px;
|
|
}
|
|
.add-address-default{
|
|
display: flex;align-items: center;justify-content: space-between;
|
|
margin: 70px 30px 0;
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
}
|
|
|
|
.add-address-save{
|
|
width: 668px;
|
|
height: 82px;
|
|
background: #007aff;
|
|
border-radius: 40px;
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
display: flex;align-items: center;justify-content: center;
|
|
margin: 620px auto 0;
|
|
}
|
|
} |