Files
sgy-web/pages/site/index.wxss
2023-06-21 17:14:39 +08:00

116 lines
1.8 KiB
Plaintext

page{
background-color: #f4f4f6;
}
.list {
border-bottom: 90px solid transparent;
padding: 30rpx;
box-sizing: border-box;
}
.address {
background-color: #FFFFFF;
margin-bottom: 30rpx;
padding: 30rpx;
box-sizing: border-box;
border-radius: 10rpx;
}
.address:last-child {
margin-bottom: 0;
}
.address-top {
display: flex;
}
.address-img {
background-color: #eeeeee;
border-radius: 50%;
width: 60rpx;
height: 60rpx;
padding: 10rpx;
box-sizing: border-box;
margin-top: 25rpx;
}
.address-img image {
width: 100%;
height: 100%;
}
.address-btn {
width: 40rpx;
height: 40rpx;
margin-top: 62rpx;
}
.address-cont {
width: calc(100% - 102rpx);
padding: 0 30rpx;
box-sizing: border-box;
}
.address-cont-title {
display: flex;
margin-bottom: 20rpx;
line-height: 44rpx;
}
.address-cont-mobile {
margin: 0 20rpx;
color: rgb(104, 104, 104);
}
.address-cont-default {
background-color: #ff9951;
color: #FFFFFF;
font-size: 24rpx;
border-radius: 40rpx;
padding: 0 15rpx;
height: 38rpx;
line-height: 38rpx;
margin-top: 2rpx;
}
.address-cont-text {
line-height: 42rpx;
font-size: 28rpx;
}
.select {
text-align: right;
padding-top: 30rpx;
}
.select-btn {
border: 2rpx solid #ff9951;
color: #ff9951;
display: inline-block;
font-size: 28rpx;
padding: 0 30rpx;
line-height: 54rpx;
border-radius: 5rpx;
}
/* 按钮 */
.footer {
width: 100%;
height: 90px;
background-color: #FFFFFF;
position: fixed;
left: 0;
bottom: 0;
z-index: 9;
padding: 20px;
box-sizing: border-box;
}
.btn {
line-height: 50px;
background-color: #3b7cff;
height: 100%;
text-align: center;
color: #FFFFFF;
border-radius: 10rpx;
}