carDetail.wxss 3.6 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.carDetail.data-v-1c0b8627 {
  padding: 20rpx 30rpx 40rpx;
  background: #F8F9FF;
}
.carDetail .carInfo.data-v-1c0b8627 {
  padding: 22rpx 30rpx;
  background: #FFFFFF;
  border-radius: 20rpx;
  margin-bottom: 20rpx;
}
.carDetail .carInfo .centerContent.data-v-1c0b8627 {
  display: flex;
  align-items: center;
  gap: 20rpx;
}
.carDetail .carInfo .card_title.data-v-1c0b8627 {
  color: #3d3d3d;
  font-size: 32rpx;
  line-height: 38rpx;
  font-weight: 500;
  margin-bottom: 20rpx;
}
.carDetail .carInfo .carBand.data-v-1c0b8627 {
  font-size: 24rpx;
  color: #333;
  margin-bottom: 10rpx;
}
.carDetail .carInfo .carModel.data-v-1c0b8627 {
  font-size: 20rpx;
  color: #999;
}
.carDetail .carInfo .rowLine.data-v-1c0b8627 {
  width: 100%;
  height: 2rpx;
  background-color: #eee;
  margin: 16rpx 0 20rpx;
}
.carDetail .tip.data-v-1c0b8627 {
  color: #999;
  font-size: 20rpx;
  line-height: 26rpx;
  margin: 20px 0;
}
.carDetail .confirmBtn.data-v-1c0b8627 {
  color: #fff;
  background: #3680FE;
}
.btn_sub.data-v-1c0b8627 {
  height: 80rpx;
  line-height: 80rpx;
  text-align: center;
  font-size: 28rpx;
  box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(10, 22, 44, 0.06);
  border-radius: 20rpx;
}
.notice.data-v-1c0b8627 {
  position: relative;
  width: 690rpx;
  height: 360rpx;
  background: #FFFFFF;
  padding: 40rpx 30rpx 0;
  border-radius: 20rpx;
  overflow: hidden;
}
.notice .notice_title.data-v-1c0b8627 {
  text-align: center;
  font-size: 36rpx;
  line-height: 48rpx;
  color: #3D3D3D;
  margin-bottom: 40rpx;
}
.notice .notice_content.data-v-1c0b8627 {
  text-align: center;
  font-size: 28rpx;
  line-height: 38rpx;
  color: #999;
}
.notice .btn_tip.data-v-1c0b8627 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 100rpx;
  text-align: center;
  height: 100rpx;
  color: #3680FE;
  font-size: 28rpx;
  border-top: 2rpx solid #eee;
}
.uni-input.data-v-1c0b8627 {
  font-size: 28rpx;
  color: #999;
  text-align: right;
}
.nav_header.data-v-1c0b8627 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80rpx;
  background: #FFFFFF;
}
.nav_header .nav_item.data-v-1c0b8627 {
  flex: 1;
  text-align: center;
  height: 80rpx;
  line-height: 80rpx;
  font-size: 28rpx;
  color: #999;
}
.nav_header .nav_item.active.data-v-1c0b8627 {
  font-weight: 500;
  color: #333;
}
.nav_header .colLine.data-v-1c0b8627 {
  width: 2rpx;
  height: 40rpx;
  background: #D8D8D8;
}
.transferTip.data-v-1c0b8627 {
  display: flex;
  align-items: center;
  gap: 40rpx;
  margin-bottom: 30rpx;
}
.transferTip .refreshBtn.data-v-1c0b8627 {
  padding: 6rpx 20rpx;
  background: #3680FE;
  border-radius: 10rpx;
  color: #fff;
}
.scroll-history.data-v-1c0b8627 {
  height: 346rpx;
}
.swiper.data-v-1c0b8627 {
  height: 346rpx;
}