75 lines
1.6 KiB
SCSS
75 lines
1.6 KiB
SCSS
.address-scroll-view{
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
scroll-view{
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.address-list:hover{
|
|
border: 1px solid #68b4ff;
|
|
box-shadow: 0px 0px 10px 0px rgba(0,122,255,0.27);
|
|
}
|
|
.address-list:last-child{
|
|
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-list-info{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #3c3c3c;
|
|
}
|
|
.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%);
|
|
}
|
|
} |