Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 567 Bytes

Mobile-terminal

用到的知识

  1. 使用html元素的getBoundingClientRect来获取dom元素的时时位置和大小

  2. 动态设置html.style.fontSize = width / 3.75 +'px'

  3. 通过rem来设置比例大小

  4. 我还使用了swiper滑动特效插件

我的前端学习之路

  1. 现在人们都离不开手机,所以移动端的网页肯定也少不了

  2. 于是我决定学习写一写移动端网页(毕竟多学没坏处)

  3. 当然我的习惯肯定少不了(那就是通过案例来巩固学习的知识)

  4. 为自己加油