@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; } .y-bg { background: #e4ce6b; color: #fff; } .z-br { background: #fff; border: 1px solid #6600ff; color: #6600ff; } .chaochuyincang { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .login { background: white; height: 100%; overflow: hidden; } .login .logTit { width: 80vw; left: 10vw; top: 45vw; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; z-index: 1; color: #333333; font-size: 4vw; } .login .logTit ._p { color: #666666; font-size: 4vw; margin-top: 0.5vw; } .login .logTit .titletxt { font-size: 48rpx; font-family: Taipei Sans TC Beta-Bold, Taipei Sans TC Beta; font-weight: bold; color: #333333; } .login .logTit .titletxt2 { font-size: 32rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #666666; } .login .logobig { width: 100vw; height: 100vh; position: absolute; left: 0; z-index: 0; } .login .title { font-weight: bold; font-size: 52rpx; color: #222222; position: absolute; top: 342px; left: 52px; } .login .title1 { position: absolute; top: 381px; left: 52px; font-weight: 400; font-size: 28rpx; color: #666666; } .login .huan { width: 40rpx; height: 40rpx; border: 4rpx solid #c0c2c3; background: #ffffff; color: #c0c2c3; border-radius: 50%; text-align: center; line-height: 40rpx; } .login .choose { position: absolute; top: 800rpx; width: 100%; } .login .choose .headerImg { height: 88rpx; width: 88rpx; } .login .choose .select { margin: auto; display: flex; align-items: center; justify-content: space-between; width: 654rpx; height: 128rpx; background: #ffffff; border-radius: 16rpx 16rpx 16rpx 16rpx; padding: 20rpx 32rpx; box-sizing: border-box; } .login .choose .name { margin-right: 160px; } .login .isselect { border: 2rpx solid #8a0554; } .login .isselect .huan { background: #8a0554; color: white; } .login .btnbox { position: absolute; bottom: 170rpx; width: 100%; display: flex; justify-content: center; } .login .btnbox .btn { text-align: center; } .login .btnbox .btn button { width: 594rpx; height: 96rpx; background: #8a0554; border-radius: 48rpx 48rpx 48rpx 48rpx; text-align: center; line-height: 96rpx; color: white; }