qiyeyuebao.wxss 2.9 KB
@import "../zhishudetail/member/member.wxss";

.date {
  background: #ff9400;
}

.datesel {
  color: #fff;
}

.containerzhe {
  height: 800rpx;
  margin-top: 40rpx;
}

.seemore {
  width: 132rpx;
  height: 49rpx;
  background: rgba(211, 227, 255, 1);
  opacity: 1;
  border-radius: 4rpx;
  font-size: 24rpx;
  color: #538aee;
  text-align: center;
  line-height: 49rpx;
  margin: 0 auto;
}

.boxhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.companybox {
  padding: 0 17rpx;
  box-sizing: border-box;
  margin-top: 40rpx;
}

.boxtopitem {
  width: 190rpx;
  padding: 47rpx 10rpx;
  box-sizing: border-box;
  color: #333;
  font-size: 24rpx;
  border-right: 1rpx solid #f5f5f5;
  border-top: 1rpx solid #f5f5f5;
  border-bottom: 1rpx solid #f5f5f5;
  text-align: center;
}

.boxtopitem:first-child {
  border-left: 1rpx solid #f5f5f5;
}

.boxbottomitem {
  width: 190rpx;
  height:130rpx;
  line-height: 130rpx;
  padding: 10rpx;
  box-sizing: border-box;
  color: #333;
  font-size: 24rpx;
  border-right: 1rpx solid #f5f5f5;
  border-bottom: 1rpx solid #f5f5f5;
  text-align: center;
  display: -webkit-box ;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
}

.boxbottomitem:first-child {
  border-left: 1rpx solid #f5f5f5;
  text-align: left;
  line-height: 1.3;
}

.common {
  color: #ff8e5a;
}

.desbox {
  width: 710rpx;
  margin: 0 auto;
  border: 1rpx solid #d6d8db;
  border-radius: 10rpx;
  padding-bottom: 20rpx;
  box-sizing: border-box;
  margin-top: 50rpx;
}

.destext {
  padding: 20rpx 20rpx 30rpx;
  box-sizing: border-box;
  color: #333;
  font-size: 28rpx;
}

.desboxhead {
  height: 70rpx;
  background: #eef1f9;
  line-height: 70rpx;
  padding: 0 20rpx;
  box-sizing: border-box;
  color: #333;
  font-size: 32rpx;
  font-weight: bold;
}

.commonstate {
  color: #ff8e5a;
}

.worktime {
  padding-bottom: 30rpx;
  border-bottom: 20rpx solid #f6f7f8;
}
.atten{
  color:#538AEE;
  font-size: 20rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
  
}
.con {
  width: 100%;
  height: 382rpx;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con ec-canvas{
  width:100%;
  height:100%;
}
.yujinghead{
  display:flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 27rpx 40rpx;
  box-sizing: border-box;
  background: #F4F4F4;
  color:#A0A0A0;
  font-size: 24rpx;
}
.yuitem{
  text-align: center
}
.xuhao{
  width:48rpx;
}
.time{
  /* width:116rpx; */
  margin-left:40rpx;
}
.reason{
  margin-left:49rpx;
  width:56%;
}
.yujingbox{
 
 
  padding: 0 40rpx;
  box-sizing: border-box;
 
  
  
}
.yujingitem{
 display:flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 27rpx 0;
  box-sizing: border-box;
 
  color:#A0A0A0;
  font-size: 24rpx;
  border-bottom:1rpx solid #f5f5f5;
}
.text{
   margin-left:49rpx;
  width:56%;
  text-align: left
}