Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
d2083f9c
Commit
d2083f9c
authored
Nov 09, 2021
by
Tang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
6711a0d4
5dfa2331
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
1 deletions
+17
-1
.env.development
.env.development
+2
-1
_reset.css
src/assets/css/_reset.css
+4
-0
PingFangSC-Semibold.otf
src/assets/font/PingFangSC-Semibold.otf
+0
-0
footer.vue
src/components/layout/footer.vue
+4
-0
Branch.vue
src/views/Org/Branch.vue
+4
-0
fzzx.vue
src/views/Org/comps/fzzx.vue
+1
-0
left.vue
src/views/comps/left.vue
+2
-0
No files found.
.env.development
View file @
d2083f9c
VUE_APP_CURRENTMODE = "development"
VUE_APP_HOST_URL = "http
s://icommunity.thed3chain.com:5443
"
VUE_APP_HOST_URL = "http
://81.68.189.225:9091
"
VUE_APP_LOG = true
\ No newline at end of file
src/assets/css/_reset.css
View file @
d2083f9c
...
...
@@ -8,6 +8,10 @@
font-family
:
'PingFangSC-Medium'
;
src
:
url('../font/PingFangSC-Medium.ttf')
;
}
@font-face
{
font-family
:
'PingFangSC-Semibold'
;
src
:
url('../font/PingFangSC-Semibold.otf')
;
}
html
,
body
,
...
...
src/assets/font/PingFangSC-Semibold.otf
0 → 100644
View file @
d2083f9c
File added
src/components/layout/footer.vue
View file @
d2083f9c
...
...
@@ -99,6 +99,9 @@ export default {
flex-wrap
:
wrap
;
div{
margin-right
:
20px
;
color
:
#0E2C6B
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
&:last-child{
margin-right
:
0
;
}
...
...
@@ -109,6 +112,7 @@ export default {
line-height
:
30px
;
color
:
#0E2C6B
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
.qrcode
{
...
...
src/views/Org/Branch.vue
View file @
d2083f9c
...
...
@@ -173,6 +173,7 @@ export default {
.cate-name
{
color
:
#454545
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.alert
{
margin
:
30px
0
20px
0
;
...
...
@@ -191,10 +192,13 @@ export default {
color
:
#454545
;
padding-left
:
30px
;
padding-right
:
30px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-size
:
15px
;
&.active,
&:hover
{
border-bottom
:
3px
solid
#f26335
;
color
:
#04408d
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
}
}
}
...
...
src/views/Org/comps/fzzx.vue
View file @
d2083f9c
...
...
@@ -41,6 +41,7 @@ export default {
font-size
:
14px
;
.cate-name
{
color
:
#454545
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.fzzx-list
{
margin-top
:
20px
;
...
...
src/views/comps/left.vue
View file @
d2083f9c
...
...
@@ -82,6 +82,8 @@ export default {
border
:
0
;
font-size
:
14px
;
padding
:
0.8rem
1rem
;
color
:
#666666
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
&.active
{
background
:
rgba
(
242
,
99
,
53
,
0.1
);
color
:
#f26335
;
...
...
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