layui布局实现一个pc端登录页面代码
代码语言:html
所属分类:布局界面
代码描述:layui布局实现一个pc端登录页面代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/js/layui/css/layui.css"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/layui/layui.all.js"></script> <style type="text/css"> @charset "utf-8"; /* CSS Document */ blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; vertical-align: baseline } .clearfix:after, .clearfix:before { display: table; content: '' } .clearfix:after { clear: both; overflow: hidden } .clearfix { zoom: 1 } iframe { border: 0 } a, button, img, input, select { outline: 0 none } img { border: 0 none; vertical-align: top } em, i { font-style: normal } ol, ul { list-style: none } button, h1, h2, h3, h4, h5, h6, input, select { font-size: 100%; } table { border-collapse: collapse; b.........完整代码请登录后点击上方下载按钮下载查看
网友评论0