123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- <template>
- <div class="activity_container">
- <Header></Header>
- <Activitycommon></Activitycommon>
- <div class="login">
- <div class="login_box">
- <div class="py_m_login" id="m_login">
- <form id="artLogin" method="post" message_id="_user_login_tips" autocomplete="off">
- <div class="item-newLogo-rect">
- <a href="###" class="logoCaseTab" id="logoCaseTab"></a>
- <div class="passWord-case dis_none" name="LoginRect" style="display: block;">
- <h4>空间登录</h4>
- <div id="_user_login_tips" class="err-tips" style="display: none;"><em class="close fr"></em><i class="ico"></i><k></k></div>
- <ul class="inputlist clearfix">
- <li class="u_inputtext">
- <input type="text" id="info_username-1" name="account" tabindex="1" placeholder="用户名/邮箱/手机号">
- </li>
- <li class="u_inputpassword">
- <input type="password" id="info_password-1" name="pwd" tabindex="2" placeholder="请输入您的密码">
- </li>
- </ul>
- <div class="login_other_rect clearfix">
- <div class="rememberMe fl">
- <p class="fl"><span style="margin-right: 17px;"></span></p>自动登录
- </div>
- <input type="hidden" id="remember" name="remember" value="0">
- <p class="fr">
- <a href="" target="_top" style="color:#3c637c;">忘记密码?</a>
- <a href="" target="_top" style="color:#3c637c;">立即注册!</a>
- </p>
- </div>
- <input id="User_portal_login" type="button" value="立即登录" class="m_btn">
- </div>
- <!--扫码部分 start-->
- <!--扫码部分 end-->
- </div>
- </form>
- </div>
- </div>
- </div>
- <Footer></Footer>
- </div>
- </template>
- <script>
- import Header from '@/common/headers.vue'
- import Footer from '@/common/footer.vue'
- export default {
- components: {
- Header,
- Footer,
- },
- data() {
- return {
- }
- }
- }
- </script>
- <style scoped>
- .login {
- width:100%;
- height:700px;
- background:url(../../assets/image/resource/login_bg.png) no-repeat;
- background-size:cover;
- }
- .login_box {
- width:1200px;
- height:700px;
- margin:0 auto;
- position:relative;
- }
- .py_m_login {
- width: 412px;
- height: 376px;
- overflow: hidden;
- zoom: 1;
- background: rgba(230,245,255,.8);
- }
- .py_m_login .item-newLogo-rect {
- position: relative;
- top: 0px;
- right: 0px;
- padding: 30px 38px 30px 40px;
- }
- .py_m_login {
- display: block;
- position: absolute;
- right: 0;
- top: 50%;
- -moz-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .py_m_login .item-newLogo-rect {
- position: relative;
- top: 0px;
- right: 0px;
- padding: 30px 38px 30px 40px;
- }
- .py_m_login .logoCaseTab {
- position: absolute;
- top: 10px;
- right: 10px;
- display: block;
- width: 52px;
- height: 52px;
- /*background: url(../../assets/image/resource/login_switchover.gif) no-repeat 0px 0px;*/
- -webkit-transition: all .5s;
- -moz-transition: all .5s;
- transition: all .5s;
- }
- .py_m_login .logoTips {
- background: #ddf3ff;
- line-height: 27px;
- border: #34b5f8 solid 1px;
- color: #34b5f8;
- padding: 0px 6px 0px 9px;
- position: absolute;
- top: 10px;
- right: 67px;
- }
- .py_m_login .logoTips .ico1 {
- width: 14px;
- height: 18px;
- vertical-align: middle;
- margin-right: 7px;
- display: inline-block;
- margin-top: -2px;
- }
- .py_m_login .logoTips .ico2 {
- width: 6px;
- height: 12px;
- position: absolute;
- top: 9px;
- right: -6px;
- }
- .py_m_login .logoTips {
- background: #ddf3ff;
- line-height: 27px;
- border: #34b5f8 solid 1px;
- color: #34b5f8;
- padding: 0px 6px 0px 9px;
- position: absolute;
- top: 10px;
- right: 67px;
- }
- .py_m_login h4 {
- font-size: 25px;
- line-height: 25px;
- padding-bottom: 8px;
- font-weight: normal;
- color: #4997c8;
- }
- .err-tips {
- position: absolute;
- top: 30px;
- left: 38px;
- height: 30px;
- border: #ffc3b9 solid 1px;
- line-height: 30px;
- color: #555;
- background: #fef2f2;
- width: 332px;
- }
- ol, ul, li {
- list-style: none;
- }
- .py_m_login .passWord-case .inputlist li.u_inputtext {
- background: url(../../assets/image/resource/login_user.png) no-repeat left top #fff;
- }
- .py_m_login .passWord-case .inputlist li {
- width: 332px;
- height: 44px;
- border-radius: 5px;
- border: #b4d1ec solid 1px;
- background: #fff;
- margin-top: 20px;
- }
- .py_m_login .passWord-case .inputlist li input {
- float: left;
- width: 250px;
- line-height: 42px;
- height: 42px;
- margin: 0 0px 0px 68px;
- border: 0px;
- font-size: 14px;
- background: none;
- }
- .py_m_login .passWord-case .inputlist li.u_inputpassword {
- background: url(../../assets/image/resource/login_pwd.png) no-repeat left top #fff;
- }
- .py_m_login .passWord-case .login_other_rect {
- height: 24px;
- line-height: 24px;
- margin-top: 15px;
- }
- .py_m_login .passWord-case .rememberMe {
- color: #3c637c;
- cursor: pointer;
- float: left;
- }
- .py_m_login .passWord-case .rememberMe p {
- width: 40px;
- height: 24px;
- border-radius: 12px;
- margin-right: 7px;
- cursor: pointer;
- background: #b2d1df;
- float: left;
- }
- .py_m_login .passWord-case .rememberMe span {
- float: right;
- width: 20px;
- height: 20px;
- border-radius: 11px;
- background: #fff;
- margin: 2px 17px 0px 0px;
- margin-right: 17px;
- }
- input, select, textarea {
- color: #222;
- font-size: 12px;
- line-height: 140%;
- resize: none;
- outline: none;
- font-family: "microsoft yahei";
- }
- .fr {
- float: right;
- }
- a, a:visited {
- text-decoration: none;
- }
- .py_m_login .passWord-case .m_btn {
- display: block;
- width: 100%;
- height: 50px;
- text-align: center;
- line-height: 50px;
- background: #15ae4d;
- font-size: 22px;
- color: #fff;
- border-radius: 5px;
- border: 0px;
- cursor: pointer;
- margin-top: 15px;
- }
- .py_m_login .passWord-case .no_account {
- padding-top: 26px;
- text-align: center;
- color: #3c637c;
- }
- .py_m_login .passWord-case .no_account a.a1 {
- margin: 0 24px 0 5px;
- }
- .py_m_login .passWord-case .no_account a {
- color: #ff8400;
- }
- </style>
|