@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-39f2f546 { position: relative; height: 100vh; background-color: #f2f2f2; } .container .header.data-v-39f2f546 { height: 480rpx; color: #fff; } .container .header ._img.data-v-39f2f546 { width: 100%; } .container .header .header_title.data-v-39f2f546 { position: absolute; top: 65rpx; left: 308rpx; color: #fff; font-size: 28rpx; } .container .header .header_icon.data-v-39f2f546 { position: absolute; top: 76rpx; left: 10rpx; width: 47rpx; height: 47rpx; } .container .header .header_type.data-v-39f2f546 { position: absolute; top: 144rpx; left: 30rpx; font-size: 40rpx; font-weight: bold; } .container .header .header_info.data-v-39f2f546 { position: absolute; top: 215rpx; left: 30rpx; font-size: 24rpx; } .container .body.data-v-39f2f546 { position: absolute; top: 278rpx; left: 0; right: 0; box-sizing: border-box; padding: 20rpx; height: calc(100vh - 278rpx); border-radius: 20rpx 20rpx 0 0; background-color: #ebeced; overflow-y: auto; } .container .body .body_box.data-v-39f2f546 { box-sizing: border-box; padding: 0 30rpx; margin-bottom: 20rpx; display: flex; flex-direction: column; height: 240rpx; border-radius: 14rpx; background-color: #fff; } .container .body .body_box .box_title.data-v-39f2f546 { line-height: 90rpx; font-size: 28rpx; font-weight: bold; border-bottom: 1rpx solid #e5e5e5; } .container .body .body_box .box_container.data-v-39f2f546 { display: flex; margin-top: 25rpx; font-size: 28rpx; } .container .body .body_box .box_container .container_key.data-v-39f2f546 { width: 160rpx; color: #808080; } .container .body .body_box .box_container .container_copy.data-v-39f2f546 { margin-left: auto; color: #096562; } .container .body .body_box .box_container .price.data-v-39f2f546 { color: #ff5733; } .container .body .body_box .box_info.data-v-39f2f546 { display: flex; margin-top: 20rpx; height: 130rpx; } .container .body .body_box .box_info ._img.data-v-39f2f546 { width: 100rpx; height: 100rpx; border-radius: 10rpx; } .container .body .body_box .box_info .info_msg.data-v-39f2f546 { display: flex; flex-direction: column; justify-content: space-around; margin-top: -10rpx; margin-left: 18rpx; width: 540rpx; } .container .body .body_box .box_info .info_msg .msg_name.data-v-39f2f546 { font-size: 28rpx; font-weight: bold; } .container .body .body_box .box_info .info_msg .msg_address.data-v-39f2f546 { color: #808080; font-size: 24rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .container .body .body_box .box_btn.data-v-39f2f546 { display: flex; justify-content: space-around; align-items: center; height: 110rpx; } .container .body .body_box .box_btn .btn_item.data-v-39f2f546 { display: flex; align-items: center; width: 200rpx; } .container .body .body_box .box_btn .btn_item .img.data-v-39f2f546 { margin-right: 14rpx; width: 38rpx; height: 38rpx; } .container .body .body_box .box_btn .btn_item .img2.data-v-39f2f546 { width: 66rpx; height: 66rpx; } .container .body .body_box2.data-v-39f2f546 { display: flex; flex-direction: column; box-sizing: border-box; padding: 0 30rpx; margin-bottom: 20rpx; height: 478rpx; border-radius: 15rpx; background-color: #fff; } .container .body .body_box2 .info_time.data-v-39f2f546 { display: flex; align-items: center; margin-top: 20rpx; font-size: 32rpx; font-weight: bold; } .container .body .body_box2 .info_time .time_line.data-v-39f2f546 { width: 17rpx; height: 1rpx; background-color: #096562; } .container .body .body_box2 .info_time .time_num.data-v-39f2f546 { box-sizing: border-box; padding: 0 15rpx; height: 46rpx; line-height: 46rpx; font-size: 24rpx; font-weight: 400; border-radius: 66rpx; border: 1rpx solid #096562; background-color: #f0f2f5; } .container .body .body_box2 .info_time .gap.data-v-39f2f546 { margin: 0 10rpx; } .container .body .body_box2 .info_time text.data-v-39f2f546 { font-size: 24rpx; font-weight: 400; } .container .body .body_box2 .info_msg.data-v-39f2f546 { margin-top: 15rpx; font-size: 28rpx; font-weight: bold; } .container .body .body_box2 .info_type.data-v-39f2f546 { display: flex; flex-wrap: wrap; margin-top: 15rpx; } .container .body .body_box2 .info_type .type_item.data-v-39f2f546 { box-sizing: border-box; padding: 0 15rpx; margin-right: 20rpx; height: 41rpx; line-height: 41rpx; font-size: 24rpx; color: #fff; border-radius: 34rpx; background-color: #096562; } .container .body .body_box2 .info_tag.data-v-39f2f546 { display: flex; flex-wrap: wrap; margin: 18rpx 0 0; box-sizing: border-box; padding-bottom: 30rpx; color: #808080; font-size: 24rpx; border-bottom: 1rpx solid #e5e5e5; } .container .body .body_box2 .info_tag .tag_item.data-v-39f2f546 { margin-right: 20rpx; } .container .body .body_box2 .info_box.data-v-39f2f546 { display: flex; margin-top: 23rpx; font-size: 28rpx; } .container .body .body_box2 .info_box .box_key.data-v-39f2f546 { width: 160rpx; color: #808080; } .container .body .body_btn.data-v-39f2f546 { box-sizing: border-box; padding: 0 32rpx; margin-top: 140rpx; display: flex; justify-content: space-between; height: 96rpx; } .container .body .body_btn .btn_item.data-v-39f2f546 { display: flex; justify-content: center; align-items: center; width: 300rpx; height: 96rpx; border-radius: 64rpx; font-size: 32rpx; } .container .body .body_btn .type.data-v-39f2f546 { color: #d43030; border: 1rpx solid #d43030; } .container .body .body_btn .type2.data-v-39f2f546 { color: #fff; background-color: #096562; }