|
@ -204,6 +204,7 @@ export default { |
|
|
> .content { |
|
|
> .content { |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -217,11 +218,25 @@ export default { |
|
|
padding-top: 38px; |
|
|
padding-top: 38px; |
|
|
width: 160px; |
|
|
width: 160px; |
|
|
height: 636px; |
|
|
height: 636px; |
|
|
|
|
|
overflow-y: scroll; |
|
|
background: linear-gradient( |
|
|
background: linear-gradient( |
|
|
270deg, |
|
|
270deg, |
|
|
#1f7eff 0%, |
|
|
#1f7eff 0%, |
|
|
rgba(13, 113, 248, 0) 100% |
|
|
rgba(13, 113, 248, 0) 100% |
|
|
); |
|
|
); |
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
|
|
width: 0px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
background: rgba(251, 233, 197, 1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
background: rgba(234, 201, 135, 1); |
|
|
|
|
|
} |
|
|
&-list { |
|
|
&-list { |
|
|
&-item { |
|
|
&-item { |
|
|
width: 136px; |
|
|
width: 136px; |
|
|