|
@@ -1,4 +1,4 @@
|
|
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>cocoroboblockly</title><link href=/static/css/app.beb1b7437aa454af7bb34b81b3e14b59.css rel=stylesheet></head><style>@charset "utf-8";
|
|
|
|
|
|
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>cocoroboblockly</title><link href=/static/css/app.3cf3646613b6385c82f36c2a91538530.css rel=stylesheet></head><style>@charset "utf-8";
|
|
|
|
|
|
div::-webkit-scrollbar {
|
|
div::-webkit-scrollbar {
|
|
/*滚动条整体样式*/
|
|
/*滚动条整体样式*/
|
|
@@ -19,10 +19,27 @@
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
+ .gdt::-webkit-scrollbar {
|
|
|
|
+ /*滚动条整体样式*/
|
|
|
|
+ width: 6px;
|
|
|
|
+ /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
+ height: 10px;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+/*定义滚动条轨道 内阴影+圆角*/
|
|
|
|
+.gdt::-webkit-scrollbar-track {
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ background-color: #eee;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*定义滑块 内阴影+圆角*/
|
|
|
|
+.gdt::-webkit-scrollbar-thumb {
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
+}
|
|
html,
|
|
html,
|
|
body {
|
|
body {
|
|
height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
background: #e6eaf0;
|
|
background: #e6eaf0;
|
|
- }</style><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.deaf1a988ff30f12b1f5.js></script><script type=text/javascript src=/static/js/app.f5b1866bae58dd2aa0ca.js></script></body></html>
|
|
|
|
|
|
+ }</style><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.deaf1a988ff30f12b1f5.js></script><script type=text/javascript src=/static/js/app.5758491f1df9eb7b496b.js></script></body></html>
|