jquery+css实现全屏大气幻灯片式登录注册表单页面代码
代码语言:html
所属分类:表单美化
代码描述:jquery+css实现全屏大气幻灯片式登录注册表单页面代码
代码标签: jquery css 全屏 大气 幻灯片 式 登录 注册 表单 页面 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/slick.1.8.css"> <style> @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700'); /************ Start Main Rules **************/ *{ margin: 0; padding: 0; outline: none; box-sizing: border-box; /* font-family: 'Roboto', sans-serif; */font-family: 'Raleway', sans-serif; } body{background: #191919 } .main-box{ position: relative; display: block; width: 90%; height: 700px; margin: 50px auto; border-radius: 8px; overflow: hidden; background:linear-gradient(to right, #232f41, #374a62); } .lined-link{ position: relative; text-decoration: none; transition: all 0.2s linear } .lined-link:hover{ opacity: 0.5 } .lined-link:after { position: absolute; content: ""; width: 100%; left: 0; bottom: -2px; border: none; border-bottom: 1px solid #63d5c4; } /************ Start Slider Container **************/ .slider-cont, .form-cont{ width: 50%; height: 100%; float: left; } .slick-slide, .slick-slider{ width: 100%; height: 100% } .clear-fix{ clear: both; } .slick-dots { position: absolute; bottom: 10px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; displa.........完整代码请登录后点击上方下载按钮下载查看
网友评论0