You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
2.1 KiB
Plaintext

9 months ago
.cy-address-view {
position: absolute;
top: 0rpx;
bottom: 120rpx;
width: 750rpx;
overflow: scroll;
}
.cy-address-item {
margin-top: 20rpx;
width: 750rpx;
min-height: 156rpx;
background: white;
overflow: hidden;
}
.cy-address-item-name {
margin-top: 30rpx;
margin-left: 30rpx;
width: 680rpx;
height: auto;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(0, 0, 0, 1);
line-height: 17px;
}
.cy-address-info-view {
position: relative;
width: 690rpx;
height: auto;
margin-top: 30rpx;
margin-left: 30rpx;
margin-bottom: 20rpx;
}
.cy-address-info-title {
width: auto;
height: 28rpx;
line-height: 28rpx;
padding: 0rpx 8rpx;
/* border: 1px solid rgba(255, 198, 57, 1); */
border: 1px solid var(--color--);
font-size: 20rpx;
font-family: PingFang-SC-Bold;
font-weight: bold;
/* color: rgba(255, 198, 57, 1); */
color: var(--color--);
}
.cy-address-mobile {
width: 168rpx;
height: 28rpx;
line-height: 28rpx;
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(153, 153, 153, 1);
margin-left: 20rpx;
}
.cy-handle-view {
position: absolute;
right: 0rpx;
width: auto;
height: 30rpx;
line-height: 30rpx;
}
.cy-handle-view image {
width: 30rpx;
height: 30rpx;
}
.cy-handle-view-text {
margin-left: 8rpx;
width: auto;
height: 30rpx;
line-height: 30rpx;
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
.cy-bottom-view {
position: fixed;
bottom: 0rpx;
width: 750rpx;
height: 120rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.cy-add-address {
margin: 20rpx 100rpx;
width: 550rpx;
height: 80rpx;
text-align: center;
line-height: 80rpx;
/* background: #ffc639; */
background: var(--color--);
border-radius: 40rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}