图片效果 红色部门效果是向下滑出,和向上滑入 html部分 css部门 .animate_active{ transition: all .6s ease-in-out; //这是滑入划出的动画 } ...
图片效果 红色部门效果是向下滑出,和向上滑入 html部分 css部门 .animate_active{ transition: all .6s ease-in-out; //这是滑入划出的动画 } ...
xml <scroll-view class='extra-word' scroll-y="{{isScroll}}"> //页面内容 </scroll- ...
...
直接复制就能用 wxml wxss /*模态框*/ .modal{position:fixed; top:0; right:0; bottom:0; left:0; z-in ...
...
点击一个按钮出现下图:感觉如果右侧不是滑出来的 ,就感觉 怪怪的。然后就把这玩意儿 抽出来做了一个简单的组件使用 slid组件代码 这个东西 主要是做一下笔记 使用的话 ...
//引用依赖 <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.Coordinat ...