/*
 * @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 表示特大
*/
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.gd-quick-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  cursor: pointer;
  color: #333;
  box-sizing: border-box;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.gd-quick-link-item + .gd-quick-link-item {
  border-top: none;
}
.gd-quick-link-item svg {
  font-size: 24px;
  color: inherit;
  fill: currentColor;
}
.gd-quick-link-item span {
  display: block;
  white-space: nowrap;
  color: inherit;
}
.gd-quick-link-item:hover {
  background-color: #005CF9;
  color: #ffffff;
}
.gd-quick-link-item:hover .gd-quick-link-item__tip {
  display: block;
}
.gd-quick-link-item__tip {
  position: absolute;
  display: none;
  overflow: hidden;
  cursor: default;
  transform: translate(-100%, 0);
  top: 0;
  left: 1px;
  box-sizing: border-box;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
