collected.wxss 5.6 KB

page {
  background-color: #f7f7f7;
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-31c9822d {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-31c9822d {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-31c9822d {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-31c9822d {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-31c9822d {
  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;
}
.list .items.data-v-31c9822d {
  width: 100%;
  padding: 32rpx;
  margin: 0 auto;
  border-radius: 8rpx;
  background-color: #ffffff;
  margin-top: 16rpx;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}
.list .items .header.data-v-31c9822d {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .items .header .title.data-v-31c9822d {
  max-width: 68%;
  display: flex;
  align-items: center;
}
.list .items .header .title .name.data-v-31c9822d {
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.list .items .header .title .internship.data-v-31c9822d {
  background: rgba(12, 177, 122, 0.1);
  border-radius: 2px;
  padding: 4rpx 6rpx;
  color: #0cb17a;
  font-size: 24rpx;
  font-weight: 500;
  margin-right: 12rpx;
}
.list .items .header .title .society.data-v-31c9822d {
  background: rgba(255, 185, 28, 0.1);
  border-radius: 8rpx;
  padding: 4rpx 6rpx;
  color: #FFB91C;
  font-size: 24rpx;
  font-weight: 500;
  margin-right: 12rpx;
}
.list .items .header .title .school.data-v-31c9822d {
  background: rgba(22, 119, 255, 0.1);
  border-radius: 8rpx;
  padding: 4rpx 6rpx;
  color: #1677ff;
  font-size: 24rpx;
  font-weight: 500;
  margin-right: 12rpx;
}
.list .items .header .title image.data-v-31c9822d {
  width: 32rpx;
  height: 32rpx;
  margin-right: 12rpx;
}
.list .items .header .salary.data-v-31c9822d {
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: var(--primary-color);
}
.list .items .company.data-v-31c9822d {
  margin-top: 20rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .items .company .title.data-v-31c9822d {
  max-width: 76%;
  display: flex;
  align-items: center;
}
.list .items .company .title .name.data-v-31c9822d {
  font-size: 28rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.list .items .company .title image.data-v-31c9822d {
  width: 32rpx;
  height: 32rpx;
  margin-right: 12rpx;
}
.list .items .company .city.data-v-31c9822d {
  max-width: 24%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 300;
  color: #000000;
}
.list .items .desc.data-v-31c9822d {
  font-size: 28rpx;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #000000;
  margin-top: 20rpx;
}
.list .items .address.data-v-31c9822d {
  width: 100%;
  margin-top: 20rpx;
  display: flex;
  align-items: center;
}
.list .items .address .left.data-v-31c9822d {
  max-width: 70%;
  font-size: 28rpx;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list .items .address .right.data-v-31c9822d {
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 28rpx;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.45);
}
.list .items .flag.data-v-31c9822d {
  background: var(--primary-color006);
  border-radius: 2px;
  padding: 8rpx 6rpx;
  color: var(--primary-color);
  font-size: 24rpx;
  margin-left: 10rpx;
  min-width: 60rpx;
}
.list .items .flag1.data-v-31c9822d {
  background: rgba(62, 139, 251, 0.06);
  border-radius: 2px;
  padding: 8rpx 8rpx;
  color: #3e8bfb;
  font-size: 24rpx;
  margin-left: 10rpx;
  min-width: 60rpx;
}
.popup .title.data-v-31c9822d {
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  padding: 28rpx 32rpx;
}
.popup .list.data-v-31c9822d {
  padding: 0rpx 32rpx;
  margin-top: 32rpx;
  display: flex;
  align-items: center;
}
.popup .text.data-v-31c9822d {
  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;
}
.no_data.data-v-31c9822d {
  width: 100%;
}
.no_data .img.data-v-31c9822d {
  display: block;
  margin: 0 auto;
  padding-top: 200rpx;
  width: 260rpx;
  height: 200rpx;
}
.no_data .text_black_28.data-v-31c9822d {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 48rpx;
  text-align: center;
}