提交 0544867e authored 作者: ling's avatar ling

Fix banner css

上级 00cecb2a
...@@ -177,6 +177,7 @@ export default { ...@@ -177,6 +177,7 @@ export default {
if (ShareTrace) { if (ShareTrace) {
ShareTrace.init({ ShareTrace.init({
appkey: "a4a9e45dc76e096a", appkey: "a4a9e45dc76e096a",
param: "code=1235",
success: function () { success: function () {
console.log("init success..."); console.log("init success...");
clearInterval(timer); clearInterval(timer);
...@@ -196,7 +197,7 @@ export default { ...@@ -196,7 +197,7 @@ export default {
}, },
}; };
</script> </script>
<style scoped> <style>
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -207,6 +208,13 @@ body { ...@@ -207,6 +208,13 @@ body {
border: none; border: none;
text-decoration: none; text-decoration: none;
} }
.van-swipe__indicator {
width: 11px;
background-color: #ffe88a;
}
.van-swipe__indicator--active {
width: 20px;
}
</style> </style>
<style scoped> <style scoped>
.my-swipe .van-swipe-item { .my-swipe .van-swipe-item {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论