Commit f4f69e34 authored by JingChao's avatar JingChao

Updates ionic/ionic-code-style.md

Auto commit by GitBook Editor
parent a09465a1
......@@ -65,19 +65,5 @@
* 前段样式的开发建议采用flex布局具体语法查看http://www.runoob.com/w3cnote/flex-grammar.html, 所有页面尽量避免绝对布局和定义死宽度,因为各个手机屏幕大小不一样式会出现问题。
* 所有页面样式最低兼容到IOS 8.X系统,Android 5.5。屏幕最小兼容到4.0英寸
### IV. 前端样式开发注意点
* 1)class选择器在SCSS文件里编写样式时要注意在前面加‘.’ ,如下图所示:
![](/picture/a.png)
* 2)前端布局开发,建议使用flex布局(方便)
* 3)前端样式在写宽度 width时,必须使用百分号(%)来确定宽度,不允许使用px。原因:使用%来确定width,不会随着屏幕的增大而导致样式改变。如下图所示:
![](/picture/a1.png)
* 4)前端当一个页面引入了model框,那么要在该页面的scss下方导入model框的scss。如下图所示:
![](/picture/a2.png)
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