/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-editor-text-panel {
  width: 270px;
}
.gd-editor-text-panel__list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.gd-editor-text-panel__list li {
  display: inline-block;
  background: #FFF no-repeat 50% 50%;
  background-size: contain;
  border: 1px solid #f0f2f5;
  border-radius: 6px;
  cursor: pointer;
  width: 112px;
  height: 76px;
  line-height: 76px;
  margin-bottom: 13px;
  margin-left: 14px;
  text-align: center;
  transition: all linear 0.2s;
}
.gd-editor-text-panel__list li:hover {
  border-color: #AEAEAE;
}
.gd-editor-text-panel__loadmore .gd-loadmore__error {
  width: 200px;
  height: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 0;
}
