intership-clockin.wxss 5.6 KB

page {
	background: var(--primary-color03);
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-0a1674f9 {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-0a1674f9 {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-0a1674f9 {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-0a1674f9 {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-0a1674f9 {
  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;
}
.top.data-v-0a1674f9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: #FAFEFC;
  z-index: 99;
}
.top .tab.data-v-0a1674f9 {
  position: absolute;
  top: 10rpx;
  left: 0;
  width: 80%;
  left: 10%;
}
.divide_line.data-v-0a1674f9 {
  width: 100%;
  height: 2rpx;
  background: rgba(0, 0, 0, 0.1);
}
.bg.data-v-0a1674f9 {
  width: 100%;
}
.text.data-v-0a1674f9 {
  font-size: 28rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.info_bg.data-v-0a1674f9 {
  padding: 32rpx;
  background: var(--primary-color006);
  border-radius: 8rpx;
  margin-bottom: 60rpx;
}
.info_bg .icon.data-v-0a1674f9 {
  width: 26rpx;
  height: 26rpx;
  margin-right: 16rpx;
}
.clock.data-v-0a1674f9 {
  width: 296rpx;
  height: 296rpx;
  background: linear-gradient(154deg, var(--primary-color000) 0%, var(--primary-color) 100%);
  box-shadow: 0px 0px 20rpx 0px var(--primary-color03);
  margin: auto;
  border-radius: 148rpx;
}
.clock .text.data-v-0a1674f9 {
  font-size: 44rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.text_green.data-v-0a1674f9 {
  font-size: 36rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 46rpx;
}
.new_popup_search.data-v-0a1674f9 {
  padding: 50px 20px;
  height: 260px;
  background-image: url("https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/yxly-teacher/pop_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.new_popup_search .title.data-v-0a1674f9 {
  margin-top: 3px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.new_popup_search .close.data-v-0a1674f9 {
  width: 22px;
  height: 22px;
}
.new_popup_search .desc.data-v-0a1674f9 {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #202131;
}
.new_popup_search .btm.data-v-0a1674f9 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.new_popup_search .btm .cancel.data-v-0a1674f9 {
  width: 160px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 20px;
  font-weight: 500;
  color: #646464;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
}
.new_popup_search .btm .confirm.data-v-0a1674f9 {
  width: 160px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-left: 32rpx;
}
.new_popup_search1.data-v-0a1674f9 {
  padding: 20px 20px;
  height: 260px;
  background-image: url("https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/yxly-teacher/pop_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.new_popup_search1 .title.data-v-0a1674f9 {
  margin-top: 3px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.new_popup_search1 .close.data-v-0a1674f9 {
  width: 22px;
  height: 22px;
}
.new_popup_search1 .desc.data-v-0a1674f9 {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #202131;
}
.new_popup_search1 .btm.data-v-0a1674f9 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.new_popup_search1 .btm .cancel.data-v-0a1674f9 {
  width: 160px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 20px;
  font-weight: 500;
  color: #646464;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
}
.new_popup_search1 .btm .confirm.data-v-0a1674f9 {
  width: 160px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-left: 32rpx;
}
.signin_list.data-v-0a1674f9 {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 25rpx 0 20rpx 0;
}
.signin_list .steps.data-v-0a1674f9 {
  width: 100%;
  padding: 20rpx 40rpx;
}
.u-node.data-v-0a1674f9 {
  width: 12px;
  height: 12px;
  border-radius: 12rpx;
  background: #E5E5E6;
}
.u-green-node.data-v-0a1674f9 {
  width: 12px;
  height: 12px;
  border-radius: 12rpx;
  background: var(--primary-color);
}
.u-order-title.data-v-0a1674f9 {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.u-order-desc.data-v-0a1674f9 {
  margin-top: 5px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 300;
  color: #000000;
}
.u-order-fj.data-v-0a1674f9 {
  margin-top: 5px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 300;
  color: var(--primary-color);
}