css实现div水平垂直居中

作者:Jasmine

水平垂直居中是页面布局中及其常见的样式,有很多种实现方式,下面就介绍常用几种实现方式:div布局:<div class="outer">     <div class="inner">...

git上传项目流程

作者:Jasmine

流程:git initgit remote add origin 项目路径git pull origin mastergit add .git commit -m 上传项目git push -u origin master其他的:git config --list   查看配置信息git config --global user.email &q...

px,em,rem单位转换工具

作者:Jasmine

px,em,rem单位转换工具方法1-单个px转remhttp://pxtoem.com/方法2-单个px转remhttp://www.atoolbox.net/Tool.php?Id=844方法3-整个样式类转换http://www.ofmonkey.com/front/rem

uni-app返回顶部效果

作者:Jasmine

实现屏幕滚动超过200时候显示返回顶部的按钮,点击返回顶部的效果html:<!-- 返回顶部 --> <view class="scroll_top" @tap="topScrollTap" :class="[sc...