portal html css js resource

invitSucceed.html 2.1KB

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>科袖网,搭建企业与专家的桥梁</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <link rel="stylesheet" href="../css/bootstrap.min.css"> <link rel="stylesheet" href="../css/reset.css"> <link rel="stylesheet" href="../css/common.css"> <style> body{background: url(../images/frmPageBg.jpg) no-repeat;background-size: cover;background-attachment: fixed;} .btn{font-size: 16px;line-height: 1;color:#FFFFFF;margin: 30px 0;} .protocollink{ color: #FF9900;} .checkBg{background: url(../images/checkApp.png) 0 center no-repeat;padding-left:18px;line-height: 24px; background-size:auto 60%} .canPoint{background:#ff9900;color:#FFFFFF;}/*按钮可点击状态*/ .canPoint:hover{color:#FFFFFF;box-shadow: 0px 0px 16px rgba(255,255,255,0.4) inset;} /*logo盒子的相关*/ .logobox{ padding:6% 6% 3% 6%; margin:20% auto 6% ; } .logolink{display: block;max-width:28%;min-width:100px;margin: auto;} .logoimg{ width: 100%; margin: auto; text-align:center;} .inviteTit{text-align: center; font-size: 18px;line-height: 30px;margin-top:60px;} .inviteTit span{font-size:20px;line-height: 44px; padding:0 6px; color:#FF9900} .appcodeBox{color:#FFFFFF;line-height: 40px;} .appcodeBox .app_code{ width:180px; height:180px; text-align: center;} </style> </head> <body> <div class="contentBody2" style="max-width: 640px;margin:auto;"> <div class="logobox"> <a class="logolink" href="javascript:;"> <img class="logoimg" src="../images/logo4.png" /> </a> <div class="inviteTit"> 注册成功!<br/> 欢迎加入「科袖网」 </div> </div> <div style="text-align: center;"> <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.ekexiu.app" class="btn canPoint" style="padding:8px 40px;font-size:15px;">点击下载科袖App</a> <div class="appcodeBox"> <img class="app_code" src="../images/weixin_code.jpg" width="100%"> <p>扫描关注科袖公众号</p> </div> </div> </div> </body> </html>