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
郝肖肖
8 years ago
Commit
b833fd17ccbff1e37e1b9bee86d6c8b9b7c92d8f
1 parent
d1c05c0a
有货币使用弹框样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
4 deletions
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
web-static/sass/order/_pay.css
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
b833fd1
...
...
@@ -373,8 +373,9 @@
<div class="float-left">
有货币满<span class="sign-amount">100</span>个即可使用,每次使用有货币为<span class="sign-amount">10</span>个
</div>
<div class="float-right yoho-coin-help">
?<div class="yoho-coin-help-dialog">
<div class="float-right yoho-coin-help">?
<div class="yoho-coin-help-dialog">
<span class="arrow-up"></span>
<div class="yoho-coin-help-dialog-title">有货币使用条件:</div>
<div class="yoho-coin-help-dialog-content">
<ul>
...
...
web-static/sass/order/_pay.css
View file @
b833fd1
...
...
@@ -347,6 +347,7 @@
.play-pan
{
font-size
:
14px
;
width
:
100%
;
height
:
166px
;
.yoho-coin-help-link
{
color
:
#027cf9
;
...
...
@@ -366,7 +367,7 @@
line-height
:
17px
;
text-align
:
center
;
color
:
#fff
;
font-size
:
1
3
px
;
font-size
:
1
4
px
;
}
.yoho-coin-help-dialog
{
...
...
@@ -376,7 +377,7 @@
background-color
:
#fff
;
border
:
1px
solid
#000
;
margin-top
:
10px
;
width
:
3
6
0px
;
width
:
3
4
0px
;
height
:
140px
;
padding
:
15px
;
text-align
:
left
;
...
...
@@ -421,6 +422,28 @@
}
}
.arrow-up
{
position
:
absolute
;
right
:
6px
;
width
:
0
;
height
:
0
;
top
:
-11px
;
border-left
:
8px
solid
transparent
;
border-right
:
8px
solid
transparent
;
border-bottom
:
10px
solid
#000
;
&:before
{
content
:
''
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
10px
solid
#fff
;
right
:
-7px
;
display
:
inline-block
;
top
:
1px
;
position
:
absolute
;
}
}
}
.to-play
,
.ticket-play
{
...
...
Please
register
or
login
to post a comment