26 lines
459 B
Plaintext
26 lines
459 B
Plaintext
|
|
||
|
.estate-list .item.data-v-f174302a{
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
height: 80rpx;
|
||
|
border-bottom: 2rpx solid #f4f5f6;
|
||
|
}
|
||
|
.estate-list .item.data-v-f174302a:last-child{
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
.back-idle.data-v-f174302a{
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
width: 60rpx;
|
||
|
height: 100rpx;
|
||
|
position: fixed;
|
||
|
left: 20rpx;
|
||
|
z-index: 999;
|
||
|
}
|
||
|
.back-idle>image.data-v-f174302a{
|
||
|
width: 48rpx;
|
||
|
height: 48rpx;
|
||
|
}
|
||
|
|