Commit 89ce8cd1 authored by Mac's avatar Mac

1

parent 6da79576
...@@ -232,8 +232,8 @@ ...@@ -232,8 +232,8 @@
box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 1px 0 #393; box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 1px 0 #393;
} }
100% { 100% {
border-color: #6f6; border-color: #393;
box-shadow: 0 0 20px rgba(0,198,193,.6), inset 0 0 10px rgba(0,198,193,.4), 0 1px 0 #6f6; box-shadow: 0 0 20px rgba(0,198,193,.6), inset 0 0 10px rgba(0,198,193,.4), 0 1px 0 #393;
} }
} }
} }
...@@ -975,7 +975,7 @@ export default { ...@@ -975,7 +975,7 @@ export default {
getScrollTo(){ getScrollTo(){
let that = this let that = this
that.showName = 'weixinhao'; that.showName = 'weixinhao';
setTimeout( ()=>{that.showName = ''},10000); setTimeout( ()=>{that.showName = ''},3000);
uni.createSelectorQuery().select(".box").boundingClientRect(data=>{//目标节点 uni.createSelectorQuery().select(".box").boundingClientRect(data=>{//目标节点
  uni.createSelectorQuery().select(".serve").boundingClientRect((res)=>{//最外层盒子节点   uni.createSelectorQuery().select(".serve").boundingClientRect((res)=>{//最外层盒子节点
    uni.pageScrollTo({     uni.pageScrollTo({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment