登陆界面 Home iOS 搜索 用户界面 登陆 username: password: student teacher rember 登陆问题请点 ... ...
分类:
Web程序 时间:
2017-10-19 14:01:36
阅读次数:
184
.footer{
width:100%;
height:30px;
position:fixed;
bottom:0px;
z-index:-1;
background:#1A5D68;
color:#FFF;
}
分类:
其他好文 时间:
2017-10-18 23:15:40
阅读次数:
204
HTMl部分首先要有一个触发事件的按钮弹窗背景(一般是全屏的 z-index和backgroundcolor)弹窗容器(header、body、footer)值得一提的是我们一般都会给元素类名和idid用来获取元素类用来设置样式CSS部分首先设置好相应的样式通过animation xx 2s 配合@ ...
分类:
Web程序 时间:
2017-10-17 15:21:30
阅读次数:
263
使用nodeJs实现webSocket,比较流行使用socket.io,nodeJs比较流行一些只是io操作的方式, 比如截图修图什么的,还有聊天,推送之类的,socket.io就是实现聊天或推送之类的。 webSocket是h5出的新东西,因为长连接和短连接,还有轮询之类的太浪费资源了,所以 出现 ...
分类:
Web程序 时间:
2017-10-14 01:38:02
阅读次数:
299
用div,form制作登录页面,尽可能做得漂亮。 练习使用下拉列表选择框,无序列表,有序列表,定义列表。 观察常用网页的HTML元素,在实际的应用场景中,用已学的标签模仿制作。 ...
分类:
Web程序 时间:
2017-10-13 20:07:47
阅读次数:
102
1.认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11 2.观察web浏览过程. 3.HTML基础。练习使用标签制作简单的页面。 ...
分类:
Web程序 时间:
2017-10-11 20:30:03
阅读次数:
136
1、语义特性 header nav article aside footer section bdi command details dialog summary figure figcaption mark progress ruby rt rp time wbr input类型:color da ...
分类:
Web程序 时间:
2017-10-11 19:14:34
阅读次数:
128
话不多说直接来干货。。。。 连接类 Excel 通过 OleDb 类进行操作。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Da ...
分类:
Web程序 时间:
2017-10-11 13:03:04
阅读次数:
238
main.js import Vue from 'vue'import App from './App'import VueRouter from 'vue-router'import footer from './components/footer.vue'import header from ' ...
分类:
其他好文 时间:
2017-10-10 16:35:08
阅读次数:
141
头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体佈局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页面主体:main ...
分类:
其他好文 时间:
2017-10-10 00:09:16
阅读次数:
182