Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
h5wandahuijia
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2dfcffc2
authored
Feb 22, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存一下
parent
9d013e6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
32 deletions
+2
-32
src/components/Description.vue
+0
-31
src/pages/index/App.vue
+1
-1
src/pages/index/index.js
+1
-0
No files found.
src/components/Description.vue
View file @
2dfcffc2
...
@@ -27,37 +27,6 @@
...
@@ -27,37 +27,6 @@
</p>
</p>
</div>
</div>
<div
class=
"text2"
>
<div
class=
"text2"
>
<!--
<div
class=
"bar1"
>
评委会大奖: 1名,
<span
class=
"lightBlue"
>
20000元奖金
</span>
</div>
-->
<!--
<div
class=
"bar2"
>
<div
class=
"rank"
>
<span>
金奖
</span>
<span>
1名
</span>
</div>
<div
class=
"prize lightBlue"
>
10000元奖金
</div>
</div>
-->
<!--
<div
class=
"bar2"
>
<div
class=
"rank"
>
<span>
银奖
</span>
<span>
2名
</span>
</div>
<div
class=
"prize lightBlue"
>
5000元奖金
</div>
</div>
<div
class=
"bar2"
>
<div
class=
"rank"
>
<span>
铜奖
</span>
<span>
3名
</span>
</div>
<div
class=
"prize lightBlue"
>
3000元奖金
</div>
</div>
<div
class=
"bar2"
>
<div
class=
"rank"
>
<span>
入围奖
</span>
<span>
20名
</span>
</div>
<div
class=
"prize lightBlue"
>
万达纪念品
</div>
</div>
-->
<div
class=
"bar3"
>
<div
class=
"bar3"
>
<div
class=
"rank"
>
<div
class=
"rank"
>
<span>
金奖
</span>
<span>
金奖
</span>
...
...
src/pages/index/App.vue
View file @
2dfcffc2
...
@@ -75,7 +75,7 @@ export default {
...
@@ -75,7 +75,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.img-wraper
{
.img-wraper
{
overflow
:
hidden
!important
;
overflow
:
hidden
!important
;
}
}
...
...
src/pages/index/index.js
View file @
2dfcffc2
...
@@ -13,6 +13,7 @@ import '@/modules/css/myreset.css';
...
@@ -13,6 +13,7 @@ import '@/modules/css/myreset.css';
import
'@/modules/js/flexible.js'
;
import
'@/modules/js/flexible.js'
;
import
axios
from
'axios'
;
import
axios
from
'axios'
;
window
.
axios
=
axios
;
import
api
from
'@/modules/js/api.js'
;
import
api
from
'@/modules/js/api.js'
;
axios
.
defaults
.
baseURL
=
api
.
server
;
axios
.
defaults
.
baseURL
=
api
.
server
;
axios
.
defaults
.
timeout
=
10000
;
axios
.
defaults
.
timeout
=
10000
;
...
...
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