1.0.2 • Published 6 years ago

xxz_js v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

base_js

基础js库

使用

npm i xxz_js -S
import {Rem} from 'xxz_js'

列表

类名描述
Url处理url
Random生成随机数/字符串
Tool常用工具
Device识别设备
Rem设置移动端Rem
ModalHelper处理移动端穿透

目录

  • code目录:仅供学习源码
  • lib目录:常用js库
  • stylus目录:stylus常用函数

移动端穿透

// 引包
import { ModalHelper } from 'xxz_js'
// 定义class
body.modal-open {
    position: fixed;
    width: 100%;
}
// 打开模态框
ModalHelper.afterOpen()
// 关闭模态框调用
ModalHelper.beforeClose()
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago