Files
sykl-hy/pages/stock/site/index.wxss

123 lines
2.1 KiB
Plaintext

page{
background-color: #f4f4f4;
}
.list {
border-bottom: 60px solid transparent;
padding: 30rpx;
box-sizing: border-box;
}
.address {
background-color: #FFFFFF;
margin-bottom: 30rpx;
padding: 30rpx;
box-sizing: border-box;
border-radius: 30rpx;
}
.address:last-child {
margin-bottom: 0;
}
.address-name {
display: flex;
font-weight: 600;
}
.address-name text {
font-weight: normal;
font-size: 34rpx;
flex: 1;
display: block;
}
.defaultEdit {
font-size: 26rpx;
height: 36rpx;
line-height: 36rpx;
border: 2rpx solid #eb504c;
color: #eb504c;
padding: 0 10rpx;
margin-right: 20rpx;
margin-top: 4rpx;
border-radius: 10rpx;
}
.address-info {
margin: 20rpx 0;
font-size: 30rpx;
color: #9d9d9d;
}
.address-tool {
border-top: 2rpx solid #f3f3f3;
padding-top: 20rpx;
font-size: 28rpx;
text-align: right;
}
.address-tool-btn {
display: inline-block;
color: #666666;
margin-left: 60rpx;
}
.address-tool-btn image {
width: 28rpx;
height: 28rpx;
vertical-align: -2rpx;
margin-right: 10rpx;
}
.select {
text-align: center;
border: 2rpx solid #e64248;
color: #e64248;
font-size: 28rpx;
margin-top: 30rpx;
line-height: 72rpx;
font-weight: 600;
border-radius: 10rpx;
}
.footer {
width: 100%;
height: 60px;
background-color: #FFFFFF;
position: fixed;
left: 0;
bottom: 0;
z-index: 9;
padding: 8px;
box-sizing: border-box;
}
.btn {
line-height: 44px;
background-color: #1d37e2;
height: 100%;
text-align: center;
color: #FFFFFF;
border-radius: 10rpx;
}
/* 无列表 */
.edit-no {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
text-align: center;
color: #9d9d9d;
}
.edit-no image {
width: 240rpx;
height: 240rpx;
}