feat: 后端全量更新 - 含所有本次需求
- Contract.php: 返回合约账户余额(balance_contract) - My.php: 地址管理增加BTC/ETH - AppContract.php: 一键平仓(closeall) - AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2) - site.php: 手续费减半(0.018→0.009) - agent_permission_setup.sql: 代理权限SQL - crypto_news_crawler.py: 新闻自动采集脚本
This commit is contained in:
Executable
+114
@@ -0,0 +1,114 @@
|
||||
/*
|
||||
* Skin: Blue
|
||||
* -----------
|
||||
*/
|
||||
@import "../bootstrap-less/mixins.less";
|
||||
@import "../bootstrap-less/variables.less";
|
||||
@import "../fastadmin/variables.less";
|
||||
@import "../fastadmin/mixins.less";
|
||||
|
||||
@blue: #4e73df;
|
||||
@sidebar-dark-bg: #4e73df;
|
||||
@sidebar-dark-color: #ccd9ff;
|
||||
@sidebar-dark-submenu-color: #ccd9ff;
|
||||
@sidebar-dark-submenu-bg: darken(@sidebar-dark-bg, 3%);
|
||||
|
||||
.skin-blue {
|
||||
.main-header {
|
||||
|
||||
.navbar-toggle {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
color: #333;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
.navbar-variant(#fff; #444; @blue; rgba(0, 0, 0, .02));
|
||||
|
||||
> .sidebar-toggle {
|
||||
color: #333;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
> li > a {
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-custom-menu .navbar-nav,
|
||||
.navbar-right {
|
||||
> li {
|
||||
> a {
|
||||
border-left: 1px solid #eee;
|
||||
border-left: none;
|
||||
border-right-width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .logo {
|
||||
.logo-variant(@blue; #fff);
|
||||
border-right: 1px solid @blue;
|
||||
box-shadow: none;
|
||||
@media (max-width: @screen-header-collapse) {
|
||||
.logo-variant(#fff; #222);
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
|
||||
li.user-header {
|
||||
background-color: @blue;
|
||||
}
|
||||
|
||||
.nav-addtabs > li > a, .nav-addtabs > li.active > a {
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.content-header {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.skin-dark-sidebar(#fff);
|
||||
|
||||
.sidebar-form input[type="text"] {
|
||||
.placeholder(#fff);
|
||||
}
|
||||
|
||||
.sidebar-form input[type="text"], .sidebar-form .btn {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&.multiplenav {
|
||||
@media (max-width: @screen-header-collapse) {
|
||||
.main-header {
|
||||
.navbar {
|
||||
.navbar-variant(@sidebar-dark-bg; #fff);
|
||||
}
|
||||
|
||||
|
||||
> .logo {
|
||||
.logo-variant(@sidebar-dark-bg; #fff);
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar .mobilenav a.btn-app {
|
||||
background: lighten(@sidebar-dark-bg, 10%);
|
||||
color: #fff;
|
||||
|
||||
&.active {
|
||||
background: #fff;
|
||||
color: lighten(@sidebar-dark-bg, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user