style.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .y_footmzsm,.y_footer {display:none;}
  2. .lunbo_box {text-align:center;max-width:1920px;min-width:1200px;overflow-x:auto;}
  3. .lunbo_box > img {display:block;width:100%;}
  4. /*悬浮*/
  5. .suspend {position:fixed;bottom:200px;left:0;background:#fff;width:180px;height:113px;box-shadow:0px 0px 9px 1px #b9a7a7;cursor:pointer;}
  6. .suspend > img {display:block;width:100%;height:100%;}
  7. .cur {position:fixed;top:0;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.4);z-index:50;display:none;}
  8. .signbox {position:fixed;width:400px;height:516px;border-radius:11px;overflow:hidden;left:50%;top:-100%;margin:-258px 0 0 -200px;z-index:52;display:none;}
  9. .signbox > img {display:block;width:100%;height:100%;}
  10. .signbox form {position:absolute;bottom:78px;width:300px;left:50%;margin-left:-150px;}
  11. .signbox form input {display:block;width:280px;height:38px;line-height:38px;border-radius:20px;padding-left:20px;font-size:15px;color:#686B6E;border:none;background:#EDF1F6;}
  12. .signbox form .m_bmck_input + .m_bmck_input {margin-top:10px;}
  13. .signbox .signbtn {display:block;height:38px;line-height:38px;border-radius:20px;text-align:center;font-size:18px;color:#fff;margin-top:20px;
  14. background: -webkit-linear-gradient(right,#85A7E2 , #4587D6); /* Safari 5.1 - 6.0 */
  15. background: -o-linear-gradient(right,#85A7E2 , #4587D6); /* Opera 11.1 - 12.0 */
  16. background: -moz-linear-gradient(right,#85A7E2 , #4587D6); /* Firefox 3.6 - 15 */
  17. background: linear-gradient(to right,#85A7E2 , #4587D6); /* 标准的语法 */
  18. }
  19. .clsa {position:absolute;top:10px;right:10px;width:28px;height:28px;cursor:pointer;}
  20. .clsa > img {display:inline-block;width:100%;height:100%;}