@charset "UTF-8"; /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ .normal-tip { font-size: 24rpx; line-height: 40rpx; padding: 4rpx 10rpx; } .normal-tip.by { border-radius: 20rpx; } .normal-tip.yd { border-radius: 5rspx; } .fixed-page-content { width: 100%; height: 100%; padding-bottom: 120rpx; box-sizing: border-box; } .page-content { width: 100%; height: 100%; } .white-box { width: 100%; font-size: 28rpx; padding: 0 40rpx; background-color: #ffffff; box-sizing: border-box; } .white-box:not(:last-child) { margin-bottom: 30rpx; } .white-box .flex-item { align-items: center; } .white-box .flex-item .tel-box { display: flex; align-items: center; justify-content: flex-end; } .white-box .flex-item .tel-box .custom-tel-component { margin-left: 20rpx; } .white-box .cell-item { color: var(--Black); padding: 30rpx 0; display: flex; justify-content: space-between; position: relative; } .white-box .cell-item::after { position: absolute; box-sizing: border-box; content: ' '; pointer-events: none; right: 0; bottom: 0; left: 0; border-bottom: 2rpx solid #ebedf0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .white-box .cell-item > .label { flex: 1; width: 30%; } .white-box .cell-item > .label .tips { font-size: 22rpx; color: var(--greyColor); } .white-box .cell-item > .label.required { position: relative; } .white-box .cell-item > .label.required::after { content: '*'; color: var(--Red); position: absolute; font-size: 30rpx; top: -15rpx; left: -15rpx; } .white-box .cell-item > .tit { color: var(--Black); flex: 1; width: 70%; text-align: right; } .white-box .cell-item > .tit .van-radio-group { display: flex; justify-content: flex-end; } .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) { margin-left: 30rpx; } .white-box .block-cell-item { color: var(--Black); padding: 30rpx 0; position: relative; } .white-box .block-cell-item::after { position: absolute; box-sizing: border-box; content: " "; pointer-events: none; right: 16rpx; bottom: 0; left: 16rpx; border-bottom: 2rpx solid #ebedf0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .white-box .block-cell-item .label { width: 100%; padding-bottom: 30rpx; } .white-box .block-cell-item .label.required { position: relative; } .white-box .block-cell-item .label.required::after { content: '*'; color: var(--Red); position: absolute; font-size: 30rpx; top: -15rpx; left: -15rpx; } .white-box .block-cell-item .label .tips { font-size: 22rpx; color: var(--greyColor); } .white-box .block-cell-item .tit { width: 100%; color: var(--Black); } .white-box .block-cell-item .tit .van-radio-group { display: flex; justify-content: flex-end; } .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) { margin-left: 30rpx; } .white-box .block-cell-item .tit .textarea { background-color: #F8F8F8; font-size: 30rpx; color: #B7B7B7; border-radius: 10rpx; padding: 30rpx; word-break: break-all; } .white-box .custom-white-box-content { padding-bottom: 30rpx; } .z-bg { background: #6600ff; color: #fff; } .l-bg { background: #0000FF; color: #fff; } .h-bg { background: #F87A7A; color: #fff; } .z-br { background: #fff; border: 1px solid #6600ff; color: #6600ff; } .chaochuyincang { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .maintenance { padding-bottom: 150rpx; } .maintenance .topSearchBox { background: white; padding: 16rpx 32rpx; } .maintenance .topSearchBox .van-cell { background: #f5f7fa; width: 686rpx; border: 1px solid #eaedf2; border-radius: 8rpx; box-sizing: border-box; padding: 12rpx 32rpx; } .maintenance .topSearchBox .van-icon { color: #0365f9; font-size: 40rpx; } .maintenance .selectBody { background: white; display: flex; flex-direction: column; margin: 24rpx 0; padding: 12rpx 32rpx 36rpx 32rpx; box-sizing: border-box; overflow: hidden; position: relative; } .maintenance .selectBody .selectRow { display: flex; align-items: center; margin-top: 18rpx; } .maintenance .selectBody .selectRow .rowTitle { min-width: 120rpx; color: #333333; font-size: 30rpx; text-align: right; } .maintenance .selectBody .selectRow .selectItemBox { display: flex; align-items: center; margin-left: 24rpx; white-space: nowrap; flex-wrap: wrap; } .maintenance .selectBody .selectRow .selectItemBox .unSelectItem { display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #666666; padding: 8rpx 18rpx; background: #f5f7fa; border-radius: 8rpx; margin-right: 24rpx; margin-top: 5rpx; } .maintenance .selectBody .selectRow .selectItemBox .selectItem { display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #0365f9; padding: 8rpx 18rpx; background: rgba(3, 101, 249, 0.1); border-radius: 8rpx; margin-right: 24rpx; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group { display: flex; flex-wrap: wrap; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-checkbox { margin-right: 24rpx; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-checkbox__label { padding-left: 6rpx; font-size: 28rpx; color: #666666; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-checkbox__icon { width: 30rpx; height: 30rpx; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-icon, .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-icon:before { font-size: 24rpx; } .maintenance .selectBody .selectRow .selectItemBox .van-checkbox-group .van-checkbox__icon--checked { background: #0365f9; } .maintenance .selectBody .selectRow .selectItemBox .myIpt { width: 540rpx; height: 64rpx; text-align: center; background: #f5f7fa; box-sizing: border-box; font-size: 26rpx; } .maintenance .selectBody .selectRow .fenqiBox { overflow-x: scroll; } .maintenance .selectBody .selectRow .selectItemBoxMoreItem .van-checkbox { margin: 0 24rpx 24rpx 0; } .maintenance .selectBody .btnBox { display: flex; align-items: center; justify-content: center; margin-top: 48rpx; } .maintenance .selectBody .btnBox .czBtn { background: rgba(3, 101, 249, 0.1); border-radius: 8rpx; width: 240rpx; height: 80rpx; display: flex; align-items: center; justify-content: center; color: #0365f9; font-size: 34rpx; letter-spacing: 2rpx; } .maintenance .selectBody .btnBox .ssBtn { background: #0365f9; border-radius: 8rpx; width: 300rpx; height: 80rpx; display: flex; align-items: center; justify-content: center; color: white; font-size: 34rpx; letter-spacing: 2rpx; margin-left: 32rpx; } .maintenance .selectBody .arrowDown { position: absolute; left: 50%; margin-left: -20rpx; top: 50rpx; } .maintenance .bottomBody { padding: 32rpx; background: white; width: 100%; box-sizing: border-box; } .maintenance .bottomBody .sumBox { color: #333333; font-size: 28rpx; margin: 24rpx 0; } .maintenance .bottomBody .listBody { display: flex; flex-direction: column; } .maintenance .bottomBody .listBody :last-child { border-bottom: none !important; } .maintenance .bottomBody .listBody .listItem { padding: 24rpx 0; border-bottom: 1px solid #e6e6e6; } .maintenance .bottomBody .listBody .listItem .firstRow { display: flex; align-items: center; justify-content: space-between; } .maintenance .bottomBody .listBody .listItem .firstRow .itemTitle { font-size: 32rpx; color: #333333; font-weight: 600; } .maintenance .bottomBody .listBody .listItem .firstRow .tag { padding: 12rpx 24rpx; display: flex; align-items: center; justify-content: center; font-size: 26rpx; color: #0365f9; background: linear-gradient(316deg, #d1e4ff 0%, #adceff 100%); border-radius: 8rpx; } .maintenance .bottomBody .listBody .listItem .midRow { display: flex; align-items: center; color: #888888; font-size: 28rpx; margin: 12rpx 0; } .maintenance .bottomBody .listBody .listItem .bottomRow { display: flex; align-items: center; color: #333333; font-size: 28rpx; margin-top: 8rpx; } .maintenance .bottomBody .listBody .listItem .bottomRow .money { color: #e25100; font-size: 40rpx; }