Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
html-vue-code-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
caolun
html-vue-code-test
Commits
61776b9c
Commit
61776b9c
authored
Feb 17, 2023
by
Allencl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7c718a61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
index.css
tree-detail-html/css/index.css
+18
-0
index.html
tree-detail-html/index.html
+2
-0
No files found.
tree-detail-html/css/index.css
0 → 100644
View file @
61776b9c
/* 滚动条 */
::-webkit-scrollbar
{
width
:
7px
;
/* 纵向滚动条*/
height
:
7px
;
/* 横向滚动条 */
background-color
:
#fff
;
}
/*定义滚动条轨道 内阴影*/
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0
);
background-color
:
#f1f1f1
;
}
/*定义滑块 内阴影*/
::-webkit-scrollbar-thumb
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0
);
background-color
:
#c1c1c1
;
}
\ No newline at end of file
tree-detail-html/index.html
View file @
61776b9c
...
...
@@ -8,6 +8,8 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/materialdesignicons.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/vuetify.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
>
<!-- <link rel="stylesheet" type="text/css" href="css/font.css"> -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
>
...
...
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