You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
刘嘉炜 bd8092b3e0 add all style 4 years ago
public init 4 years ago
src add all style 4 years ago
.gitignore init 4 years ago
README.md add style 4 years ago
babel.config.js init 4 years ago
package.json add style 4 years ago
postcss.config.js init 4 years ago
tsconfig.json init 4 years ago
yarn.lock init 4 years ago

README.md

coach_assistant

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

    vuex、numeral
    
    依赖-> sass-loader/ node-sass/

sass 需要cnpm装,npm安装报错

原型链接:https://org.modao.cc/app/d33151880c5a6a975b9f3af1868bf3a125a8923b?simulator_type=outside_artboard&sticky 设计稿链接:https://lanhuapp.com/web/#/item/project/board?pid=ea91cb92-0502-40c9-a746-e68d121e26fd

ipx 底部适配高度函数

    padding-bottom: 0;
    padding-bottom: calc( 0 + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
    padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */