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
郭成尧
9 years ago
Commit
e1b72e4441c0716fc582301d770f48916c6ffdbe
1 parent
2877d753
'修复样式丢失BUG'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
118 additions
and
1 deletions
web-static/sass/home/_returns-apply.css
web-static/sass/home/_returns-detail.css
web-static/sass/home/_returns.css
web-static/sass/home/_returns-apply.css
View file @
e1b72e4
...
...
@@ -40,6 +40,14 @@
margin-bottom
:
15px
;
}
}
.icon-onlineservice
{
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
margin-left
:
10px
;
background
:
resolve
(
home
/
onlineservice
.
png
)
no-repeat
;
vertical-align
:
text-bottom
;
}
}
h2
{
height
:
21px
;
...
...
@@ -91,6 +99,39 @@
color
:
#999
;
}
}
.special-tip
{
position
:
relative
;
span
{
color
:
#3a3a3a
;
}
.doubt
{
display
:
inline-block
;
margin-left
:
5px
;
width
:
14px
;
height
:
14px
;
background
:
resolve
(
home
/
return-doubt
.
png
)
no-repeat
;
vertical-align
:
text-bottom
;
}
.special-content
{
display
:
none
;
position
:
absolute
;
top
:
0
;
width
:
280px
;
padding
:
10px
15px
;
border
:
1px
solid
#3a3a3a
;
background
:
#fff
;
color
:
#3a3a3a
;
word-break
:
break-word
;
i.arrow{
position
:
absolute
;
top
:
5px
;
left
:
-7px
;
width
:
7px
;
height
:
12px
;
background
:
resolve
(
home
/
return-arrow
.
png
)
no-repeat
;
}
}
}
.exchange-choose-wrap
{
width
:
185px
;
border
:
1px
solid
#e6e6e6
;
...
...
web-static/sass/home/_returns-detail.css
View file @
e1b72e4
...
...
@@ -30,6 +30,22 @@
background
:
resolve
(/
home
/
detail-act
.
png
)
no-repeat
top
center
}
}
.cancel-return
{
height
:
26px
;
margin
:
0
10px
;
padding-top
:
10px
;
padding-left
:
10px
;
line-height
:
26px
;
border-top
:
1px
solid
#e0e0e0
;
a{
display
:
inline-block
;
padding
:
0
10px
;
margin-left
:
15px
;
color
:
#fff
;
background
:
#3a3a3a
;
text-align
:
center
;
}
}
.detail-container
{
padding
:
10px
;
...
...
web-static/sass/home/_returns.css
View file @
e1b72e4
...
...
@@ -60,4 +60,64 @@
}
}
}
\ No newline at end of file
}
.cancel-dialog
{
width
:
350px
;
background
:
#fff
;
padding
:
20px
30px
35px
30px
;
.message-title{
margin-top
:
40px
;
margin-bottom
:
27px
;
font-size
:
24px
;
font-weight
:
700
;
}
.message-summary
{
width
:
250px
;
margin
:
0
auto
22px
;
font-size
:
14px
;
word-wrap
:
break-word
;
line-height
:
20px
;
color
:
#444
;
}
.btns
{
padding
:
15px
30px
0
;
text-align
:
center
;
.btn
{
height
:
35px
;
font-size
:
15px
;
line-height
:
35px
;
}
.cancel-sure
{
width
:
130px
;
color
:
#fff
;
background
:
#000
;
border
:
none
;
}
.cancel-no
{
margin-left
:
30px
;
background
:
#fff
;
color
:
#000
;
border-color
:
#000
;
width
:
126px
;
}
}
.close
{
top
:
15px
;
right
:
15px
;
.iconfont{
font-size
:
30px
;
}
}
.icon-warn
{
display
:
inline-block
;
margin-right
:
10px
;
background
:
resolve
(/
home
/
icon-warn
.
png
)
no-repeat
;
width
:
30px
;
height
:
30px
;
vertical-align
:
-6px
;
}
}
...
...
Please
register
or
login
to post a comment