Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
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
张冬
web-site
Commits
358d0931
Commit
358d0931
authored
Sep 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pos
parent
ba52d6ef
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
13 deletions
+21
-13
index.vue
pages/index/index.vue
+2
-1
abortive.vue
pages/index/notice/abortive.vue
+2
-1
all.vue
pages/index/notice/all.vue
+3
-2
bid.vue
pages/index/notice/bid.vue
+3
-2
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+3
-2
change.vue
pages/index/notice/change.vue
+3
-2
clarifies.vue
pages/index/notice/clarifies.vue
+3
-2
inquiry.vue
pages/index/notice/inquiry.vue
+1
-0
No files found.
pages/index/index.vue
View file @
358d0931
...
@@ -254,7 +254,7 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
...
@@ -254,7 +254,7 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
}
}
.login
>
.author
>
img
{
.login
>
.author
>
img
{
margin-top
:
0.6rem
;
/* margin-top: 0.6rem; */
width
:
.60rem
;
width
:
.60rem
;
height
:
.60rem
;
height
:
.60rem
;
background
:
rgba
(
216
,
216
,
216
,
1
);
background
:
rgba
(
216
,
216
,
216
,
1
);
...
@@ -266,6 +266,7 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
...
@@ -266,6 +266,7 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
width
:
.60rem
;
width
:
.60rem
;
height
:
.60rem
;
height
:
.60rem
;
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.login
>
.login-title
{
.login
>
.login-title
{
font-size
:
.16rem
;
font-size
:
.16rem
;
...
...
pages/index/notice/abortive.vue
View file @
358d0931
...
@@ -178,7 +178,8 @@ import {getErrorList} from '@/common/list.js'
...
@@ -178,7 +178,8 @@ import {getErrorList} from '@/common/list.js'
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/all.vue
View file @
358d0931
...
@@ -185,9 +185,10 @@ import {getAllList,getNoticeType} from '@/common/list.js'
...
@@ -185,9 +185,10 @@ import {getAllList,getNoticeType} from '@/common/list.js'
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/bid.vue
View file @
358d0931
...
@@ -191,9 +191,10 @@ import citySelect from "@/components/citySelect.vue";
...
@@ -191,9 +191,10 @@ import citySelect from "@/components/citySelect.vue";
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/biding.vue
View file @
358d0931
...
@@ -244,8 +244,8 @@ export default {
...
@@ -244,8 +244,8 @@ export default {
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
position
:
relative
;
}
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
margin-right
:
0.15rem
;
margin-right
:
0.15rem
;
...
...
pages/index/notice/cadidate.vue
View file @
358d0931
...
@@ -178,9 +178,10 @@ import {getCadidateList} from '@/common/list.js'
...
@@ -178,9 +178,10 @@ import {getCadidateList} from '@/common/list.js'
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/change.vue
View file @
358d0931
...
@@ -178,9 +178,10 @@ import {getChangeList} from '@/common/list.js'
...
@@ -178,9 +178,10 @@ import {getChangeList} from '@/common/list.js'
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/clarifies.vue
View file @
358d0931
...
@@ -176,9 +176,10 @@ import {getClerList} from '@/common/list.js'
...
@@ -176,9 +176,10 @@ import {getClerList} from '@/common/list.js'
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
}
position
:
relative
;
}
.left
{
.left
{
margin-left
:
0.3rem
;
margin-left
:
0.3rem
;
...
...
pages/index/notice/inquiry.vue
View file @
358d0931
...
@@ -243,6 +243,7 @@ export default {
...
@@ -243,6 +243,7 @@ export default {
}
}
.price
{
.price
{
width
:
9.2rem
;
width
:
9.2rem
;
position
:
relative
;
}
}
.left
{
.left
{
...
...
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