Authored by weiqingting

间距修改

... ... @@ -183,7 +183,7 @@
margin-right:-10px;
.good-info{
width: 240px;
height: 400px;
height: 412px;
margin-bottom:0px;
.good-detail-img{
height: 320px;
... ... @@ -439,7 +439,7 @@
.goods-container{
.good-info{
width: 280px;
height: 465px;
height: 485px;
.good-detail-img{
height: 374px;
}
... ...
<?php
<?php
/**
* 启动运行
... ... @@ -73,7 +73,7 @@ class Bootstrap extends Bootstrap_Abstract
$action = 'Index';
// 二级域名
if (3 === $level) {
if (2 === $level) {
$subDomain = strval($hostParts[0]);
switch (strtolower($subDomain)) {
case 'www': // 主站
... ...
<?php
<?php
use Yaf\Application;
define('SITE_MAIN', 'http://dev.yohobuy.com'); // 网站主域名
define('SITE_MAIN', 'http://web.dev.yohobuy.com'); // 网站主域名
define('OLD_MAIN', 'http://www.yohobuy.com'); // 网站旧域名
define('COOKIE_DOMAIN', '.yohobuy.com'); // COOKIE作用域
define('SUB_DOMAIN', '.yohobuy.com'); // 子域名后缀
... ...