Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
32b55a35
authored
Jun 15, 2026
by
kaisa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.yabolive.net:88/libai/Static
parents
1b69859c
a198bd77
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
overseasActivities/css/base.css
overseasActivities/css/fonts/PingFangMedium.ttf
overseasActivities/css/base.css
View file @
32b55a35
/*初始化 reset*/
@charset
"utf-8"
;
@font-face
{
font-family
:
"ProjectPingFang"
;
src
:
url("./fonts/PingFangMedium.ttf")
format
(
"truetype"
);
font-weight
:
100
900
;
font-style
:
normal
;
font-display
:
block
;
}
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
form
,
input
,
button
,
textarea
,
select
,
p
,
span
,
font
,
em
,
i
,
b
,
strong
,
button
{
margin
:
0
;
padding
:
0
;}
body
{
margin
:
0
;
font-family
:
"
Microsoft YaHei"
,
Arial
,
Helvetica
,
sans-serif
,
"宋体"
;
background
:
#fff
;
overflow
:
visible
;
color
:
#333333
;}
body
{
margin
:
0
;
font-family
:
"
ProjectPingFang"
,
sans-serif
;
background
:
#fff
;
overflow
:
visible
;
color
:
#333333
;}
html
,
body
{
height
:
100%
;}
input
,
select
{
font-size
:
12px
;
line-height
:
16px
;
border
:
0
none
;
vertical-align
:
middle
;}
button
{
border
:
0
none
;}
...
...
@@ -60,4 +68,9 @@ input[type=number]::-webkit-outer-spin-button {
::-webkit-scrollbar
{
display
:
none
;
}
/*版芯*/
.ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
\ No newline at end of file
overseasActivities/css/fonts/PingFangMedium.ttf
0 → 100644
View file @
32b55a35
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