@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .identify .bigtitle.data-v-0af94406 { font-size: 28rpx; text-align: center; line-height: 60rpx; background-color: #2cb8d4; color: #fff; } .identify .list.data-v-0af94406 { padding: 10rpx 20rpx; } .identify .list .item.data-v-0af94406 { display: flex; align-items: center; justify-content: center; border: 1px solid #d4d3d3; margin-bottom: 20rpx; border-radius: 30rpx; padding: 30rpx; } .identify .list .item .itemL.data-v-0af94406 { width: 200rpx; height: 200rpx; border-radius: 100rpx; overflow: hidden; margin-right: 30rpx; } .identify .list .item .itemL image.data-v-0af94406 { width: 100%; height: 100%; } .identify .list .item .itemR.data-v-0af94406 { flex: 1; } .identify .list .item .itemR .title.data-v-0af94406 { display: flex; justify-content: space-between; } .identify .list .item .itemR .title .name.data-v-0af94406 { font-size: 30rpx; font-weight: bold; } .identify .list .item .itemR .title .address.data-v-0af94406 { font-size: 26rpx; color: #585858; } .identify .list .item .itemR .title .address image.data-v-0af94406 { width: 30rpx; height: 30rpx; vertical-align: text-bottom; } .identify .list .item .itemR .title .status.data-v-0af94406 { color: #fff; background-color: #0ec891; font-size: 24rpx; padding: 5rpx 15rpx; border-radius: 30px; height: 30rpx; line-height: 30rpx; } .identify .list .item .itemR .items.data-v-0af94406 { display: flex; justify-content: space-between; padding: 10rpx 0; } .identify .list .item .itemR .items image.data-v-0af94406 { width: 30rpx; height: 30rpx; margin-right: 10rpx; vertical-align: text-top; } .identify .list .item .itemR .items view.data-v-0af94406 { display: flex; align-items: center; } .identify .list .item .itemR .btn.data-v-0af94406 { font-size: 26rpx; background-color: #2cb8d4; border-radius: 30px; color: #fff; text-align: center; padding: 10rpx 0; } .identify .dialog.data-v-0af94406 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; display: flex; flex-direction: column; } .identify .dialog .back.data-v-0af94406 { flex: 1; } .identify .dialog .closebox.data-v-0af94406 { height: calc(50vh - 60rpx); width: 100%; } .identify .dialog .dialog_content.data-v-0af94406 { background-color: #fff; position: absolute; bottom: 0; width: calc(100% - 60rpx); height: 50vh; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; padding: 30rpx; background-color: #f3f3f3; padding-bottom: 100rpx; display: flex; flex-direction: column; } .identify .dialog .dialog_content .box.data-v-0af94406 { height: 90%; overflow-y: auto; } .identify .dialog .dialog_content .box .lists.data-v-0af94406 { background-color: #fff; margin-bottom: 20rpx; display: flex; justify-content: space-between; padding: 20rpx 10rpx; border-radius: 10rpx; } .identify .dialog .dialog_content .box .lists .imgs.data-v-0af94406 { width: 240rpx; height: 160rpx; border-radius: 20rpx; overflow: hidden; } .identify .dialog .dialog_content .box .lists .imgs image.data-v-0af94406 { width: 100%; height: 100%; } .identify .dialog .dialog_content .box .lists .right.data-v-0af94406 { flex: 1; padding-left: 30rpx; } .identify .dialog .dialog_content .box .lists .right .list_title.data-v-0af94406 { display: flex; justify-content: space-between; align-items: center; } .identify .dialog .dialog_content .box .lists .right .list_title .title.data-v-0af94406 { font-size: 34rpx; font-weight: bold; } .identify .dialog .dialog_content .box .lists .right .list_title .time.data-v-0af94406 { font-size: 24rpx; } .identify .dialog .dialog_content .box .lists .right .price.data-v-0af94406 { padding-top: 50rpx; display: flex; justify-content: space-between; } .identify .dialog .dialog_content .box .lists .right .price .money.data-v-0af94406 { font-size: 42rpx; color: #e61b1b; font-weight: bold; } .identify .dialog .dialog_content .box .lists .right .price .counter.data-v-0af94406 { display: flex; } .identify .dialog .dialog_content .box .lists .right .price .counter view.data-v-0af94406 { width: 60rpx; height: 60rpx; line-height: 60rpx; background-color: #f7f8fa; text-align: center; border-radius: 60rpx; font-size: 50rpx; } .identify .dialog .dialog_content .box .lists .right .price .counter text.data-v-0af94406 { display: block; width: 100rpx; text-align: center; line-height: 60rpx; font-size: 30rpx; } .identify .dialog .dialog_content .now.data-v-0af94406 { width: 100%; text-align: center; height: 100rpx; padding-top: 10rpx; } .identify .dialog .dialog_content .now text.data-v-0af94406 { display: inline-block; height: 80rpx; line-height: 80rpx; width: 90%; background-color: #2cb8d4; color: #fff; border-radius: 50rpx; }