Showing
3 changed files
with
6 additions
and
6 deletions
@@ -183,7 +183,7 @@ | @@ -183,7 +183,7 @@ | ||
183 | margin-right:-10px; | 183 | margin-right:-10px; |
184 | .good-info{ | 184 | .good-info{ |
185 | width: 240px; | 185 | width: 240px; |
186 | - height: 400px; | 186 | + height: 412px; |
187 | margin-bottom:0px; | 187 | margin-bottom:0px; |
188 | .good-detail-img{ | 188 | .good-detail-img{ |
189 | height: 320px; | 189 | height: 320px; |
@@ -439,7 +439,7 @@ | @@ -439,7 +439,7 @@ | ||
439 | .goods-container{ | 439 | .goods-container{ |
440 | .good-info{ | 440 | .good-info{ |
441 | width: 280px; | 441 | width: 280px; |
442 | - height: 465px; | 442 | + height: 485px; |
443 | .good-detail-img{ | 443 | .good-detail-img{ |
444 | height: 374px; | 444 | height: 374px; |
445 | } | 445 | } |
1 | -<?php | 1 | +<?php |
2 | 2 | ||
3 | /** | 3 | /** |
4 | * 启动运行 | 4 | * 启动运行 |
@@ -73,7 +73,7 @@ class Bootstrap extends Bootstrap_Abstract | @@ -73,7 +73,7 @@ class Bootstrap extends Bootstrap_Abstract | ||
73 | $action = 'Index'; | 73 | $action = 'Index'; |
74 | 74 | ||
75 | // 二级域名 | 75 | // 二级域名 |
76 | - if (3 === $level) { | 76 | + if (2 === $level) { |
77 | $subDomain = strval($hostParts[0]); | 77 | $subDomain = strval($hostParts[0]); |
78 | switch (strtolower($subDomain)) { | 78 | switch (strtolower($subDomain)) { |
79 | case 'www': // 主站 | 79 | case 'www': // 主站 |
1 | -<?php | 1 | +<?php |
2 | use Yaf\Application; | 2 | use Yaf\Application; |
3 | 3 | ||
4 | -define('SITE_MAIN', 'http://dev.yohobuy.com'); // 网站主域名 | 4 | +define('SITE_MAIN', 'http://web.dev.yohobuy.com'); // 网站主域名 |
5 | define('OLD_MAIN', 'http://www.yohobuy.com'); // 网站旧域名 | 5 | define('OLD_MAIN', 'http://www.yohobuy.com'); // 网站旧域名 |
6 | define('COOKIE_DOMAIN', '.yohobuy.com'); // COOKIE作用域 | 6 | define('COOKIE_DOMAIN', '.yohobuy.com'); // COOKIE作用域 |
7 | define('SUB_DOMAIN', '.yohobuy.com'); // 子域名后缀 | 7 | define('SUB_DOMAIN', '.yohobuy.com'); // 子域名后缀 |
-
Please register or login to post a comment