Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
490eef901e1538908355772534783ed31d3f7a99
1 parent
9eca499f
有货币css修改零时修改
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
23 deletions
static/sass/home/_thumb-row.scss
static/sass/me/_yoho-coin-detail.scss
static/sass/me/_yoho-coin-new.scss
yohobuy/m.yohobuy.com/application/controllers/Home.php
static/sass/home/_thumb-row.scss
View file @
490eef9
#thumb-row
{
@include
flexbox
((
display
:
box
,
box-pack
:
justify
)
,
$version
:
1
);
@include
flexbox
((
display
:
flex
,
justify-content
:
space-around
)
,
$version
:
3
);
// @include flexbox((
// display: box,
// box-pack: justify
// ), $version: 1);
// @include flexbox((
// display: flex,
// justify-content: space-around
// ), $version: 3);
background-color
:
#f0f0f0
;
text-align
:
center
;
padding
:
32rem
/
$pxConvertRem
14rem
/
$pxConvertRem
0
;
padding
:
32rem
/
$pxConvertRem
0
0
;
.thumb-row-box
{
display
:
inline-block
;
width
:
275rem
/
$pxConvertRem
;
...
...
@@ -19,5 +18,6 @@
background-size
:
100%
;
background-repeat
:
no-repeat
;
background-position
:
center
;
margin
:
0
14
.4rem
/
$pxConvertRem
;
}
}
...
...
static/sass/me/_yoho-coin-detail.scss
View file @
490eef9
...
...
@@ -47,7 +47,7 @@
right
:
0
;
top
:
0
;
margin-right
:
pxToRem
(
30px
);
font-size
:
pxToRem
(
28
px
);
font-size
:
pxToRem
(
34
px
);
font-weight
:
bold
;
line-height
:
pxToRem
(
100px
);
}
...
...
static/sass/me/_yoho-coin-new.scss
View file @
490eef9
...
...
@@ -12,14 +12,12 @@
}
.info
{
width
:
auto
;
color
:
#b0b0b0
;
font-size
:
pxToRem
(
24px
);
line-height
:
1
;
line-height
:
1rem
;
.dollar
{
display
:
inline-block
;
// margin-right: pxToRem(6px);
vertical-align
:
middle
;
width
:
pxToRem
(
24px
);
height
:
pxToRem
(
24px
);
background
:
image-url
(
"me/yoho-coin/dollar.png"
)
center
center
;
...
...
@@ -29,15 +27,15 @@
.more
{
display
:
inline-block
;
margin
:
pxToRem
(
30px
)
0
;
margin
:
pxToRem
(
20px
)
0
pxToRem
(
30px
)
;
color
:
#444
;
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
40px
);
width
:
pxToRem
(
152px
);
height
:
pxToRem
(
36px
);
font-size
:
pxToRem
(
28px
);
line-height
:
pxToRem
(
44px
);
width
:
pxToRem
(
168px
);
height
:
pxToRem
(
42px
);
text-align
:
center
;
border
:
1px
solid
#444
;
border-radius
:
pxToRem
(
36
px
);
border-radius
:
pxToRem
(
22
px
);
}
.coin-tip
{
...
...
@@ -45,7 +43,7 @@
padding
:
pxToRem
(
20px
)
pxToRem
(
30px
);
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
32px
);
color
:
#d
c6870
;
color
:
#d
0021b
;
border-top
:
1px
solid
#e0e0e0
;
border-bottom
:
1px
solid
#e0e0e0
;
...
...
@@ -54,7 +52,7 @@
width
:
pxToRem
(
32px
);
height
:
pxToRem
(
32px
);
font-weight
:
bold
;
border
:
2px
solid
#d
c6870
;
border
:
2px
solid
#d
0021b
;
border-radius
:
50%
;
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
490eef9
...
...
@@ -997,6 +997,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'currency-detail'
,
array
(
'money'
=>
$data
[
'money'
],
'pageFooter'
=>
true
,
'currencyPage'
=>
true
,
'currencyDetail'
=>
true
,
'currencyDetailPage'
=>
true
));
...
...
Please
register
or
login
to post a comment