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