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

83 lines
1.3 KiB

/* pages/rentDetail/rentDetail.wxss */
/* .bg-eee{
background-color: #f2f3f5;
}
.border-radius-10{
border-radius: 10px;
}
.qrcodeImg{
position: fixed;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 9999;
}
.qrcodebg{
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 9;
background: rgba(#000, #000, #000, .4);
}
.rent-li .line-height-60{
line-height: 60rpx;
}
.rent-li span{
font-weight: 600;
color: #666;
} */
.image-room1{
width: 100%;
height: 100vh;
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0.5;
}
.box{
width: 95%;
box-sizing: border-box;
padding: 10rpx;
margin: 2vh auto;
border-radius: 20rpx;
background-color: #ffffff;
}
.box-header{
border-bottom: 2rpx solid #eee;
display: flex;
justify-content: space-between;
padding: 10rpx;
align-items: center;
}
.box-header-left{
display: flex;
align-items: center;
}
.icon-subscriber-square{
font-size: 50rpx;
color: #00B7FF;
margin-right: 10rpx;
}
.leases-item{
padding: 20rpx;
display: flex;
justify-content: space-between;
color: #999;
}
.leases-title{
color: #333;
}
.gotorent{
width: 100%;
height: 80rpx;
line-height: 80rpx;
text-align: center;
border-radius: 20rpx;
background-color: rgb(23, 206, 63);
margin-top: 2%;
color: #ffffff;
}