|
|
@ -271,30 +271,34 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.credit-modal { |
|
|
|
|
|
|
|
.ant-table-wrapper { |
|
|
|
.ant-table-body { |
|
|
|
@include scrollBar(var(--color-user-list-bg), #3b97ff); |
|
|
|
} |
|
|
|
} |
|
|
|
/*定义滚动条高宽及背景 |
|
|
|
高宽分别对应横竖滚动条的尺寸*/ |
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 6px; |
|
|
|
height: 16px; |
|
|
|
background-color: #5c5c5c; |
|
|
|
} |
|
|
|
|
|
|
|
/*定义滚动条轨道 |
|
|
|
内阴影+圆角*/ |
|
|
|
::-webkit-scrollbar-track { |
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
|
|
|
border-radius: 10px; |
|
|
|
background-color: #9da2ab; |
|
|
|
} |
|
|
|
|
|
|
|
/*定义滑块 |
|
|
|
内阴影+圆角*/ |
|
|
|
::-webkit-scrollbar-thumb { |
|
|
|
border-radius: 10px; |
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); |
|
|
|
background-color: #3b97ff; |
|
|
|
} |
|
|
|
// ::-webkit-scrollbar { |
|
|
|
// width: 6px; |
|
|
|
// height: 16px; |
|
|
|
// background-color: #5c5c5c; |
|
|
|
// } |
|
|
|
|
|
|
|
// /*定义滚动条轨道 |
|
|
|
// 内阴影+圆角*/ |
|
|
|
// ::-webkit-scrollbar-track { |
|
|
|
// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
|
|
|
// border-radius: 10px; |
|
|
|
// background-color: #9da2ab; |
|
|
|
// } |
|
|
|
|
|
|
|
// /*定义滑块 |
|
|
|
// 内阴影+圆角*/ |
|
|
|
// ::-webkit-scrollbar-thumb { |
|
|
|
// border-radius: 10px; |
|
|
|
// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); |
|
|
|
// background-color: #3b97ff; |
|
|
|
// } |
|
|
|
|
|
|
|
.ltc-box { |
|
|
|
width: 100%; |
|
|
|