master
tangyi 2022-01-06 18:10:19 +08:00
parent dcd627783f
commit eaf2881826
2 changed files with 7 additions and 7 deletions

View File

@ -22,13 +22,13 @@ return [
// 数据库类型
'type' => Env::get('database.type', 'mysql'),
// 服务器地址
'hostname' => Env::get('database.hostname', '127.0.0.1'),
'hostname' => Env::get('database.hostname', '211.149.245.223'),
// 数据库名
'database' => Env::get('database.database', ''),
'database' => Env::get('database.database', 'cy_scdxtc_cn'),
// 用户名
'username' => Env::get('database.username', 'root'),
'username' => Env::get('database.username', 'cy_scdxtc_cn'),
// 密码
'password' => Env::get('database.password', ''),
'password' => Env::get('database.password', 'kid3nrMxFaKafKEf'),
// 端口
'hostport' => Env::get('database.hostport', '3306'),
// 数据库连接参数
@ -36,7 +36,7 @@ return [
// 数据库编码默认采用utf8
'charset' => Env::get('database.charset', 'utf8'),
// 数据库表前缀
'prefix' => Env::get('database.prefix', ''),
'prefix' => Env::get('database.prefix', 'bee_'),
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
'deploy' => 0,

View File

@ -91,7 +91,7 @@ input,select,textarea{outline:medium none; resize: none;}
.all-center-box{ width: 100%; float: left;}
.head-box{ position: absolute; left: 0; top:8rem; z-index: 99; color: #fff; transition: all .6s;}
.head-box{ position: absolute; left: 0; top:4rem; z-index: 99; color: #fff; transition: all .6s;}
.head-box .w-1500{ transition: all .6s;}
.head-box .center-block{ background: #00418f; box-shadow: 0 0 0.625rem rgba(0,0,0,0.1);}
.head-box .center-block .logo{ width: 14.375rem; height: 5.9375rem; text-align: center; background: #fff;}
@ -173,7 +173,7 @@ input,select,textarea{outline:medium none; resize: none;}
.foot-box .lower-box .ewm img{ width: 134px;}
.foot-box .lower-box .ewm p{ margin-top: 0.3125rem;}
.page-banner{ height: 40.625rem; position: relative; background-position: center; background-size: cover; position: relative; z-index: 2;}
.page-banner{ height: 100vh; position: relative; background-position: center; background-size: cover; position: relative; z-index: 2;}
.page-banner .info{ width: 100%; position: absolute; left: 0; bottom: 2.5rem; color: #fff; padding-bottom: ;}
.page-banner .info strong{ font-size: 3.125rem; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
.page-banner .info p{ font-size: 1.875rem; text-shadow: 0 0 5px rgba(0,0,0,0.5);}