src/styles/mobile/popup.scss
@@ -1,4 +1,5 @@ #mobile-map_popup_content { //弹窗 width: 100%; position: fixed; z-index: 99; @@ -144,4 +145,15 @@ } } } //滚动条 /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { border-radius: 10px; width: 2px !important; /*滚动条的圆角*/ -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9); background-color: #f1f1f1; /*滚动条的背景颜色*/ } }