base.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .reg-box{width:100%; height:100%; background: url(../../ztmpl/zhiqim_manager/index_bg_00.jpg) no-repeat top center;background-size:auto 100%;}
  2. a,a:visited{color:#333;text-decoration:none;cursor:pointer;}
  3. a:active,a:hover{color:#1e7eec;text-decoration:none;}
  4. .clear:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
  5. .clear{zoom:1;}
  6. /****注册 ****/
  7. .header{width:100%;background:rgba(255,255,255,.3); filter:alpha(opacity=30); height:40px; line-height:40px; padding:0 0 0 10px; color:#fff; font-size:14px;}
  8. .reg-footer{position:fixed;bottom:0px; width:100%;height:40px;background:rgba(255,255,255,0.2);line-height:40px;text-align:center;color:#fff;}
  9. .reg-login{width:825px; background:rgba(255,255,255,.3); filter:alpha(opacity=30); border-radius:12px; position: absolute; right:7%; top:50%; margin:-260px 0 0 0;}
  10. .p-login{ margin:-210px 0 0 0;}
  11. input{background:#fff;color:#86BFE9; width:300px; font-size:14px;border:1px solid #3b8edc;border-radius:5px;height:45px;line-height:45px;text-indent:10px;}
  12. .design-logo{float:left; padding:170px 40px 0 40px;}
  13. .p-int{ padding:120px 40px 0 40px;}
  14. input::-webkit-input-placeholder{color:#86BFE9;}
  15. .input-code{ width:192px;}
  16. .reg-h{ font-size:20px; color:#fff; padding:0 0 10px 0;}
  17. .reg{ float:left; width:450px; border-left:1px solid #fff; padding:0 0 0 50px; margin:30px 0;}
  18. .reg-list{ float:left; margin:20px 0 0 0; width:100%;}
  19. .reg-list button{ width:100px; float:right; margin:0 12px 0 0; background:#427ae1; border:none; line-height:42px; border-radius:5px; color:#fff; font-size:14px;}
  20. .reg-list span{ width:86px; float:left; color:#fff; font-size:14px; line-height:45px;}
  21. .reg-btn{ float:left; background:#427ae1; color:#fff; width:180px; line-height:40px; margin:10px 0 0 110px; border:none; border-radius:5px; font-size:14px;}
  22. .p-btn{ margin:30px 0 0 110px;}
  23. .agree-popup{position: fixed; top:50%; left:50%; width:60%; height:600px; margin:-300px 0 0 -30%; background:#fff; display:none; }
  24. .agree-title{ font-size:16px; line-height:48px; border-bottom:1px solid #dfdfdf; color:#666; padding:0 0 0 20px;}
  25. .agree-content{ overflow-y:scroll; height:552px;}
  26. .agree-title span{float:right; line-height:44px; padding:0 20px; font-size:20px; color:#999; cursor:pointer;}
  27. .z-checkbox{ border:2px solid #fff; border-radius:16px; width:18px; height:18px; }
  28. .z-checkbox:hover{ border:2px solid #2fb6d4!important;}
  29. .z-checkbox.z-active{ background-color:#2fb6d4!important; border:#2fb6d4!important; background-position: 0 -191px;}
  30. .reg-check{ text-align:center; font-size:14px; line-height:40px; float:left; width:100%; margin:20px 0 0 0; color:#fff;}
  31. .reg-check a{color:#2fb6d4;}
  32. .reg-title{ font-size:14px; color:#fff; position: absolute; top:34px; right:30px;}
  33. .reg-title a{color:#ffd200;}
  34. .agree-content{padding:20px;}
  35. .agree-content h2{font-size:18px;}
  36. .agree-content p{ font-size:14px; color:#666; line-height:36px;}