|
@@ -182,8 +182,50 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
|
|
+<style>
|
|
|
|
|
+::-webkit-scrollbar {
|
|
|
|
|
+
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+
|
|
|
|
|
+ width: 8px;
|
|
|
|
|
+
|
|
|
|
|
+ height: 8px;
|
|
|
|
|
+
|
|
|
|
|
+ background-clip: padding-box;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*滚动条两端方向按钮*/
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-button {
|
|
|
|
|
+
|
|
|
|
|
+ height: 0px;
|
|
|
|
|
+
|
|
|
|
|
+ width: 0px;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*滚动条中间滑动部分*/
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
|
|
+
|
|
|
|
|
+ background-color: #dbdbdb;
|
|
|
|
|
+
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*滚动条右下角区域*/
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-corner {
|
|
|
|
|
+
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|
+
|
|
|
@font-face {
|
|
@font-face {
|
|
|
font-family: "hxb";
|
|
font-family: "hxb";
|
|
|
src: url("hxb.woff2") format('woff2'),;
|
|
src: url("hxb.woff2") format('woff2'),;
|