/*
 * @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-graph-panel__list {
  display: inline;
  padding: 0;
}
.gd-editor-graph-panel__list li {
  display: inline-block;
  box-sizing: border-box;
  background: #FFF no-repeat 50% 50%;
  background-size: contain;
  border: 1px solid #f0f2f5;
  cursor: pointer;
  width: 74px;
  height: 60px;
  line-height: 76px;
  margin-bottom: 9px;
  margin-left: 10px;
  text-align: center;
  transition: all linear 0.2s;
  overflow: hidden;
  border-radius: 6px;
}
.gd-editor-graph-panel__list li:hover {
  border-color: #81b0ff;
  box-shadow: 0 9px 9px rgba(0, 92, 249, 0.08);
}
.gd-editor-graph-panel__loadmore .gd-loadmore__error {
  width: 200px;
  height: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 0;
}
