Commit 61776b9c authored by Allencl's avatar Allencl

1

parent 7c718a61
/* 滚动条 */
::-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
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment