rec-job-detail.wxss 8.2 KB
@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-7c6b03b8 {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-7c6b03b8 {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-7c6b03b8 {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-7c6b03b8 {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-7c6b03b8 {
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.page.data-v-7c6b03b8 {
  width: 100%;
}
.page .content.data-v-7c6b03b8 {
  width: 100%;
  height: 500rpx;
  background-size: 100% 160rpx;
  background-repeat: no-repeat;
  padding: 1rpx 32rpx 60rpx;
}
.page .content .audit.data-v-7c6b03b8 {
  width: 710rpx;
  height: 72rpx;
  margin: 20rpx auto 0;
  padding: 20rpx;
  border-radius: 8rpx;
  background-color: #FFFCF0;
}
.page .content .audit text.data-v-7c6b03b8 {
  font-size: 24rpx;
  line-height: 32rpx;
  color: #FFC200;
  vertical-align: text-top;
  margin-left: 20rpx;
}
.page .content .title.data-v-7c6b03b8 {
  font-size: 36rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #000000;
}
.page .content .switch_btn.data-v-7c6b03b8 {
  padding: 10rpx 20rpx;
  background: var(--primary-color);
  border-radius: 28rpx;
  box-shadow: 0px 2px 20px 0px var(--primary-color03);
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.page .content .headerV.data-v-7c6b03b8 {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 4px;
  margin-top: 40rpx;
  padding: 32rpx 20rpx;
}
.page .content .headerV .lab.data-v-7c6b03b8 {
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
}
.page .content .headerV .lab .t.data-v-7c6b03b8 {
  margin-left: 12rpx;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.page .content .headerV .lab.data-v-7c6b03b8:last-child {
  margin-bottom: 0;
}
.page .tit2.data-v-7c6b03b8 {
  margin-top: 56rpx;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121212;
}
.page .tag.data-v-7c6b03b8 {
  display: flex;
  flex-wrap: wrap;
}
.page .tag .tag-title.data-v-7c6b03b8 {
  margin-top: 10px;
  padding: 0 8px;
  height: 20px;
  background: #f7f7f7;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  text-align: center;
  margin-right: 4px;
}
.page .xzdesc.data-v-7c6b03b8 {
  margin-top: 20rpx;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
.page .rztj.data-v-7c6b03b8 {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8rpx;
}
.page .rztj.data-v-7c6b03b8:last-child {
  margin-bottom: 0rpx;
}
.page .it.data-v-7c6b03b8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56rpx;
}
.page .it .it1.data-v-7c6b03b8 {
  display: flex;
  align-items: center;
}
.page .it .it1 text.data-v-7c6b03b8 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121212;
}
.page .it .it1 ._img.data-v-7c6b03b8 {
  width: 32rpx;
  height: 32rpx;
}
.page .it .it2.data-v-7c6b03b8 {
  display: flex;
  align-items: center;
}
.page .it .it2 text.data-v-7c6b03b8 {
  margin-right: 12rpx;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
.page .it .it2 ._img.data-v-7c6b03b8 {
  width: 32rpx;
  height: 32rpx;
}
.page .gray_box.data-v-7c6b03b8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  background: #f7f7f7;
  border-radius: 4px;
  margin-top: 24rpx;
  padding: 0 24rpx;
}
.page .gray_box text.data-v-7c6b03b8 {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.page .gray_box ._img.data-v-7c6b03b8 {
  width: 32rpx;
  height: 32rpx;
}
.page .zwt.data-v-7c6b03b8 {
  margin-top: 20rpx;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
.page .zwd.data-v-7c6b03b8 {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
.page .contacts .title.data-v-7c6b03b8 {
  margin-top: 60rpx;
  font-size: 32rpx;
  font-weight: 500;
  color: #121212;
}
.page .contacts .list .item.data-v-7c6b03b8 {
  width: 686rpx;
  height: 156rpx;
  border-radius: 8rpx;
  background-color: var(--primary-color003);
  padding: 44rpx 28rpx;
  margin-top: 20rpx;
}
.page .contacts .list .item .person.data-v-7c6b03b8 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.page .contacts .list .item .person text.data-v-7c6b03b8 {
  font-size: 26rpx;
  line-height: 26rpx;
  color: #000000;
}
.page .contacts .list .item .person text.data-v-7c6b03b8:last-child {
  font-size: 24rpx;
  line-height: 24rpx;
  color: rgba(0, 0, 0, 0.65);
}
.page .contacts .list .item .company.data-v-7c6b03b8 {
  margin-top: 18rpx;
  font-size: 24rpx;
  line-height: 24rpx;
  color: rgba(0, 0, 0, 0.65);
}
.page .btn.data-v-7c6b03b8 {
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  border-top: 1px solid #F0F0F1;
  padding: 18rpx 50rpx;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
}
.page .btn .sc.data-v-7c6b03b8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .btn .sc text.data-v-7c6b03b8 {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
}
.page .btn .b.data-v-7c6b03b8 {
  margin-left: 50rpx;
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, var(--primary-color000) 0%, var(--primary-color) 100%);
  border-radius: 44rpx;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.page .salary.data-v-7c6b03b8 {
  margin-top: 10px;
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 16rpx;
}
.page .popup .title.data-v-7c6b03b8 {
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  padding: 28rpx 32rpx;
}
.page .popup .list.data-v-7c6b03b8 {
  padding: 0rpx 32rpx;
  margin-top: 32rpx;
  display: flex;
  align-items: center;
}
.page .popup .text.data-v-7c6b03b8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  word-wrap: break-word;
  font-size: 28rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 42rpx;
}
.page .popup .text_yellow.data-v-7c6b03b8 {
  font-size: 26rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ECB208;
  margin-left: 8rpx;
}
.page .popup .position_entrust .input_box.data-v-7c6b03b8 {
  display: inline-block;
  width: 120rpx;
}
.page .popup .position_entrust text.data-v-7c6b03b8 {
  vertical-align: top;
}
.page .popup .confirmBtn.data-v-7c6b03b8 {
  width: 100%;
  height: 216rpx;
  padding: 58rpx 0 0 0;
  background: #FFFFFF;
}
.page .footer.data-v-7c6b03b8 {
  width: 100%;
  height: 180rpx;
  padding: 20rpx 40rpx 0;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 2rpx solid #F0F0F1;
  display: flex;
  flex-flow: row nowrap;
}
.page .footer .icon_box.data-v-7c6b03b8 {
  display: flex;
  flex-flow: row nowrap;
}
.page .footer .icon_box .icon_item.data-v-7c6b03b8 {
  margin: 0 40rpx 0 0;
  text-align: center;
}
.page .footer .icon_box .icon_item .img_box.data-v-7c6b03b8 {
  width: 48rpx;
  margin: 7rpx auto;
}
.page .footer .right_btn.data-v-7c6b03b8 {
  width: 570rpx;
}