Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
get-up-early
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
baihong
get-up-early
Commits
308f259a
Commit
308f259a
authored
Apr 21, 2021
by
baihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add;新增OpenSans字体
parent
0fefa2bd
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
43 additions
and
25 deletions
+43
-25
App.vue
App.vue
+27
-9
activities.vue
pages/activities/activities.vue
+2
-2
commentDetails.vue
pages/commentDetails/commentDetails.vue
+1
-1
home.vue
pages/home/home.vue
+8
-8
jifen.vue
pages/jifen/jifen.vue
+2
-2
myRecord.vue
pages/myRecord/myRecord.vue
+2
-2
user.vue
pages/user/user.vue
+1
-1
OpenSans.ttf
static/OpenSans.ttf
+0
-0
OpenSansBold.ttf
static/OpenSansBold.ttf
+0
-0
No files found.
App.vue
View file @
308f259a
<
script
>
import
Vue
from
'vue'
;
export
default
{
import
Vue
from
'vue'
;
export
default
{
onLaunch
:
function
()
{
console
.
log
(
'App Launch'
);
uni
.
getSystemInfo
({
...
...
@@ -19,14 +19,18 @@ export default {
let
navigationBarHeight
;
let
custom
=
{};
// #ifndef MP
custom
=
{
height
:
36
,
width
:
88
};
custom
=
{
height
:
36
,
width
:
88
};
navigationBarHeight
=
44
;
// #endif
// #ifdef MP-WEIXIN
custom
=
wx
.
getMenuButtonBoundingClientRect
();
navigationBarHeight
=
custom
.
bottom
+
custom
.
top
-
e
.
statusBarHeight
*
2
;
// 导航栏高度 = 状态栏到胶囊的间距(胶囊距上距离-状态栏高度) * 2 + 胶囊高度 + 状态栏高度
navigationBarHeight
=
(
custom
.
top
-
systemInfo
.
statusBarHeight
)
*
2
+
custom
.
height
+
systemInfo
.
statusBarHeight
;
navigationBarHeight
=
(
custom
.
top
-
systemInfo
.
statusBarHeight
)
*
2
+
custom
.
height
+
systemInfo
.
statusBarHeight
;
systemInfo
.
menuBotton
=
custom
.
top
-
systemInfo
.
statusBarHeight
;
systemInfo
.
menuRight
=
systemInfo
.
screenWidth
-
custom
.
right
;
systemInfo
.
menuHeight
=
custom
.
height
;
...
...
@@ -42,14 +46,28 @@ export default {
onHide
:
function
()
{
console
.
log
(
'App Hide'
);
}
};
};
</
script
>
<
style
lang=
"scss"
>
/*每个页面公共css */
@import
'uview-ui/index.scss'
;
.app
{
/*每个页面公共css */
@import
'uview-ui/index.scss'
;
@font-face
{
font-family
:
OpenSans
;
font-weight
:
normal
;
font-style
:
normal
;
src
:
url('static/OpenSans.ttf')
;
}
@font-face
{
font-family
:
OpenSans-Bold
;
font-weight
:
bold
;
src
:
url('static/OpenSansBold.ttf')
;
}
.app
{
background-color
:
#F5F7F9
;
height
:
100vh
;
}
}
</
style
>
pages/activities/activities.vue
View file @
308f259a
...
...
@@ -329,7 +329,7 @@
margin-top
:
10px
;
text
{
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#555555
;
//
line-height
:
33
rpx
;
...
...
@@ -506,7 +506,7 @@
display
:
flex
;
align-items
:
center
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
...
...
pages/commentDetails/commentDetails.vue
View file @
308f259a
...
...
@@ -83,7 +83,7 @@
align-items
:
center
;
margin-right
:
65
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#555555
;
line-height
:
33
rpx
;
...
...
pages/home/home.vue
View file @
308f259a
...
...
@@ -229,14 +229,14 @@
}
p
{
font-size
:
36
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
500
;
color
:
#333333
;
line-height
:
50
rpx
;
}
text
{
font-size
:
26
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#999999
;
line-height
:
37
rpx
;
...
...
@@ -251,7 +251,7 @@
align-items
:
center
;
justify-content
:
center
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
600
;
color
:
#000000
;
line-height
:
40
rpx
;
...
...
@@ -292,7 +292,7 @@
display
:
flex
;
flex-direction
:
column
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
600
;
color
:
#333333
;
line-height
:
40
rpx
;
...
...
@@ -368,7 +368,7 @@
align-items
:
center
;
margin-right
:
65
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#555555
;
line-height
:
33
rpx
;
...
...
@@ -392,7 +392,7 @@
.gz
{
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#999999
;
line-height
:
24
rpx
;
...
...
@@ -459,7 +459,7 @@
display
:
flex
;
flex-direction
:
column
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
...
...
@@ -521,7 +521,7 @@
text
{
font-size
:
22
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
500
;
color
:
#FFC915
;
line-height
:
24
rpx
;
...
...
pages/jifen/jifen.vue
View file @
308f259a
...
...
@@ -133,7 +133,7 @@
text
:nth-child
(
1
)
{
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
40
rpx
;
...
...
@@ -195,7 +195,7 @@
display
:
flex
;
align-items
:
flex-end
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
...
...
pages/myRecord/myRecord.vue
View file @
308f259a
...
...
@@ -153,7 +153,7 @@
text
:nth-child
(
1
)
{
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
40
rpx
;
...
...
@@ -217,7 +217,7 @@
display
:
flex
;
align-items
:
center
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
...
...
pages/user/user.vue
View file @
308f259a
...
...
@@ -135,7 +135,7 @@
display
:
flex
;
align-items
:
center
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
OpenSans
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
...
...
static/OpenSans.ttf
0 → 100644
View file @
308f259a
File added
static/OpenSansBold.ttf
0 → 100644
View file @
308f259a
File added
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