|  |  |  | 
|---|
|  |  |  | // 主色调 | 
|---|
|  |  |  | $primary-color:  #279BAA; | 
|---|
|  |  |  | $primary-title-start-color: #3582ff; | 
|---|
|  |  |  | $primary-title-color: #216EcE; | 
|---|
|  |  |  | $primary-color-sel: #2cbbd1; | 
|---|
|  |  |  | $primary-color-hover: #1562e2; | 
|---|
|  |  |  | $icon-background-color: #1e7985; | 
|---|
|  |  |  | // $primary-color: #216EEE; | 
|---|
|  |  |  | // $primary-title-start-color: #3582ff; | 
|---|
|  |  |  | // $primary-title-color: #216EcE; | 
|---|
|  |  |  | // $primary-color-sel: #0046c6; | 
|---|
|  |  |  | // $primary-color-sel: #0f52cf; | 
|---|
|  |  |  | // $primary-color-hover: #1562e2; | 
|---|
|  |  |  | // $icon-background-color: #0d5ada; | 
|---|
|  |  |  | // 主色调 | 
|---|
|  |  |  | $primary-color:  #2080f7; | 
|---|
|  |  |  | $primaryColor:  #2080f7; | 
|---|
|  |  |  | $primary-title-start-color: #3582ff; | 
|---|
|  |  |  | $primary-title-color: #216EcE; | 
|---|
|  |  |  | $primary-color-sel: #1659ac; | 
|---|
|  |  |  | $primary-color-hover: #1562e2; | 
|---|
|  |  |  | $icon-background-color: #186acf; | 
|---|
|  |  |  | //菜单悬浮色: | 
|---|
|  |  |  | $menu-hover-color: rgba(33, 110, 238, 0.10); | 
|---|
|  |  |  | // 头部高度 | 
|---|
|  |  |  | $header-height: 60px; | 
|---|
|  |  |  | // 菜单宽度 | 
|---|
|  |  |  | $menu-width: 250px; | 
|---|
|  |  |  | $menu-width: 220px; | 
|---|
|  |  |  | // 页面最小宽度 | 
|---|
|  |  |  | $page-min-width: 1000px; | 
|---|
|  |  |  |  | 
|---|