createTask.acss 1.38 KB
@import "../../template/avater/index.acss";
page {
  background: #fff;
  overflow: hidden;
}

.task-column {
  box-sizing: border-box;
  padding: 0 42rpx 0 32rpx;
  width: 100%;
  display: flex;
  align-items: center;
}

.edit-column {
  color: rgba(27, 38, 61, 1);
  margin: 46rpx 0;
  height: 84rpx;
}

.task-time {
  margin-top: 46rpx;
}

.edit-column input {
  flex: 1;
  margin-left: 8rpx;
  font-size: 40rpx;
  caret-color: #3070F2;
  padding: 0;
  height: 84rpx;
}

.participator-top {
  height: 62rpx;
  line-height: 62rpx;
}

.icon {
  color: #1B263D;
  font-size: 34rpx;
}

.participator-title {
  color: rgba(25, 31, 37, 1);
  font-size: 34rpx;
  flex: 1;
  margin-left: 26rpx;
}

.participator-bottom {
  padding: 14rpx 42rpx 14rpx 96rpx;
}

.people {
  text-align: center;
  width: 80rpx;
  margin-right: 16rpx;
}

.people>.avater, .fake-avater {
  width: 80rpx;
  height: 80rpx;
  line-height: 80rpx;
  position: relative;
}

.fake-name {
  height: 48rpx;
}

.name {
  font-size: 24rpx;
  line-height: 40rpx;
  color: rgba(25, 31, 37, 0.56);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40rpx;
}

.error {
  color: red;
  font-size: 24rpx;
  flex: 1;
}

.edit-column>.checkbox {
  width: 32rpx!important;
  height: 32rpx!important;
  line-height: 32rpx!important;
}

.btn-disabled {
  opacity: 0.4;
}

.iconright {
  font-size: 30rpx;
  color: rgba(10, 10, 10, 0.3)
}