@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; } .banner { width: 100%; height: 100%; position: absolute; z-index: 1; } .headerandwelcome { margin-bottom: 60rpx; height: 120rpx; width: 100%; padding-left: 60rpx; } .info { position: absolute; margin: 60rpx 0 0 0; z-index: 2; } .header { height: 120rpx; width: 120rpx; border-radius: 50%; float: left; } .weltxt { height: 120rpx; color: #ffffff; margin-left: 32rpx; display: flex; flex-direction: column; justify-content: center; float: left; color: black; } .cardBox { width: 686rpx; height: 100rpx; box-sizing: border-box; background: #14214c; border-radius: 16rpx 16rpx 0 0; display: flex; align-items: center; justify-content: space-between; padding: 0 32rpx; margin-left: 32rpx; } .cardBox .rightIcon { width: 36rpx; height: 36rpx; } .cardBox .cardLeft { display: flex; align-items: center; } .labelpage { width: 686rpx; margin-left: 32rpx; box-sizing: border-box; padding: 32rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; background: #ffffff; } .labelpage_row { display: flex; align-items: center; height: 83rpx; width: 100%; } .labelpage_row ._img { height: 44rpx; width: 44rpx; float: left; margin-right: 12rpx; } .labelpage_row .labelpage_text { width: 100%; height: 44rpx; line-height: 44rpx; float: left; } .labelpage_row .labelpage_name { height: 44rpx; line-height: 44rpx; float: left; font-size: 34rpx; color: #081640; font-weight: 400; } .labelpage_row .labelpage_value { height: 44rpx; line-height: 44rpx; float: right; font-size: 34rpx; color: #666666; font-weight: 400; } .labelpage_row .border { margin-top: 48rpx; width: 100%; height: 1rpx; border-bottom: 2rpx solid #e6e6e6; float: left; } .mineMenuBody { width: 686rpx; box-sizing: border-box; display: flex; justify-content: space-around; background: white; padding: 24rpx 0; margin: 24rpx 32rpx; border-radius: 2vw; } .mineMenuBody .mineMenuItem { position: relative; display: flex; flex-direction: column; align-items: center; } .mineMenuBody .mineMenuItem .redDoll { position: absolute; right: 0; top: 0; width: 16rpx; height: 16rpx; background: #f25551; border-radius: 50%; } .mineMenuBody .mineMenuItem .menuImg { width: 80rpx; height: 80rpx; } .mineMenuBody .mineMenuItem .menuName { color: #333333; font-size: 28rpx; margin-top: 8rpx; }