@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; } .enterprise { font-size: 4vw; margin: 5vw 2vw; } .enterprise .firstPage { background: white; padding: 3vw 3vw 3vw 3vw; margin-top: 5vw; border-radius: 15px; } .enterprise .firstPage .title { height: 10vw; align-items: center; border-bottom: 1px solid #f3ecec; margin-bottom: 3vw; } .enterprise .firstPage .titMsg { text-indent: 8vw; line-height: 6vw; } .enterprise .firstPage .impotTips { color: #002fa7; } .enterprise .firstPage .comName { white-space: nowrap; } .enterprise .firstPage input { width: 80%; } .enterprise .firstPage ._li { display: flex; align-items: center; height: 10vw; padding: 5vw 0; border-bottom: 1px solid #f3ecec; } .enterprise .secendPage { background: white; padding: 3vw 3vw 3vw 3vw; margin-top: 5vw; border-radius: 15px; } .enterprise .secendPage ._li { display: flex; align-items: center; justify-content: space-between; height: 10vw; padding: 3vw 0; border-bottom: 1px solid #f3ecec; } .enterprise .secendPage .titleLi { font-size: 3.5vw; white-space: nowrap; color: #333333; } .enterprise .secendPage .titleLi .required { color: red; } .enterprise .secendPage .titleLi .van-uploader { padding: 3vw 0; } .enterprise .secendPage .titleLiRadio .van-radio-group { display: flex; width: 100%; justify-content: space-evenly; } .enterprise .secendPage .titleLiLast { border-bottom: none; padding-bottom: 0; } .enterprise .secendPage .titleLiUploader { padding: 10vw 0; } .enterprise .secendPage .titleLiUploader2 { padding: 20vw 0; } .enterprise .secendPage .van-uploader { padding: 10vw 0; } .enterprise .secendPage input { padding: 15px 0 15px 20px; width: 60%; } .enterprise .secendPage textarea { padding: 15px 0 15px 20px; } .enterprise .buttonBox { display: flex; align-items: center; justify-content: space-evenly; margin-top: 3vw; margin-bottom: 0; padding: 5vw 0; } .enterprise .buttonBox button { padding: 2vw 10vw; border-radius: 15px; } .enterprise .buttonBox .turnOff { background: white; border: 1px solid #002fa7; color: #002fa7; } .enterprise .buttonBox .btn2 { background-color: #002fa7; color: white; border: white solid 1px; } .enterprise input::-webkit-input-placeholder { color: #777777; } .enterprise input::placeholder { color: #777777; } .enterprise .area-Li { height: auto !important; flex-direction: column; align-items: flex-start !important; } .enterprise .area-Li .text-area { background: #F9F9F9; width: 95%; margin-top: 2vw; resize: none; } .enterprise .area-Li .text-area::-webkit-input-placeholder { color: #AAAAAA; } .enterprise .area-Li .text-area::placeholder { color: #AAAAAA; } .enterprise .upLoadImg { width: 10vw; } .enterprise .sfzImg { width: 18vw; height: 16vw; margin: 0vw 2vw 2vw 2vw; } .enterprise .myTag { width: 20vw; height: 7vw; display: flex; font-size: 3.5vw; font-weight: 400; justify-content: center; align-items: center; color: #777777; border: 1px solid rgba(204, 204, 204, 0.51); border-radius: 5px; margin: 1vw 0; box-sizing: border-box; } .enterprise .selectTag { width: 20vw; height: 7vw; display: flex; font-size: 3.5vw; font-weight: 400; justify-content: center; align-items: center; color: #1D18BC; background: rgba(29, 24, 188, 0.05); border-radius: 5px; margin: 1vw 0; } .enterprise .checkBoxContant { font-size: 3.5vw; color: #777777; line-height: 5vw; padding-left: 8vw; }