@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .basics-info.data-v-2606a38a { width: 690rpx; margin: auto; padding-top: 30rpx; } .h1-title.data-v-2606a38a { height: 45rpx; line-height: 45rpx; font-size: 32rpx; color: #333; font-weight: bold; } .input.data-v-2606a38a { width: 690rpx; height: 100rpx; margin: auto; display: flex; align-items: center; border-bottom: 1rpx solid #EEEEEE; font-size: 28rpx; color: #333; } .input .label.data-v-2606a38a { flex: 1; text-align: left; } .input .value.data-v-2606a38a { flex: 3; text-align: right; } .desc.data-v-2606a38a { width: 690rpx; height: 220rpx; margin: auto; padding-top: 30rpx; color: #333; font-size: 28rpx; } .desc .label.data-v-2606a38a { height: 40rpx; } .desc .value.data-v-2606a38a { width: 100%; height: 160rpx; margin-top: 20rpx; line-height: 40rpx; } .line.data-v-2606a38a { width: 690rpx; height: 8rpx; background-color: #F8F8F8; margin: auto; border-radius: 4rpx; } .avatar-info.data-v-2606a38a { width: 690rpx; height: 366rpx; margin: auto; padding-top: 40rpx; } .avatar-info .tips.data-v-2606a38a { height: 33rpx; line-height: 33rpx; color: #999; font-size: 24rpx; margin-top: 20rpx; } .avatar-info .up-load.data-v-2606a38a { width: 158rpx; height: 158rpx; line-height: 158rpx; text-align: center; border-radius: 20rpx; margin-top: 30rpx; border: 1rpx dashed #ccc; } .avatar-info .up-load .iconfont.data-v-2606a38a { font-size: 60rpx; color: #333; font-weight: bold; } .avatar-info .up-load image.data-v-2606a38a { width: 158rpx; height: 158rpx; border-radius: 20rpx; } .avatar-info .avatar.data-v-2606a38a { border: none; } .avatar-info .qrcode.data-v-2606a38a { border: none; } .reason.data-v-2606a38a { width: 690rpx; height: auto; font-size: 28rpx; color: #333; margin: auto; } .footer-btn.data-v-2606a38a { width: 690rpx; height: 80rpx; line-height: 80rpx; text-align: center; border-radius: 20rpx; background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%); border-radius: 20rpx; margin: 50rpx auto 0; color: #fff; font-size: 32rpx; } .pay-tips.data-v-2606a38a { height: 34rpx; padding: 20rpx 0 30rpx 0; display: flex; justify-content: center; font-size: 24rpx; color: #999; } .pay-tips .iconfont.data-v-2606a38a { font-size: 24rpx; line-height: 33rpx; margin-right: 10rpx; } .necessary.data-v-2606a38a { color: #FF4444; font-size: 28rpx; }