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
ccbikai
9 years ago
Commit
7a1c1831a1bf5b32651bd3e3675c161cedb8fb2f
1 parent
7e382487
商品列表图片高度
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
library/Api/Yohobuy.php
static/sass/_good.scss
library/Api/Yohobuy.php
View file @
7a1c183
...
...
@@ -23,9 +23,9 @@ class Yohobuy
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
// /* 测试环境 */
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
/**
* 私钥列表
...
...
static/sass/_good.scss
View file @
7a1c183
...
...
@@ -57,7 +57,7 @@
.good-detail-img
{
position
:
relative
;
display
:
table-cell
;
height
:
3
8
8rem
/
$pxConvertRem
;
height
:
3
6
8rem
/
$pxConvertRem
;
vertical-align
:
middle
;
.good-islike
{
...
...
@@ -79,7 +79,7 @@
img
{
display
:
block
;
width
:
100%
;
max-height
:
3
8
8rem
/
$pxConvertRem
;
max-height
:
3
6
8rem
/
$pxConvertRem
;
}
.few-tag
{
...
...
Please
register
or
login
to post a comment