select-new-jobdetail.wxss 6.2 KB

page {
  background-color: #f7f7f7;
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-77eea995 {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-77eea995 {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-77eea995 {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-77eea995 {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-77eea995 {
  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 .top.data-v-77eea995 {
  padding: 50rpx 32rpx;
  background-color: #fff;
}
.page .top .title.data-v-77eea995 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.page .top .t1.data-v-77eea995 {
  margin-top: 18rpx;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.page .sxdw_icon116.data-v-77eea995 {
  position: absolute;
  right: 0;
  top: 0;
  width: 224rpx;
  height: 30px;
}
.page .content.data-v-77eea995 {
  padding: 40rpx 32rpx;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 16rpx;
}
.page .content .c1.data-v-77eea995 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.page .content .c2.data-v-77eea995 {
  margin-top: 16rpx;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.page .content .grayV.data-v-77eea995 {
  margin-top: 24rpx;
  height: 98px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 8rpx 16rpx;
  position: relative;
}
.page .content .grayV .g1.data-v-77eea995 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.page .content .grayV .timeline.data-v-77eea995 {
  position: absolute;
  left: 2rpx;
  top: 72rpx;
  width: 40rpx;
  height: 100rpx;
}
.page .content .grayV .start.data-v-77eea995 {
  position: absolute;
  left: 88rpx;
  top: 68rpx;
  font-size: 14px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.page .content .grayV .end.data-v-77eea995 {
  position: absolute;
  left: 88rpx;
  top: 134rpx;
  font-size: 14px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.page .content .fj_content.data-v-77eea995 {
  margin-top: 8px;
  background-color: #fff;
}
.page .content .fj_content .item.data-v-77eea995 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page .content .fj_content .item .p_item.data-v-77eea995 {
  position: relative;
  width: 120rpx;
  height: 120rpx;
  margin-right: 13px;
  margin-bottom: 13px;
}
.page .content .fj_content .item .p_item .delete.data-v-77eea995 {
  position: absolute;
  width: 24rpx;
  height: 24rpx;
  top: -12rpx;
  right: -12rpx;
  z-index: 199;
}
.page .nav_bar_topV65.data-v-77eea995 {
  background-color: #ffffff;
  width: 50%;
}
.page .timeb.data-v-77eea995 {
  padding: 40rpx 36rpx;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 16rpx;
  position: relative;
}
.page .timeb .title.data-v-77eea995 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20rpx;
}
.page .timeb .u-node.data-v-77eea995 {
  width: 12px;
  height: 12px;
  border-radius: 12rpx;
  background: #e5e5e6;
}
.page .timeb .u-green-node.data-v-77eea995 {
  width: 12px;
  height: 12px;
  border-radius: 12rpx;
  background: var(--primary-color);
}
.page .timeb .u-order-title.data-v-77eea995 {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .timeb .u-order-reply.data-v-77eea995 {
  width: 100%;
  padding: 20rpx 20rpx 1rpx;
  background: #f7f7f7;
  border-radius: 4px;
  margin-top: 22rpx;
}
.page .bczl.data-v-77eea995 {
  margin: 20rpx 10rpx 0rpx;
  padding: 52rpx 38rpx;
  background-color: #fff;
}
.page .bczl .t.data-v-77eea995 {
  display: flex;
  align-items: center;
}
.page .bczl .t .green.data-v-77eea995 {
  width: 3px;
  height: 15px;
  background: var(--primary-color);
}
.page .bczl .t .title.data-v-77eea995 {
  margin-left: 16rpx;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .bczl .desc.data-v-77eea995 {
  margin-top: 32rpx;
  margin-left: 16rpx;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.page .bczl .pdffj.data-v-77eea995 {
  padding: 28rpx 16rpx;
}
.page .bczl .pdffj .img.data-v-77eea995 {
  width: 24rpx;
  height: 24rpx;
  margin-right: 12rpx;
}
.page .bczl .pdffj .look.data-v-77eea995 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 28rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  margin-left: 8rpx;
}
.page .no_data.data-v-77eea995 {
  width: 100%;
}
.page .no_data .img.data-v-77eea995 {
  display: block;
  margin: 0 auto;
  margin-top: 100rpx;
  width: 260rpx;
  height: 200rpx;
}
.page .no_data .text_black_28.data-v-77eea995 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 48rpx;
  text-align: center;
}
.page .btv.data-v-77eea995 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 12px 16px;
}
.page .btv .btn.data-v-77eea995 {
  width: 100%;
  height: 48px;
  background: var(--primary-color);
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  text-align: center;
}