place.acss 2.37 KB
page {
    background: #f6f6f6;
    font-family: PingFangSC-Regular;
    font-size: 34rpx;
    color: #191F25;
}

.icon {
    text-align: left;
    font-size: 32rpx;
    color: rgba(25, 31, 37, 0.40);
    margin-right: 24rpx;
    line-height: 52rpx;
    vertical-align: top;
}

.iconsousuo1 {
    vertical-align: top;
    line-height: 64rpx;
}

.search {
    background: white;
    display: flex;
    padding: 34rpx 32rpx;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
    overflow: hidden;
}

.search input {
    height: 52rpx;
    font-size: 40rpx !important;
    width: 100%;
    padding-left: 0;
}

.availableList {
    background: #fff;
    margin-top: 16rpx;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
    border-top: 1rpx solid rgba(25, 31, 37, 0.12);
}

.title {
    height: 90rpx;
    line-height: 90rpx;
    padding: 0 35rpx;
    opacity: 0.75;
    font-size: 28rpx;
    color: #191F25;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}

.iconhuiyishi2 {
    line-height: 112rpx;
}

.mettingRoom {
    /* padding: 20rpx 0; */
    height: 112rpx;
    display: flex;
    /* align-items: center; */
    padding-left: 32rpx;
}

.mettingRoomRight {
    width: 100%;
    overflow: hidden;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12)
}

.name {
    margin-top: 20rpx;
    font-size: 34rpx;
    color: #191F25;
    line-height: 34rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.numIcon {
    font-size: 30rpx;
    margin-right: 9rpx;
}

.mettingRoomDetail {
    display: flex;
}

.num text {
    font-size: 24rpx;
    color: #7D8082;
    line-height: 24rpx;
}

.num {
    margin-right: 16rpx;
}

.equipment text {
    display: inline-block;
    font-size: 24rpx;
    line-height: 26rpx;
    color: #7D8082;
    margin-right: 4rpx;
}

.allMettingRoom {
    font-size: 34rpx;
    color: #3296FA;
    height: 112rpx;
    line-height: 112rpx;
    text-align: center;
    background: white;
}

.mettingRoom:last-child .mettingRoomRight {
    border: none
}

.customLocation {
    margin-top: 13rpx;
    background: white;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
    padding: 25rpx 32rpx;
}

.customName {
    height: 48rpx;
    line-height: 48rpx;
    color: #3296FA;
}

.tip {
    height: 33rpx;
    line-height: 33rpx;
    font-size: 24rpx;
    color: rgba(25, 31, 37, 0.28);
}

.iconshebei {
    margin-top: 3rpx;
    vertical-align: middle;
}