bootstrap实现响应式自适应酷黑暗色星星上升动画背景登录表单页面代码
代码语言:html
所属分类:表单美化
代码描述:bootstrap实现响应式自适应酷黑暗色星星上升动画背景登录表单页面代码
代码标签: bootstrap 响应式 自适应 酷黑 暗色 星星 上升 动画 背景 登录 表单 页面 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.4.4.1.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.5.15.3.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-animation.min.css"> <style> body { background-color: #181828; } .top-header:before { content: ''; display: block; width: 100%; height: 4px; background-repeat: repeat-x; background-size: contain; position: absolute; top: 0; left: 0; opacity:0.5; } #mainCoantiner { background-color: #181828; height:100%; width:100%; padding-bottom: 50px; } /*************header*******/ .main-header { top: 0; left: 0; z-index: 20; -webkit-transform: translate3d(0,0,0); height: 70px; width: 100%; bottom: inherit; text-align: center; background: rgba(28, 31, 47, 0.16); overflow: hidden; border: 1px solid #2e344d; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03); border-width: 1px 0px 0 1px; } .folio-btn { position: absolute; bottom: 0; background: rgba(255, 255, 255, 0.03); border-top: 1px solid rgba(255,255,255,0.1); right: 0; height: 70px; width: 70px; } .folio-btn-item { position: absolute; width: 40px; height: 40px; left: 15px; top: 15px; } .folio-btn-dot { float: left; width: 33.3%; height: 33.3%; position: relative; } .folio-btn-dot:before { content: ''; position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; margin: -2px 0 0 -2px; border-radius: 50%; transition: all 300ms linear; transform: scale(1.0); } .folio-btn-dot:before { background: #00BCD4; } .folio-btn:hover .folio-btn-dot:first-child:before, .folio-btn:hover .folio-btn-dot:nth-child(3):before, .folio-btn:hover .folio-btn-dot:nth-child(4):before, .folio-btn:hover .folio-btn-dot:nth-child(8):before { transform: scale(1.8); opacity: 0.5; } /***social***/ .header-social { position: absolute; z-index: 20; width: auto; bottom: 17px; right: 90px; padding: 0; min-width: 140px; box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05); border-width: 1px 0px 0px 1px; border-style: solid; border-color: #2e344d; } .header-social:before { background: #00BCD4; } .header-social:before { content: ''; position: absolute; left: 50%; top: -3px; width: 36px; margin-left: -18px; height: 6px; } .header-social li { display: block; float: left; margin-top: 0; } .header-social li a { width: 36px; height: 36px; line-height: 36px; display: inline-block; font-size: 12px; border-style: solid; color: rgba(255, 255, 255, 0.41); border: 1px solid rgba(255, 255, 255, 0.08); transition: all 300ms linear; } .header-social li a:hover { color: #00BCD4; cursor:pointer; } ul, li { border: none; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%.........完整代码请登录后点击上方下载按钮下载查看
网友评论0