101 lines
2.2 KiB
SCSS
101 lines
2.2 KiB
SCSS
.address-scroll-view{
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
scroll-view{
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
scroll-view>view{
|
|
display: flex;flex-direction: column;
|
|
}
|
|
|
|
.address-list{
|
|
width: 704px;
|
|
height: 156px;
|
|
background: #ffffff;
|
|
border-radius: 20px;
|
|
box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.16);
|
|
padding: 30px;
|
|
box-sizing: border-box;
|
|
margin: 18px auto 0;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
.address-active{
|
|
border: 1px solid #68b4ff;
|
|
box-shadow: 0px 0px 10px 0px rgba(0,122,255,0.27);
|
|
}
|
|
.address-list:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.address-list-last{
|
|
margin-bottom: 300px;
|
|
}
|
|
.address-user{
|
|
font-size: 28px;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
|
|
font-weight: 700;
|
|
text-align: left;
|
|
color: #000000;
|
|
display: flex;align-items: center;
|
|
}
|
|
.address-list-default{
|
|
width: 58px;
|
|
height: 28px;
|
|
background: #cde5ff;
|
|
border-radius: 6px;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #007aff;
|
|
margin-left: 30px;
|
|
|
|
}
|
|
.address-list-phone{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
margin-left: 30px;
|
|
}
|
|
.address-edit .icon-bianji{
|
|
font-size: 40px;
|
|
}
|
|
|
|
.address-list-info{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #3c3c3c;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.address-list-info view{
|
|
width: 50%;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;white-space: nowrap;
|
|
}
|
|
.address-list-bottom{
|
|
display: flex;justify-content: space-between;
|
|
margin-top: 18px;
|
|
}
|
|
.add-address{
|
|
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;
|
|
position: absolute;bottom: 8%;left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.address-no-data{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #707070;
|
|
height: 100%;
|
|
padding-top: 40%;
|
|
box-sizing: border-box;
|
|
}
|
|
} |