costBreakdown.wxss 4.97 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.box.data-v-ed3aa3dc {
  padding: 35rpx 25rpx;
  padding-bottom: 100rpx;
}
.box .box1.data-v-ed3aa3dc {
  background-color: #fff;
  margin-bottom: 40rpx;
  padding: 10rpx;
  border-radius: 15rpx;
}
.box .box1 .text.data-v-ed3aa3dc {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2b3133;
}
.box .box1 .conter-liner.data-v-ed3aa3dc {
  display: flex;
  justify-content: space-between;
  margin-top: 32rpx;
  padding-bottom: 30rpx;
}
.box .box1 .conter-liner .liner-left.data-v-ed3aa3dc {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b7f83;
}
.box .box1 .conter-liner .liner-right.data-v-ed3aa3dc {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ff8124;
}
.box .box2.data-v-ed3aa3dc {
  padding: 10rpx;
}
.box .box2 .text.data-v-ed3aa3dc {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2b3133;
  margin-bottom: 40rpx;
}
.box .box2 .conter.data-v-ed3aa3dc {
  background-color: #fff;
  border-radius: 15rpx;
  padding: 25rpx 10rpx;
}
.box .box2 .radio.data-v-ed3aa3dc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30rpx;
}
.box .box2 .radio .radio-cost.data-v-ed3aa3dc {
  display: flex;
}
.box .box2 .radio .radio-cost .left.data-v-ed3aa3dc {
  width: 50rpx;
  height: 50rpx;
}
.box .box2 .radio .radio-cost .left .image.data-v-ed3aa3dc {
  width: 50rpx;
  height: 50rpx;
}
.box .box2 .radio .radio-cost .radio-right.data-v-ed3aa3dc {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 10rpx;
}
.box .box2 .radio .radio-cost .vip.data-v-ed3aa3dc {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4c5359;
}
.box .box3.data-v-ed3aa3dc {
  display: flex;
  justify-content: space-between;
  border: 1rpx solid #dcdcdc;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.box .box3 .left.data-v-ed3aa3dc {
  display: flex;
  line-height: 100rpx;
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b7f83;
  padding-left: 30rpx;
}
.box .box3 .left .cost.data-v-ed3aa3dc {
  font-size: 45rpx;
  font-family: DIN Alternate;
  font-weight: bold;
  color: #ff8124;
  padding-left: 10rpx;
}
.box .box3 .ToPay.data-v-ed3aa3dc {
  background: #ff8124;
  border: 1px solid #dcdcdc;
  color: #fff;
  width: 214rpx;
  height: 100rpx;
  text-align: center;
  line-height: 100rpx;
}
.box .box4.data-v-ed3aa3dc .uni-popup__wrapper {
  border-radius: 15rpx;
}
.box .box4 .popup.data-v-ed3aa3dc {
  padding: 44rpx;
  width: 550rpx;
  height: 450rpx;
  border-radius: 15rpx;
}
.box .box4 .popup .title.data-v-ed3aa3dc {
  font-size: 34rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7b7f83;
  text-align: center;
  margin-bottom: 40rpx;
}
.box .box4 .popup .liner.data-v-ed3aa3dc {
  display: flex;
  margin-bottom: 30rpx;
}
.box .box4 .popup .liner .left.data-v-ed3aa3dc {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7b7f83;
}
.box .box4 .popup .liner .right.data-v-ed3aa3dc {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000;
}
.box .box4 .popup .butotn.data-v-ed3aa3dc {
  margin: 0 auto;
  margin-top: 63rpx;
  width: 268rpx;
  height: 80rpx;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 40rpx;
  text-align: center;
  line-height: 80rpx;
  color: #fff;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
}
.dialog.data-v-ed3aa3dc {
  width: 95%;
  background-color: #000;
  border-radius: 30rpx;
  padding: 50rpx 0;
  margin: 0 auto;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .size.data-v-ed3aa3dc {
  color: #fff;
  text-align: center;
}
.dialog .butotn.data-v-ed3aa3dc {
  margin: 0 auto;
  margin-top: 63rpx;
  width: 268rpx;
  height: 80rpx;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 40rpx;
  text-align: center;
  line-height: 80rpx;
  color: #fff;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
}