Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
李靖
2017-06-30 10:09:52 +0800
Commit
3a275fa8285ad1151ef9a385d55f491a8497fd15
1 parent
fa9bc562
样式调整,750宽度
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
apps/cart/controllers/ticketsConfirm.js
public/scss/cart/tickets-confirm.page.css
apps/cart/controllers/ticketsConfirm.js
View file @
3a275fa
...
...
@@ -17,7 +17,8 @@ const ticketsConfirm = (req, res) => {
// pageFooter: true,
localCss
:
true
,
navBtn
:
false
navBtn
:
false
,
width750
:
true
};
let
params
=
{
...
...
public/scss/cart/tickets-confirm.page.css
View file @
3a275fa
...
...
@@ -20,7 +20,7 @@
h4
{
width
:
95%
;
margin
-left
:
5%
;
margin
:
0
2.
5%
;
font-size
:
30px
;
color
:
#b0b0b0
;
margin-bottom
:
20px
;
...
...
@@ -28,8 +28,8 @@
}
.yoho-coin
{
margin-left
:
5%
;
width
:
90%
;
margin
:
0
2.5%
;
width
:
95%
;
overflow
:
hidden
;
border-bottom
:
1px
solid
#e0e0e0
;
...
...
@@ -41,7 +41,8 @@
.dispatch
{
.sub-block
{
h3
{
width
:
90%
;
width
:
95%
!important
;
margin
:
0
2.5%
!important
;
span
{
color
:
#afafaf
;
...
...
Please
register
or
login
to post a comment