2025-12-04 09:58:14 +08:00

264 lines
4.5 KiB
CSS

.container {
padding-bottom: 60rpx;
}
page {
background-color: #f6f7fb;
}
.searchBox {
padding-bottom: 24rpx;
background-color: #fff;
}
.searchBox_add {
height: 100%;
width: 100%;
display: flex;
}
.searchBox_left {
flex: 1;
display: flex;
align-items: center;
padding-left: 20rpx;
}
.searchBox_mid {
flex: 1;
font-size: 40rpx;
color: #222222;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.searchBox_right {
flex: 1;
}
.repairMsg {
margin: 30rpx 20rpx 20rpx;
box-sizing: border-box;
padding: 25rpx 20rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
background-color: #fff;
}
.repairTit {
font-size: 32rpx;
color: #222222;
display: flex;
box-sizing: border-box;
margin-bottom: 27rpx;
}
.repairTit span {
color: #FF0000;
font-size: 32rpx;
}
.red{
color: #FF0000;
}
.label {
font-size: 28rpx;
color: #999999;
}
.roomList {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 20rpx;
}
.roomItem {
width: auto;
height: 54rpx;
background: #FFF5F5;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx solid #FF370B;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #222222;
margin-right: 30rpx;
margin-bottom: 28rpx;
padding: 0 10rpx;
}
.roomItem:nth-child(2n) {
margin-right: 0;
}
.row {
display: flex;
padding-top: 30rpx;
}
.row_label {
font-size: 28rpx;
color: #999999;
width: 180rpx;
}
.row_con {
padding-bottom: 30rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #EBEBEB;
flex: 1;
display: flex;
justify-content: space-between;
}
.active {
position: relative;
}
.active::after {
content: '';
position: absolute;
right: 0;
bottom: -2rpx;
width: 30rpx;
height: 30rpx;
background: url(https://static.hshuishang.com/property-img-file/com_activeIcon.png);
background-size: 100% 100%;
}
.noneBorder .row_con {
border-bottom: none;
}
.repairMedia {
width: 710rpx;
/* height: 336rpx; */
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: 0 auto;
margin-top: 20rpx;
box-sizing: border-box;
padding: 30rpx 20rpx;
}
.imgCon {
font-size: 18rpx;
color: #222222;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 120rpx;
height: 120rpx;
background: #F6F7FB;
border: 1rpx solid #D1D1D1;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}
.imgCon image {
width: 34rpx;
height: 34rpx;
margin-bottom: 8rpx;
}
.u-upload__wrap__preview {
width: 120rpx;
height: 120rpx;
border-radius: 10rpx 0rpx 10rpx 10rpx !important;
}
.u-upload__wrap__preview__image {
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.df {
display: flex;
align-items: center;
padding-top: 0;
margin-bottom: 30rpx;
}
.videoCon {
width: 120rpx;
height: 120rpx;
font-size: 18rpx;
color: #222222;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.videoCon image {
width: 40rpx;
height: 26rpx;
margin-bottom: 8rpx;
}
.btn {
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
margin-top: 65rpx;
display: flex;
align-items: center;
justify-content: center;
}
page{
padding-bottom: 0;
}
.videoBOX {
width: 400rpx;
height: 200rpx;
position: relative;
}
.videoBOX video {
width: 100% !important;
height: 100% !important;
}
.mask {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
}
.mask_con {
width: 40rpx;
height: 40rpx;
z-index: 2;
}
.mask_cancel {
background: rgba(255, 255, 255, 0.2);
border-radius: 5rpx 5rpx 5rpx 5rpx;
font-size: 24rpx;
color: #FFFFFF;
padding: 2rpx 11rpx;
position: absolute;
left: 30rpx;
top: 24rpx;
z-index: 2;
}