colleagues_2.wxss 5.1 KB
page{
  background: #f7f7f7;
}
.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.item{
  display: flex;
  flex-flow: column;
  background: #fff;
  box-sizing: border-box;
  padding: 48rpx 46rpx 0 32rpx;
}
.item_top{
  font-size:30rpx;
  font-family:PingFang SC;
  font-weight:bold;
  line-height:42rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.item_mid_text{
  margin-top: 22rpx;
  margin-bottom: 22rpx;
  font-size:26rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:30rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.item_mid_box_pic{
  width:216rpx;
  height:216rpx;
  background:rgba(0,0,0,0);
  opacity:1;
  display: flex;
  margin-top: 14rpx;
  margin-left: 10rpx;
}
.item_mid_box_pic:first-child{
  margin-left: 0;
}
.item_mid_box{
  display: flex;
  flex-wrap: wrap;
}
.item_mid_box_pic image{
  width: 100%;
  height: 100%;
}
.item_bottom{
  display: flex;
  justify-content: space-between;
  padding: 34rpx 0;
  align-items: center;
}
.bottom_space{
  padding: 34rpx;
  align-items: stretch
}

.item_left{
  display: flex;
}
.item_left_pic{
  width:46rpx;
  height:46rpx;
  background:rgba(0,0,0,0);
  border-radius:50%;
  opacity:1;
  display: flex;
}
.item_left_pic image{
  width: 100%;
  height: 100%;
}
.item_name{
  font-family:PingFang SC;
  font-size: 28rpx;
  font-weight:400;
  max-width: 200rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:rgba(204,204,204,1);
  margin-left: 16rpx;
  opacity:1;
}
.item_right{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.item_right_pic{
  width:36rpx;
  font-size: 28rpx;
  /* background:rgba(204,204,204,1); */
  opacity:1;
  display: flex;
}
.item_right_pic image{
  width: 100%;
}
.item_right_number{
  margin-left: 12rpx;
  width:24rpx;
  height:28rpx;
  font-size:28rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:28rpx;
  color:rgba(204,204,204,1);
  opacity:1;
}
.item_right_pic2{
  margin-left: 40rpx;
  width:34rpx;
  height:32rpx;
  /* background:rgba(204,204,204,1); */
  opacity:1;
  display: flex;
}
.item_right_pic2 image{
  width: 100%;
  height: 100%;
}
.button{
  width:686rpx;
  height:96rpx;
  line-height: 96rpx;
  background:linear-gradient(336deg,rgba(0,128,255,1) 0%,rgba(0,194,255,1) 100%);
  opacity:1;
  border-radius:8rpx;
  text-align: center;
  color: #fff;
  position: fixed;
  left: 32rpx;
  bottom: 30rpx;

}
.color_blue{
  color: #169BD5;
}
.item_time{
  margin-left: 16rpx;
  font-size:28rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(204,204,204,1);
  opacity:1;
  display: flex;
  align-items: center;
}
.item_delete{
  margin-left: 28rpx;
  font-size:28rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(22,155,213,1);
  opacity:1;
  display: flex;
  align-items: center;
}

.item_list{
  display: flex;
}
.item_list_left{
  display: flex;
}
.item_list_left_pic{
  width:80rpx;
  height:80rpx;
  background:rgba(0,0,0,0);
  opacity:1;
  border-radius:50%;
  display: flex;
}
.item_list_left_pic image{
  width: 100%;
  height: 100%;
  border-radius:50%;
}
.item_list_right{
  display: flex;
  flex-flow: column;
  flex: 1;
  margin-left: 16rpx;
}
.item_list_right_name{
 
  font-size:24rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:34rpx;
  color:rgba(69,96,159,1);
  opacity:1;
}
.item_list_right_title{
  min-height: 50rpx;
  margin-top: 10rpx;
  font-size:26rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:36rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.time_bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 6rpx;
}
.time_bottom_left{
  font-size:28rpx;
  font-family:PingFang SC;
  color:rgba(153,153,153,1);
  opacity:1;
  display: flex;
  align-items: center;
  height: 30rpx;
}
.time_bottom_left_pic{
  margin-right: 8rpx;
  width:36rpx;
  /* background:rgba(153,153,153,1); */
  opacity:1;
  display: flex;

}
.time_bottom_left_pic image{
  width: 100%;
  height: 100%;
}
.text_bottom{
  margin-top: 22rpx;
  background:rgba(245,245,245,1);
  border-radius:8rpx;
  padding: 16rpx;
  font-size:24rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:34rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.underline{
  margin-top: 16rpx;
  width: 100%;
  height: 2rpx;
  background: #F5F5F5;
}
.bottom_box{
  width: 750rpx;
  /* min-height: 120rpx; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  bottom: 0;
  border-top: 2rpx solid #F5F5F5;
  padding: 20rpx 0;
  z-index: 10;
}
.comments{
  border:1rpx solid #F5F5F5;
  font-size: 28rpx;
  padding: 15rpx;
  max-height: 130rpx;
}
.bottom_box_input{
  width: 608rpx;
  display: flex;
  background:rgba(247,247,247,1);
  border:2px solid rgba(238,238,238,1);
  opacity:1;
  border-radius:8rpx;
}
.bottom_box_input input{
  width: 100%;
  height: 64rpx;
  padding: 0 32rpx;
  font-size: 28rpx;
}
.bottom_box_input::placeholder{
  color: #CCCCCC;
}
.bottom_box_text{
  margin-left: 16rpx;
  font-size:32rpx;
  font-family:PingFang SC;
  font-weight:600;
  line-height:44rpx;
  color:rgba(51,51,51,1);
  opacity:1; 
}
.item_box{
  margin-top: 16rpx;
  padding-bottom: 120rpx;
}
.sub_box{
  color: #666;
}