Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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-02-28 15:01:23 +0800
Commit
5b07b8e46b6117f098580efe126a4d96ae14999f
1 parent
f86d026c
订单相关的样式调整
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
public/scss/common/_modal.css
public/scss/me/_status.css
public/vue/me/refund.vue
public/vue/me/return/item.vue
public/scss/common/_modal.css
View file @
5b07b8e
...
...
@@ -11,9 +11,9 @@
transform
:
translate
(
-50%
,
-50%
);
h2
{
font-size
:
3
2
px
;
font-size
:
3
6
px
;
text-align
:
center
;
margin-top
:
80
px
;
margin-top
:
48
px
;
margin-bottom
:
0
;
}
...
...
public/scss/me/_status.css
View file @
5b07b8e
...
...
@@ -113,6 +113,11 @@
color
:
#b0b0b0
;
font-size
:
34px
;
}
a
{
display
:
inline-block
;
width
:
100%
;
}
}
.logistics
{
...
...
@@ -269,10 +274,14 @@
margin-right
:
40px
;
}
}
}
p
:last-of-type
{
font-size
:
28px
;
color
:
#b0b0b0
;
.exchange-info
{
.exchange-address
{
p
:
last-of-type
{
font-size
:
28px
;
color
:
#b0b0b0
;
}
}
}
...
...
public/vue/me/refund.vue
View file @
5b07b8e
...
...
@@ -203,7 +203,7 @@
.return-amount-item {
position: relative;
width: 100%;
height:
88
px;
height:
90
px;
&:after {
content: "";
...
...
public/vue/me/return/item.vue
View file @
5b07b8e
...
...
@@ -111,7 +111,7 @@
.tip {
position: relative;
height: 70px;
padding: 10px
30
px;
padding: 10px
22
px;
font-size: 26px;
background: #fff;
.icon {
...
...
Please
register
or
login
to post a comment