Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
6735330bb591687b41b8dce2e3f891d40e09a4fa
1 parent
783db692
间距修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
web-static/sass/home/_index-pliffy.scss
yohobuy/www.yohobuy.com/application/Bootstrap.php
yohobuy/www.yohobuy.com/public/index-dev.php
web-static/sass/home/_index-pliffy.scss
View file @
6735330
...
...
@@ -183,7 +183,7 @@
margin-right
:
-10px
;
.good-info
{
width
:
240px
;
height
:
4
00
px
;
height
:
4
12
px
;
margin-bottom
:
0px
;
.good-detail-img
{
height
:
320px
;
...
...
@@ -439,7 +439,7 @@
.goods-container
{
.good-info
{
width
:
280px
;
height
:
4
6
5px
;
height
:
4
8
5px
;
.good-detail-img
{
height
:
374px
;
}
...
...
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
6735330
<?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'
:
// 主站
...
...
yohobuy/www.yohobuy.com/public/index-dev.php
View file @
6735330
<?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'
);
// 子域名后缀
...
...
Please
register
or
login
to post a comment