train-apply.wxss 3.83 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.nodata.data-v-108e86d7 {
  background: url(../../../static/nodata.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 835rpx;
  color: #aaa59f;
  font-size: 50rpx;
}
.conter-box.data-v-108e86d7 {
  padding-bottom: 100rpx;
}
.box.data-v-108e86d7 {
  padding: 34rpx 25rpx;
  background-color: #f4f6fa;
  padding-bottom: 0;
}
.box .box2.data-v-108e86d7 {
  background-color: #fff;
  border-radius: 15rpx;
  margin-top: 20rpx;
}
.box .text.data-v-108e86d7 {
  height: 29px;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 62rpx;
}
.box .box-check.data-v-108e86d7 {
  padding: 40rpx;
  display: flex;
  justify-content: space-between;
  border-bottom: 1rpx solid #e6e6e6;
  padding-bottom: 20rpx;
}
.box .box-check.data-v-108e86d7 .checkbox__inner {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  border-radius: 50% !important;
  width: 45rpx !important;
  height: 45rpx !important;
  line-height: 40rpx;
}
.box .box-check .text.data-v-108e86d7 {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.box .box-check .title.data-v-108e86d7 {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2b3133;
  margin-bottom: 10rpx;
}
.box .box-check .content.data-v-108e86d7 {
  display: flex;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2b3133;
}
.box .box-check .content .span.data-v-108e86d7 {
  color: #ff8124;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
}
.box.data-v-108e86d7 .checkbox__inner-icon {
  position: absolute !important;
  top: 4px !important;
  left: 7px !important;
  color: #000 !important;
}
.box.data-v-108e86d7 .uni-data-checklist .checklist-group .checklist-box {
  margin-right: 0;
}
.conter-button.data-v-108e86d7 {
  position: absolute;
  left: 0;
  bottom: 10rpx;
  width: 100%;
  display: flex;
  justify-content: center;
}
.conter-button .button.data-v-108e86d7 {
  height: 80rpx;
  width: 500rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 80rpx;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 40rpx;
}
.foot.data-v-108e86d7 {
  display: flex;
  background-color: #ffffff;
  padding: 20rpx 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.foot .button.data-v-108e86d7 {
  margin: 0 auto;
  height: 80rpx;
  width: 300rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 80rpx;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 40rpx;
}
.foot .button1.data-v-108e86d7 {
  margin: 0 auto;
  height: 80rpx;
  width: 300rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 80rpx;
  background: #fff;
  border-radius: 40rpx;
  border: 1px solid #2ed981;
  color: #2ed981;
}