kimi
2020-02-11 0fcf0f9036c6ea78855486ea528924498f166c83
src/App.vue
@@ -20,6 +20,28 @@
  -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;