|
|
@ -193,7 +193,25 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" src="@/assets/scss/modules/visual/people.scss" scoped></style> |
|
|
|
<style lang="scss" scoped> |
|
|
|
@import '@/assets/scss/modules/visual/c/common'; |
|
|
|
@mixin scrollBar { |
|
|
|
&::-webkit-scrollbar { |
|
|
|
/*滚动条整体样式*/ |
|
|
|
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/ |
|
|
|
height: 1px; |
|
|
|
} |
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
/*滚动条里面小方块*/ |
|
|
|
border-radius: 8px; |
|
|
|
box-shadow: inset 0 0 5px rgba(#00023f, 0.2); |
|
|
|
background: linear-gradient(270deg, #0063fe, #0095ff); |
|
|
|
} |
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
/*滚动条里面轨道*/ |
|
|
|
box-shadow: inset 0 0 5px rgba(#00023f, 0.2); |
|
|
|
border-radius: 8px; |
|
|
|
background: darken(#0c81fe, 20); |
|
|
|
} |
|
|
|
} |
|
|
|
.m-pop { |
|
|
|
.wrap { |
|
|
|
.list { |
|
|
|