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; } .label { font-size: 28rpx; color: #999999; } .roomList { display: flex; flex-wrap: wrap; align-items: center; margin-top: 20rpx; } .roomItem { width: 276rpx; 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; } .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(http://192.168.0.172:5500/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; } /* .u-upload { width: 120rpx !important; height: 120rpx !important; background: #F6F7FB !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 10rpx 10rpx 10rpx 10rpx !important; border: 1rpx solid #D1D1D1 !important; } .u-upload__button { width: 100% !important; height: 100% !important; margin-right: 0 !important; margin-bottom: 0 !important; } .u-upload__wrap { width: 100% !important; height: 100% !important; } */ .df { display: flex; align-items: center; padding-top: 0; margin-bottom: 30rpx; } .imgCon { font-size: 18rpx; color: #222222; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 120rpx; height: 120rpx; } .imgCon image { width: 34rpx; height: 34rpx; margin-bottom: 8rpx; } .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; }