143 lines
2.7 KiB
SCSS
143 lines
2.7 KiB
SCSS
.address-scroll-view {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
|
|
scroll-view {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.address-scroll-view-content {
|
|
padding-bottom: 300px;
|
|
}
|
|
|
|
.address-list {
|
|
width: 704px;
|
|
padding-bottom: 24px;
|
|
// 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;
|
|
// border: 1px solid rgba(0, 0, 0, 0.16);
|
|
}
|
|
|
|
.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: 32px;
|
|
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: 28px;
|
|
font-weight: 400;
|
|
color: #717171;
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.address-edit {
|
|
padding: 10px;
|
|
}
|
|
|
|
.address-edit .icon-bianji {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.address-list-info {
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
display: flex;
|
|
width: 557px;
|
|
}
|
|
|
|
.address-list-info view {
|
|
max-width: 557px;
|
|
// 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: 100px;
|
|
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;
|
|
}
|
|
|
|
.line {
|
|
margin-top: 16px;
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #000000;
|
|
opacity: 0.1;
|
|
}
|
|
|
|
.bottom-font {
|
|
margin-top: 16px;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #676767;
|
|
}
|
|
} |