小结(2018-03-17)

1.validate表单验证
http://m.jinzhuedu.org/mo_ztlist/mimang3/

validate 表单验证.png

2.按钮处理
http://m.xshiedu.com/mo_ztlist/java.html

![viewport.png](https://upload-images.jianshu.io/upload_images/7304548-addd121499d7fbaa.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

.zt3 {
width: 12rem;
height: 3rem;
text-align: center;
line-height: 3rem;
background: #00aaf8;
color: #ffffff;
font-size: 1.1rem;
display: block;
margin: 1rem auto;
border-radius: 0.3rem;
-moz-border-radius: 0.3rem;
-webkit-border-radius: 0.3rem;
}

  1. 浏览器显示页面内容的屏幕区域:viewport (视口)
    {template "content","header_mob"} 没有引入 头部的话
    记得要添加


    viewport.png

4.WebStorm主题设置
http://www.webstormthemes.com/
1.首先从WebStorm主题上下载自己喜欢的主题。
2.然后将主题文件copy到一个文件夹下。使用OSX系统的童鞋放到 ~/Libray/Preferences/WebStorm/colors/;Windows的童鞋方法 C:/Users/UserName/.WebStorm/config/colors/;Linux系统的童鞋放到 ~/.WebStorm/config/colors/。
3.打开IDE,File > Setting > Editor > Colors&Fonts ,选择刚才增加的主题文件
一般默认的字体有点小,所以可以去File > Setting > Editor > Colors&Fonts > Font 修改下字体大小

5.HTML

隐式和显式的联系
标记通常以下面两种方式中的一种来和表单控件相联系:将表单控件作为标记标签的内容,这样的就是隐式形式,或者为

你可能感兴趣的:(小结(2018-03-17))