|
@@ -1451,14 +1451,33 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.content-select-box{
|
|
.content-select-box{
|
|
- width:158px;
|
|
|
|
- position: relative;
|
|
|
|
|
|
+ width:128px;
|
|
|
|
+ height: 534px;
|
|
|
|
+ margin-right:30px;
|
|
|
|
+ display: flex;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ .for-select-box::-webkit-scrollbar{
|
|
|
|
+ width: 6px!important; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
+ height: 6px!important;
|
|
|
|
+ }
|
|
|
|
+ .for-select-box::-webkit-scrollbar-thumb{
|
|
|
|
+ border-radius: 5px!important;
|
|
|
|
+ -webkit-box-shadow: inset 0 0 5px #116e8e!important;
|
|
|
|
+ background: #116e8e!important;
|
|
|
|
+ }
|
|
|
|
+ .for-select-box::-webkit-scrollbar-track{
|
|
|
|
+ -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0)!important;
|
|
|
|
+ border-radius: 0!important;
|
|
|
|
+ background: rgba(255,255,255,0)!important;
|
|
|
|
+ }
|
|
.for-select-box{
|
|
.for-select-box{
|
|
- position: absolute;
|
|
|
|
- bottom:31px;
|
|
|
|
- left:59px;
|
|
|
|
|
|
+ flex:1;
|
|
|
|
+ margin: 0 0 51px 29px;
|
|
|
|
+ padding-right:30px;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
flex-direction: column-reverse;
|
|
|
|
+ align-items: flex-end;
|
|
|
|
+ overflow-y: scroll;
|
|
.for-select-p:nth-child(1){
|
|
.for-select-p:nth-child(1){
|
|
border-bottom:1px solid #19667e;
|
|
border-bottom:1px solid #19667e;
|
|
border-bottom-left-radius:4px;
|
|
border-bottom-left-radius:4px;
|