.picture-tools {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.picture-tools.actions-change-rotate {
  bottom: 150px;
}
.picture-tools > div {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.picture-tools > div.disabled {
  cursor: not-allowed;
  color: #999;
}
.picture-tools > div.disabled .anticon {
  color: #999;
}
.picture-actions {
  position: absolute;
  top: 8px;
  right: 8px;
}
.picture-actions > div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  float: left;
  text-align: center;
  margin-left: 4px;
  cursor: pointer;
}
.picture-actions .tools-screen-layer .anticon {
  padding-right: 0;
}
