/*
 * @FilePath   : /css/categories/beautify_editor_components/shear_plate/index.less
 * @Description: 编辑器 > 剪切板
 */
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] {
  width: 100%;
  height: 100%;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container {
  width: 100%;
  height: 100%;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list {
  display: none;
  width: 100%;
  height: 100%;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list .record-list__container {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 78px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list .record-list__container > li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 800px;
  padding: 10px;
  cursor: pointer;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list .record-list__container > li + li {
  border-top: 1px solid #dfdada;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list .record-list__container > li .clipboard-item-delete {
  font-size: 14px;
  line-height: normal;
  position: absolute;
  z-index: 5;
  right: 5px;
  bottom: 5px;
  padding: 4px 8px;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
  color: #fff;
  border-radius: 4px;
  background-color: #9c9c9c;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list .record-list__container > li .clipboard-item-delete:hover {
  color: white;
  background-color: #fa6400;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions .check-group {
  width: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions .check-group .check-item {
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  line-height: normal;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions .check-group .check-item input {
  margin-right: 4px;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions .btn-group {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-list__actions .btn-group .btn {
  font-size: 14px;
  width: 154px;
  height: 40px;
  color: #fff;
  border-radius: 6px;
  background-color: #fa6400;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-other {
  display: block;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-other .function_hint {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 40px 10px 0;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-other .function_hint .hint-item {
  text-align: center;
  color: #737373;
}
#shear_plate__panel[scoped="c2hlYXJfcGxhdGU"] .shear_plate__container .record-container .record-other .function_hint .hint-item + .hint-item {
  margin-top: 18px;
}
