Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
毕凯
9 years ago
Commit
dc527a9b7d1910070d1b059f09914b6d5e5c92ee
1 parent
5cfa7721
订单结算页面 样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
19 deletions
static/sass/cart/_order-ensure.scss
static/sass/cart/_order-ensure.scss
View file @
dc527a9
...
...
@@ -75,6 +75,20 @@
.goods
{
margin-right
:
-20rem
/
$pxConvertRem
;
.price-wrap
{
position
:
static
;
text-align
:
left
;
.price
{
color
:
#444
;
}
.count
{
display
:
inline
;
margin-left
:
20rem
/
$pxConvertRem
;
}
}
}
.sale-invoice
{
...
...
@@ -148,21 +162,27 @@
}
}
.block
input
{
box-sizing
:
border-box
;
margin
:
pxToRem
(
20px
)
0
;
padding
:
0
pxToRem
(
12px
);
width
:
100%
;
height
:
pxToRem
(
60px
);
color
:
#444
;
background
:
#efefef
;
font-size
:
pxToRem
(
16px
);
line-height
:
1
;
outline
:
0
;
border
:
0
;
@include
border-radius
(
4px
);
}
#invoice
{
input
{
width
:
100%
;
height
:
pxToRem
(
90px
);
outline
:
0
;
border
:
0
;
border-top
:
1px
solid
#f7f7f7
;
border-bottom
:
1px
solid
#f7f7f7
;
}
border-top
:
1px
solid
#f7f7f7
;
label
{
position
:
relative
;
width
:
100%
;
height
:
pxToRem
(
90px
);
border-bottom
:
1px
solid
#f7f7f7
;
display
:
block
;
border-top
:
1px
solid
#f7f7f7
;
}
select
{
...
...
@@ -178,13 +198,7 @@
#msg
{
padding-top
:
pxToRem
(
20px
);
input
{
padding
:
pxToRem
(
10px
);
width
:
pxToRem
(
580px
);
height
:
pxToRem
(
50px
);
outline
:
0
;
border
:
0
;
border
:
1px
solid
#f7f7f7
;
border-radius
:
pxToRem
(
4px
);
margin
:
0
;
}
}
...
...
Please
register
or
login
to post a comment