@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bg.data-v-7d9761e9 { position: relative; background: #F5F5F5; min-height: calc(100vh - 44px); overflow-x: hidden; padding-bottom: 200rpx; } .item.data-v-7d9761e9 { width: 697rpx; background: #FFFFFF; border-radius: 13rpx; margin: 28rpx auto 0; padding: 26rpx; } .item .name.data-v-7d9761e9, .item .idcard.data-v-7d9761e9 { display: flex; font-size: 31rpx; font-weight: bold; color: #000000; } .item .name view.data-v-7d9761e9:last-child { margin-left: 40rpx; } .item .name ._span.data-v-7d9761e9 { padding: 3rpx 9rpx; background: #96684F; border-radius: 7rpx; font-weight: bold; font-size: 24rpx; color: #FFFFFF; margin-left: 15rpx; } .item .idcard.data-v-7d9761e9 { margin-top: 26rpx; } .item .idcard view.data-v-7d9761e9:last-child { margin-left: 14rpx; max-width: 492rpx; } .item .item-btn.data-v-7d9761e9 { display: flex; align-items: center; justify-content: space-between; margin-top: 40rpx; } .item .item-btn .choice.data-v-7d9761e9 { display: flex; align-items: center; } .item .item-btn .choice view.data-v-7d9761e9:last-child { margin-left: 20rpx; font-size: 27rpx; font-weight: 500; color: #333333; } .item .item-btn .choice image.data-v-7d9761e9 { width: 40rpx; height: 40rpx; } .item .item-btn .choice .yuan.data-v-7d9761e9 { width: 40rpx; height: 40rpx; background: rgba(255, 200, 37, 0); border: 1rpx solid #999999; border-radius: 20rpx; } .item .item-btn .btn-list.data-v-7d9761e9 { display: flex; align-items: center; } .item .item-btn .btn-list view.data-v-7d9761e9 { width: 134rpx; height: 54rpx; background: #FFFFFF; border: 1px solid #999999; border-radius: 7rpx; font-size: 27rpx; font-weight: 500; color: #333333; line-height: 52rpx; text-align: center; } .item .item-btn .btn-list view.data-v-7d9761e9:last-child { margin-left: 14rpx; } .btn-box.data-v-7d9761e9 { position: fixed; bottom: 0; left: 0; width: 100%; height: 160rpx; padding: 26rpx; background-color: #F5F5F5; } .btn-box .btn.data-v-7d9761e9 { width: 100%; line-height: 80rpx; height: 80rpx; background: #96684F; border-radius: 7rpx; font-weight: 500; font-size: 36rpx; color: #fff; text-align: center; } .no-data.data-v-7d9761e9 { display: flex; flex-direction: column; align-items: center; padding-top: 400rpx; } .no-data image.data-v-7d9761e9 { width: 372rpx; height: 200.67rpx; } .no-data view.data-v-7d9761e9 { width: 185rpx; height: 72rpx; font-weight: 500; font-size: 27rpx; color: #666666; margin-top: 78rpx; }