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

Fix banner css

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