From 2ef590774e2d655cdc43ee2c6fa4c674ac4d882d Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 12 二月 2020 10:30:13 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- src/App.vue | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 66f7f9a..daa2bf1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,7 +20,29 @@ -moz-osx-font-smoothing grayscale text-align center color #2c3e50 - + ::-webkit-scrollbar-track-piece { + background-color:#f8f8f8; + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; + } + /*婊氬姩鏉$殑瀹藉害*/ + ::-webkit-scrollbar { + width:6px; + } + /*婊氬姩鏉$殑璁剧疆*/ + ::-webkit-scrollbar-thumb { + background-color:#ababab; + background-clip:padding-box; + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; + } + /*婊氬姩鏉¢紶鏍囩Щ涓婂幓*/ + ::-webkit-scrollbar-thumb:hover { + background-color:#9a9a9a; + } + .z_shadow { border-radius: 10px; box-shadow: 0px 0px 10px 5px #D0E2E9; -- Gitblit v1.8.0