index.less 1.67 KB
#event{
  position: fixed;
  top: 44px;
  left: 0;right: 0; bottom: 50px;
  overflow: auto;
  padding-bottom: 340px;
}
.event-footer{
  height: 45px;
  position: fixed;
  bottom: 0; left: 0; right: 0
}
.event-footer-button{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: rgba(54, 147, 239, 1);
  color: #ffffff;
}
.event-footer-button:active{
  background: rgba(54, 147, 239, 0.8);
}
.event-footer-button.button-disabled{
  background: rgba(152, 152, 152, 1);
}
.option-card{
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  background: #ffffff;
  padding: 17px 15px;
  font-size: 14px;
}
.option-title{
  display: flex;
  justify-content: space-between;
}
.option-fast{
  display: flex;
  align-items: center;
  color: rgba(239, 154, 54, 1);
}
.option-text{
  resize: none;
  margin-top: 15px;
  height: 137px;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius:5px;
  padding: 12px;
}
.am-action-sheet{
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 7px;
  width: auto;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button-mask{
  position: relative;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button{
  padding-top: 0;
}

.basic-people-content{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.basic-people-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px;
}
.work-people-img{
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.option-icon{
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.process-edit{
  width: 15px;
  height: 15px;
  margin-right: 5px;
}