|
@@ -1371,7 +1371,7 @@ export default { |
|
|
// scrollbar-width: none; |
|
|
// scrollbar-width: none; |
|
|
// -ms-overflow-style: none; |
|
|
// -ms-overflow-style: none; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: start; |
|
|
|
|
|
|
|
|
justify-content: flex-start; |
|
|
align-items: flex-start; |
|
|
align-items: flex-start; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
margin-top: 10px; |
|
|
margin-top: 10px; |
|
@@ -1437,47 +1437,47 @@ export default { |
|
|
height: 16px; |
|
|
height: 16px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.list { |
|
|
|
|
|
font-size: 10px; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 210px; |
|
|
|
|
|
overflow-y: scroll; |
|
|
|
|
|
// scrollbar-width: none; |
|
|
|
|
|
// -ms-overflow-style: none; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: start; |
|
|
|
|
|
align-items: flex-start; |
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
|
|
|
|
|
|
|
.listItem { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
padding: 12px; |
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
margin-left: 10px; |
|
|
|
|
|
// width: 170px; |
|
|
|
|
|
width: 45%; |
|
|
|
|
|
height: 50px; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
background: rgba(186, 186, 189, 0.5); |
|
|
|
|
|
border-radius: 24px; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
width: 32px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
> div { |
|
|
|
|
|
flex: 1; |
|
|
|
|
|
margin-left: 12px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.active { |
|
|
|
|
|
background: #7264f5; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// .list { |
|
|
|
|
|
// font-size: 10px; |
|
|
|
|
|
// width: 100%; |
|
|
|
|
|
// height: 210px; |
|
|
|
|
|
// overflow-y: scroll; |
|
|
|
|
|
// // scrollbar-width: none; |
|
|
|
|
|
// // -ms-overflow-style: none; |
|
|
|
|
|
// display: flex; |
|
|
|
|
|
// justify-content: start; |
|
|
|
|
|
// align-items: flex-start; |
|
|
|
|
|
// flex-wrap: wrap; |
|
|
|
|
|
// margin-top: 10px; |
|
|
|
|
|
|
|
|
|
|
|
// .listItem { |
|
|
|
|
|
// display: flex; |
|
|
|
|
|
// justify-content: space-between; |
|
|
|
|
|
// padding: 12px; |
|
|
|
|
|
// margin-bottom: 10px; |
|
|
|
|
|
// margin-left: 10px; |
|
|
|
|
|
// // width: 170px; |
|
|
|
|
|
// width: 45%; |
|
|
|
|
|
// height: 50px; |
|
|
|
|
|
// overflow: hidden; |
|
|
|
|
|
// background: rgba(186, 186, 189, 0.5); |
|
|
|
|
|
// border-radius: 24px; |
|
|
|
|
|
// color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
// img { |
|
|
|
|
|
// width: 32px; |
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
// > div { |
|
|
|
|
|
// flex: 1; |
|
|
|
|
|
// margin-left: 12px; |
|
|
|
|
|
// } |
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
// .active { |
|
|
|
|
|
// background: #7264f5; |
|
|
|
|
|
// } |
|
|
|
|
|
// } |
|
|
.list::-webkit-scrollbar { |
|
|
.list::-webkit-scrollbar { |
|
|
width: 0; |
|
|
width: 0; |
|
|
display: none; |
|
|
display: none; |
|
|