leave-approval.wxss 5.1 KB

page {
	background-color: #F7F7F7;
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-f873d8ca {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-f873d8ca {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-f873d8ca {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-f873d8ca {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-f873d8ca {
  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-f873d8ca {
  width: 100%;
}
.page .top.data-v-f873d8ca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: #FAFEFC;
  z-index: 99;
}
.page .top .tab.data-v-f873d8ca {
  position: absolute;
  top: 10rpx;
  left: 0;
  width: 80%;
  left: 10%;
}
.page .content.data-v-f873d8ca {
  padding: 8px 16px;
}
.page .content .content_top.data-v-f873d8ca {
  padding: 20px 16px;
  background-color: #FAFEFC;
  border-radius: 10px;
}
.page .content .title.data-v-f873d8ca {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.page .content .desc.data-v-f873d8ca {
  margin-top: 16rpx;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.page .mid.data-v-f873d8ca {
  margin-top: 8px;
  padding: 10px 16px 18px 26px;
  background-color: #fff;
  border-radius: 10px;
}
.page .mid .fj.data-v-f873d8ca {
  margin-top: 32rpx;
  margin-bottom: 16rpx;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.page .fj_content.data-v-f873d8ca {
  margin-top: 8px;
  background-color: #fff;
}
.page .fj_content .item.data-v-f873d8ca {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page .fj_content .item .p_item.data-v-f873d8ca {
  position: relative;
  width: 120rpx;
  height: 120rpx;
  margin-right: 13px;
  margin-bottom: 13px;
}
.page .fj_content .item .p_item .delete.data-v-f873d8ca {
  position: absolute;
  width: 24rpx;
  height: 24rpx;
  top: -12rpx;
  right: -12rpx;
  z-index: 199;
}
.page .add_info.data-v-f873d8ca {
  width: 120rpx;
  height: 120rpx;
}
.page .add_info image.data-v-f873d8ca {
  width: 120rpx;
  height: 120rpx;
}
.page .text_gray_28.data-v-f873d8ca {
  font-size: 28rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.page .btv.data-v-f873d8ca {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 12px 16px;
}
.page .btv .btn.data-v-f873d8ca {
  width: 100%;
  height: 48px;
  background: var(--primary-color);
  box-shadow: 0px 2px 6px 0px var(--primary-color03);
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.page .content_history.data-v-f873d8ca {
  padding: 0rpx 32rpx;
}
.page .content_history .item.data-v-f873d8ca {
  position: relative;
  margin-top: 16rpx;
  padding: 40rpx 32rpx;
  background-color: #fff;
  border-radius: 10px;
}
.page .content_history .item .h_top.data-v-f873d8ca {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .content_history .item .h_top .title.data-v-f873d8ca {
  width: 72%;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .content_history .item .h_top .time.data-v-f873d8ca {
  width: 25%;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  text-align: right;
}
.page .content_history .item .h_desc.data-v-f873d8ca {
  margin-top: 16rpx;
  display: flex;
}
.page .content_history .item .h_desc text.data-v-f873d8ca {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.page .content_history .item .h_desc .t1.data-v-f873d8ca {
  color: #000000;
  margin-left: 8rpx;
}
.page .content_history .item .mart_34.data-v-f873d8ca {
  margin-top: 34rpx;
}
.page .content_history .item .status.data-v-f873d8ca {
  position: absolute;
  bottom: 40rpx;
  right: 32rpx;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFC200;
}
.page .no_data.data-v-f873d8ca {
  width: 100%;
}
.page .no_data .img.data-v-f873d8ca {
  display: block;
  margin: 0 auto;
  margin-top: 200rpx;
  width: 260rpx;
  height: 200rpx;
}
.page .no_data .text_black_28.data-v-f873d8ca {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 48rpx;
  text-align: center;
}