forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-26 8f619dde9e2382fc8a4f1e04fafde1418f06165b
SunshineIns/src/conf/cover.scss
@@ -26,20 +26,36 @@
/**渐变***/
.ant-menu-item-selected {
  color: #FFFFFF;
  color: #ffffff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #FFFFFF;
  color: #ffffff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background: -webkit-linear-gradient(left, #1790FF , #33C3FF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1790FF, #33C3FF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1790FF, #33C3FF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1790FF , #33C3FF); /* 标准的语法(必须放在最后) */
  background: -webkit-linear-gradient(
    left,
    #1790ff,
    #33c3ff
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #1790ff,
    #33c3ff
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #1790ff,
    #33c3ff
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #1790ff,
    #33c3ff
  ); /* 标准的语法(必须放在最后) */
}
.ant-modal-header{
  background: #1790FF;
  background: #1790ff;
}
.bf-content{
@@ -70,3 +86,17 @@
  border-color: #fff;
  background: #fff;
}
// 隐藏滚动条
* {
  &::-webkit-scrollbar {
    display: none;
  }
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ant-layout-sider-children {
  display: flex;
  flex-direction: column;
}