share.wxss 1.2 KB
/* pages/07/07.wxss */
page {
    background: #f7f7f7;

}

.top {
    text-align: center;
    margin-top: 36rpx;
    font-size: 24rpx;
    color: #d3d3d3;
}

.house {
    position: absolute;
    left: 50%;
    margin-left: -225rpx;
    width: 450rpx;
    height: 520rpx;
    padding: 14rpx;
    margin-top: 48rpx;
    background: white;
}

.hous {
    font-size: 30rpx;
    margin-top: 12rpx;
    line-height: 44rpx;
}

.house-1 {
    font-size: 20rpx;
    color: rgba(139, 139, 139, 1);
    display: flex;
}

.house-1 image {
    margin-top: 5rpx;
    margin-right: 8rpx;
    width: 38rpx;
    height: 20rpx;
    vertical-align: middle;
}

.house-2 {
    text-align: center;
}

.house-2 image {
    width: 418rpx;
    height: 334rpx;
}

.touxiang image {
    position: absolute;
    top: 0;
    right: -100rpx;
    width: 64rpx;
    height: 64rpx;
}

.bottom {
    position: fixed;
    width: 100%;
    height: 100rpx;
    background-color: white;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom image {
    width: 48rpx;
    height: 48rpx;
}

.bott {
    height: 58rpx;
    width: 500rpx;
    border-radius: 10rpx;
    background: #f7f7f7;
   
}
.bott-0{
    padding: 0 20rpx;
  
}
.stip{
    padding-left: 20rpx;
}