li tong bao 0a88dcd28a --增加地址管理页面
--编辑地址页面
--地址列表组件
--个人资料编辑页面
2022-04-20 11:08:45 +08:00

64 lines
1.3 KiB
SCSS

.add-address{
.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;
min-height: 80px;
background: #f6f6f6;
border-radius: 20px;
padding: 10px 20px;
box-sizing: border-box;
font-size: 26px;
font-weight: 400;
display: flex;justify-content: space-between;
align-items: center;
}
.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;
}
.form-list-right .phcolor{
color: #ababab;
}
.form-list-right-placeholder{
color: #ababab;
}
.form-list-right-enter{
}
.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;
}
}