details.wxss 4.61 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 主要颜色 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-39cbb4e8 {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.banner-img.data-v-39cbb4e8 {
  width: 100%;
  height: 30vh;
}
.banner.data-v-39cbb4e8 {
  position: absolute;
  top: calc(30vh - 30rpx);
  width: 100%;
  margin-top: -20rpx;
  border-radius: 30rpx;
  background-color: #fff;
  padding: 26rpx 34rpx 100rpx;
}
.banner .banner-item.data-v-39cbb4e8 {
  border-bottom: 2rpx solid #EBEBEB;
  padding-bottom: 32rpx;
}
.banner .banner-item .banner-item-title.data-v-39cbb4e8 {
  font-size: 28rpx;
  font-weight: 700;
  line-height: 48rpx;
  margin-top: 30rpx;
}
.banner .banner-item .banner-item-form .form-item.data-v-39cbb4e8 {
  line-height: 30rpx;
  font-size: 24rpx;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  padding: 14rpx 0;
}
.banner .banner-item.data-v-39cbb4e8:last-child {
  border-bottom: unset;
}
.banner .info .info-title.data-v-39cbb4e8 {
  font-weight: bold;
  font-size: 32rpx;
  margin-bottom: 24rpx;
}
.banner .info .info-title ._span.data-v-39cbb4e8 {
  display: inline-block;
  padding: 0 8rpx;
}
.banner .info .info-text.data-v-39cbb4e8 {
  margin-bottom: 30rpx;
}
.banner .info .info-racord.data-v-39cbb4e8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .info .info-racord .info-price.data-v-39cbb4e8 {
  color: #31AA6A;
}
.banner .info .info-racord .info-price ._span.data-v-39cbb4e8 {
  font-size: 40rpx;
  font-weight: 700;
  margin-right: 4rpx;
}
.banner .position .position-info.data-v-39cbb4e8 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 38rpx 22rpx;
  background-color: #fff;
  font-size: 24rpx;
  padding: 20rpx 16rpx;
  line-height: 30rpx;
  border-radius: 14rpx;
}
.banner .position .position-info text.data-v-39cbb4e8 {
  margin-left: 10rpx;
}
.banner .other-business .scroll-view_H.data-v-39cbb4e8 {
  white-space: nowrap;
  width: 100%;
}
.banner .other-business .scroll-view-item_H.data-v-39cbb4e8 {
  display: inline-block;
  width: 210rpx;
  margin-right: 22rpx;
}
.banner .other-business .scroll-view-item_H.data-v-39cbb4e8:last-child {
  margin-right: 0;
}
.banner .other-business .scroll-view-item_H .business-card.data-v-39cbb4e8 {
  width: 100%;
}
.banner .other-business .scroll-view-item_H .business-card .u-image.data-v-39cbb4e8 {
  overflow: hidden !important;
  border-radius: 20rpx !important;
}
.banner .other-business .scroll-view-item_H .business-card .business-card-title.data-v-39cbb4e8 {
  width: 100%;
  overflow: hidden;
  /*必须结合的属性,当内容溢出元素框时发生的事情*/
  text-overflow: ellipsis;
  /*可以用来多行文本的情况下,用省略号“…”隐藏超出范围的文本 。*/
  line-height: 30rpx;
  margin: 10rpx 0;
  padding: 0 10rpx;
}
.banner .other-business .scroll-view-item_H .business-card .business-card-item.data-v-39cbb4e8 {
  padding: 0 10rpx;
  font-weight: 400;
  font-size: 20rpx;
  color: #676767;
  line-height: 1.5;
}
.banner .other-business .scroll-view-item_H .business-card .business-card-item ._span.data-v-39cbb4e8 {
  font-weight: 700;
  font-size: 30rpx;
  color: #000000;
}
/* 底部 */
.page-footer.data-v-39cbb4e8 {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125rpx;
  background-color: #FFFFFF;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.page-footer .footer-btn.data-v-39cbb4e8 {
  display: flex;
}
.page-footer .footer-service.data-v-39cbb4e8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .footer-service text.data-v-39cbb4e8 {
  margin-top: 6rpx;
  line-height: 32rpx;
}