@headerHeight: 48px;
@footerHeight: 48px;
@tabsHeight: 40px;
@primary: #4285f4; // 主体色
@default: #ebf3fe; // 默认色
@containerBg: #f6f6f6; // 容器背景色
@fontColor: #333; // 基础字体颜色
@fontSize: 14px; // 基础字体大小

@labelFontColor: #888;
@labelFontSize: 13px;

@padding: 10px;
@margin: 10px;

@radius: 4px;

@workflowRecordTitleHeight: 48px;

@borderColor: #ebebeb;
@borderRadius: 5px;
@borderBigRadius: 8px;

@tabFontSize: 18px;

@titleFontSize: @fontSize;
@titleLineHieght: 20px;

@smallFontSize: 12px;
@smallFontColor: #969799;

@popupTitleFontSize: 16px;

@popupOpinionTitleHeight: 36px;

// before 标题的前缀mixin
.titleBefore {
  content: '';
  position: absolute;
  border-radius: @radius;
  background-color: @primary;
  width: 3px;
}

:deep([class*='van-hairline']:after) {
  border-color: @borderColor;
}

:deep(.van-button--default) {
  background-color: rgb(235, 243, 254);
  border: none;
}

:deep(.van-checkbox__icon),
:deep(.van-radio__icon) {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

@weight-3: #cccccc;
@weight-2: #888;
@font-color-1: #323233;
@disabled: #c8c9cc;
