@@ -251,4 +251,18 @@ export default {
background: @prim;
}
+
+/deep/.van-sticky--fixed {
+ background-color: #181818;
+ &:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: -4px;
+ height: 5px;
+ }
+}
</style>