login.vue 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <template>
  2. <div class="activity_container">
  3. <Header></Header>
  4. <Activitycommon></Activitycommon>
  5. <div class="login">
  6. <div class="login_box">
  7. <div class="py_m_login" id="m_login">
  8. <form id="artLogin" method="post" message_id="_user_login_tips" autocomplete="off">
  9. <div class="item-newLogo-rect">
  10. <a href="###" class="logoCaseTab" id="logoCaseTab"></a>
  11. <div class="passWord-case dis_none" name="LoginRect" style="display: block;">
  12. <h4>空间登录</h4>
  13. <div id="_user_login_tips" class="err-tips" style="display: none;"><em class="close fr"></em><i class="ico"></i><k></k></div>
  14. <ul class="inputlist clearfix">
  15. <li class="u_inputtext">
  16. <input type="text" id="info_username-1" name="account" tabindex="1" placeholder="用户名/邮箱/手机号">
  17. </li>
  18. <li class="u_inputpassword">
  19. <input type="password" id="info_password-1" name="pwd" tabindex="2" placeholder="请输入您的密码">
  20. </li>
  21. </ul>
  22. <div class="login_other_rect clearfix">
  23. <div class="rememberMe fl">
  24. <p class="fl"><span style="margin-right: 17px;"></span></p>自动登录
  25. </div>
  26. <input type="hidden" id="remember" name="remember" value="0">
  27. <p class="fr">
  28. <a href="" target="_top" style="color:#3c637c;">忘记密码?</a>
  29. <a href="" target="_top" style="color:#3c637c;">立即注册!</a>
  30. </p>
  31. </div>
  32. <input id="User_portal_login" type="button" value="立即登录" class="m_btn">
  33. </div>
  34. <!--扫码部分 start-->
  35. <!--扫码部分 end-->
  36. </div>
  37. </form>
  38. </div>
  39. </div>
  40. </div>
  41. <Footer></Footer>
  42. </div>
  43. </template>
  44. <script>
  45. import Header from '@/common/headers.vue'
  46. import Footer from '@/common/footer.vue'
  47. export default {
  48. components: {
  49. Header,
  50. Footer,
  51. },
  52. data() {
  53. return {
  54. }
  55. }
  56. }
  57. </script>
  58. <style scoped>
  59. .login {
  60. width:100%;
  61. height:700px;
  62. background:url(../../assets/image/resource/login_bg.png) no-repeat;
  63. background-size:cover;
  64. }
  65. .login_box {
  66. width:1200px;
  67. height:700px;
  68. margin:0 auto;
  69. position:relative;
  70. }
  71. .py_m_login {
  72. width: 412px;
  73. height: 376px;
  74. overflow: hidden;
  75. zoom: 1;
  76. background: rgba(230,245,255,.8);
  77. }
  78. .py_m_login .item-newLogo-rect {
  79. position: relative;
  80. top: 0px;
  81. right: 0px;
  82. padding: 30px 38px 30px 40px;
  83. }
  84. .py_m_login {
  85. display: block;
  86. position: absolute;
  87. right: 0;
  88. top: 50%;
  89. -moz-transform: translateY(-50%);
  90. -webkit-transform: translateY(-50%);
  91. -ms-transform: translateY(-50%);
  92. -o-transform: translateY(-50%);
  93. transform: translateY(-50%);
  94. }
  95. .py_m_login .item-newLogo-rect {
  96. position: relative;
  97. top: 0px;
  98. right: 0px;
  99. padding: 30px 38px 30px 40px;
  100. }
  101. .py_m_login .logoCaseTab {
  102. position: absolute;
  103. top: 10px;
  104. right: 10px;
  105. display: block;
  106. width: 52px;
  107. height: 52px;
  108. /*background: url(../../assets/image/resource/login_switchover.gif) no-repeat 0px 0px;*/
  109. -webkit-transition: all .5s;
  110. -moz-transition: all .5s;
  111. transition: all .5s;
  112. }
  113. .py_m_login .logoTips {
  114. background: #ddf3ff;
  115. line-height: 27px;
  116. border: #34b5f8 solid 1px;
  117. color: #34b5f8;
  118. padding: 0px 6px 0px 9px;
  119. position: absolute;
  120. top: 10px;
  121. right: 67px;
  122. }
  123. .py_m_login .logoTips .ico1 {
  124. width: 14px;
  125. height: 18px;
  126. vertical-align: middle;
  127. margin-right: 7px;
  128. display: inline-block;
  129. margin-top: -2px;
  130. }
  131. .py_m_login .logoTips .ico2 {
  132. width: 6px;
  133. height: 12px;
  134. position: absolute;
  135. top: 9px;
  136. right: -6px;
  137. }
  138. .py_m_login .logoTips {
  139. background: #ddf3ff;
  140. line-height: 27px;
  141. border: #34b5f8 solid 1px;
  142. color: #34b5f8;
  143. padding: 0px 6px 0px 9px;
  144. position: absolute;
  145. top: 10px;
  146. right: 67px;
  147. }
  148. .py_m_login h4 {
  149. font-size: 25px;
  150. line-height: 25px;
  151. padding-bottom: 8px;
  152. font-weight: normal;
  153. color: #4997c8;
  154. }
  155. .err-tips {
  156. position: absolute;
  157. top: 30px;
  158. left: 38px;
  159. height: 30px;
  160. border: #ffc3b9 solid 1px;
  161. line-height: 30px;
  162. color: #555;
  163. background: #fef2f2;
  164. width: 332px;
  165. }
  166. ol, ul, li {
  167. list-style: none;
  168. }
  169. .py_m_login .passWord-case .inputlist li.u_inputtext {
  170. background: url(../../assets/image/resource/login_user.png) no-repeat left top #fff;
  171. }
  172. .py_m_login .passWord-case .inputlist li {
  173. width: 332px;
  174. height: 44px;
  175. border-radius: 5px;
  176. border: #b4d1ec solid 1px;
  177. background: #fff;
  178. margin-top: 20px;
  179. }
  180. .py_m_login .passWord-case .inputlist li input {
  181. float: left;
  182. width: 250px;
  183. line-height: 42px;
  184. height: 42px;
  185. margin: 0 0px 0px 68px;
  186. border: 0px;
  187. font-size: 14px;
  188. background: none;
  189. }
  190. .py_m_login .passWord-case .inputlist li.u_inputpassword {
  191. background: url(../../assets/image/resource/login_pwd.png) no-repeat left top #fff;
  192. }
  193. .py_m_login .passWord-case .login_other_rect {
  194. height: 24px;
  195. line-height: 24px;
  196. margin-top: 15px;
  197. }
  198. .py_m_login .passWord-case .rememberMe {
  199. color: #3c637c;
  200. cursor: pointer;
  201. float: left;
  202. }
  203. .py_m_login .passWord-case .rememberMe p {
  204. width: 40px;
  205. height: 24px;
  206. border-radius: 12px;
  207. margin-right: 7px;
  208. cursor: pointer;
  209. background: #b2d1df;
  210. float: left;
  211. }
  212. .py_m_login .passWord-case .rememberMe span {
  213. float: right;
  214. width: 20px;
  215. height: 20px;
  216. border-radius: 11px;
  217. background: #fff;
  218. margin: 2px 17px 0px 0px;
  219. margin-right: 17px;
  220. }
  221. input, select, textarea {
  222. color: #222;
  223. font-size: 12px;
  224. line-height: 140%;
  225. resize: none;
  226. outline: none;
  227. font-family: "microsoft yahei";
  228. }
  229. .fr {
  230. float: right;
  231. }
  232. a, a:visited {
  233. text-decoration: none;
  234. }
  235. .py_m_login .passWord-case .m_btn {
  236. display: block;
  237. width: 100%;
  238. height: 50px;
  239. text-align: center;
  240. line-height: 50px;
  241. background: #15ae4d;
  242. font-size: 22px;
  243. color: #fff;
  244. border-radius: 5px;
  245. border: 0px;
  246. cursor: pointer;
  247. margin-top: 15px;
  248. }
  249. .py_m_login .passWord-case .no_account {
  250. padding-top: 26px;
  251. text-align: center;
  252. color: #3c637c;
  253. }
  254. .py_m_login .passWord-case .no_account a.a1 {
  255. margin: 0 24px 0 5px;
  256. }
  257. .py_m_login .passWord-case .no_account a {
  258. color: #ff8400;
  259. }
  260. </style>