dbtz.css 1.2 KB

1234567891011121314151617181920212223242526272829
  1. .m_imgBox{width:100%;position:relative;}
  2. .m_imgBox img{width:100%;display:block;}
  3. img{
  4. image-rendering: auto;
  5. image-rendering: crisp-edges;
  6. image-rendering: pixelated;
  7. }
  8. .dbtz_box{width:100%;height:350px;background:url(/zt/dbtz_zt20190227/image/m_dbtz1.png) no-repeat 0 0/ 100% 100%;padding:15px 0;}
  9. .dbtz{width:1000px;height:350px;background:#FFF;box-shadow :1px 3px 20px 0px #c6c6c6;border-radius:5px;margin:auto;}
  10. .dbtz_img{width:370px;height:250px;float:left;margin:50px;}
  11. .dbtz form{width:380px;margin:50px 50px 50px 35px;float:left;position:relative;top:31px;}
  12. .form_input{border:1px solid #CCC;border-radius:5px;background:#FFF;height:50px;margin-bottom:20px;}
  13. .form_input img{width:20px;margin:13px;border-right:1px solid #CCC;padding-right:16px;}
  14. .form_input input{width:80%;height:100%;border:0;position:relative;left:-1px;font-size:16px;color:#999;}
  15. .form_botton{border-radius:5px;font-size:26px;font-weight:600;color:#E3301B;text-align:center;line-height:50px;height:50px;
  16. background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FDDC5E), to(#FEB53A));
  17. -moz-linear-gradient(linear, 0 0, 0 bottom, from(#FDDC5E), to(#FEB53A));
  18. -o-linear-gradient(linear, 0 0, 0 bottom, from(#FDDC5E), to(#FEB53A));
  19. }