Commit 28bff83e by doszhang

dos

parent 4345e930
...@@ -13,7 +13,7 @@ return array( ...@@ -13,7 +13,7 @@ return array(
'AUTH_CLIENT_ID' => 'zhida_app', 'AUTH_CLIENT_ID' => 'zhida_app',
'AUTH_CLIENT_PASSWORD' => 'izhida', 'AUTH_CLIENT_PASSWORD' => 'izhida',
/* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */ /* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */
'__CDN__' => 'https://static3.izhida.cn/cdn1/chinaamc-2020flag/v1.1.1', '__CDN__' => 'https://static3.izhida.cn/cdn1/chinaamc-2020flag/v1.1.2',
// '__CDN__' => '/Public/static', // @readme <-- 上线时修改这里 // '__CDN__' => '/Public/static', // @readme <-- 上线时修改这里
'URL_MODEL' => 3, 'URL_MODEL' => 3,
'STORAGE_PATH' => WEB_ROOT_PATH . '/Data/Storage', 'STORAGE_PATH' => WEB_ROOT_PATH . '/Data/Storage',
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
left: 0; left: 0;
right: 0; right: 0;
margin: 0 auto; margin: 0 auto;
overflow: scroll; overflow: hidden;
} }
.wrap-inner { .wrap-inner {
position: absolute; position: absolute;
overflow: scroll; overflow: hidden;
left: 0; left: 0;
width: 32rem; width: 32rem;
height: 61.9rem; height: 61.9rem;
...@@ -649,6 +649,7 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -649,6 +649,7 @@ input[name=signature]::-webkit-input-placeholder {
z-index: 1; z-index: 1;
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 0;
} }
/* poster-list-page */ /* poster-list-page */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment