Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
h5-base
Commits
9fb65460
Commit
9fb65460
authored
Aug 21, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
37327b2a
adb217f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
12 deletions
+28
-12
logistics.png
src/assets/logistics.png
+0
-0
logistics.vue
src/components/logistics.vue
+28
-12
No files found.
src/assets/logistics.png
0 → 100644
View file @
9fb65460
15.4 KB
src/components/logistics.vue
View file @
9fb65460
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
<div>
<div>
<div
class=
"no-result"
v-if=
"!list.length"
>
<div
class=
"no-result"
v-if=
"!list.length"
>
<
p
>
<
div
class=
"content"
>
暂无物流信息
<img
src=
"~@/assets/logistics.png"
>
<
br
>
<
div
class=
"text"
>
您还没有物流信息哦~
</div
>
<span
class=
"link"
@
click=
"goIndex"
>
返回首页
</span>
<span
class=
"link"
@
click=
"goIndex"
>
返回首页
</span>
</
p
>
</
div
>
</div>
</div>
<div
v-else-if=
"list.length && list[0] != 0"
>
<div
v-else-if=
"list.length && list[0] != 0"
>
...
@@ -94,19 +94,35 @@
...
@@ -94,19 +94,35 @@
.no-result {
.no-result {
height: 95vh;
height: 95vh;
line-height: 40
px
;
line-height: 40
*@toVw
;
color: #999;
color: #999;
font-size: 16*@toVw;
font-size: 16*@toVw;
text-align: center;
text-align: center;
display: flex;
display: flex;
p
{
.content
{
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
.text {
margin-bottom: 86*@toVw;
font-size:14*@toVw;
color:rgba(102,102,102,1);
line-height:20*@toVw;
}
img {
display: block;
margin: 0 auto 10*@toVw;
width: 300*@toVw;
}
}
.link {
.link {
font-size: 14*@toVw;
display: block;
color: #40A9FF;
width:112*@toVw;
text-decoration: underline;
height:38*@toVw;
background:rgba(64,169,255,1);
border-radius:25*@toVw;
font-size:15*@toVw;
color:rgba(255,255,255,1);
line-height: 38*@toVw;
}
}
}
}
}
...
@@ -133,7 +149,7 @@
...
@@ -133,7 +149,7 @@
.item-header {
.item-header {
padding-bottom: 10*@toVw;
padding-bottom: 10*@toVw;
//border-bottom: solid 1*@toVw #E2E2E2;
//border-bottom: solid 1*@toVw #E2E2E2;
border-bottom: solid 0.55
px
#E2E2E2;
border-bottom: solid 0.55
*@toVw
#E2E2E2;
h2 {
h2 {
line-height:20*@toVw;
line-height:20*@toVw;
font-size:14*@toVw;
font-size:14*@toVw;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment