12345678910111213141516171819202122232425262728293031323334353637383940 |
- body{ background: #fff; max-width: 640px; margin: 0 auto;}
- .ztLpbox_top p{ width: 100%; height: auto;}
- .ztLpbox_top p img{ width: 100%; height: auto;}
- .ztLpbox_list{ width: 90%; margin: 0 auto;}
- .list_title{ width: 100%; height: auto;}
- .list_title img{ width: 100%; height: auto;}
- .list_main{ width: 100%; height: auto;}
- .list_main p{ width: 100%; height: auto; padding-bottom: 20px;}
- .list_main p+p{ border-top: 1px dashed #bbbbbb; padding-top: 20px;}
- .list_main p img{ width: 100%; height: auto;}
- .lisnt{ width: 95%; margin: 0 auto;}
- .lisnt p{ float: left; width: 32%; height:auto;}
- .lisnt p img{ width: 100%; height:auto;}
- .lisnt p+p{ margin-left: 2%;}
- /*µ×²¿±¨Ãû*/
- .m_sign_up{background:#F8F8F8;width:100%;overflow:hidden;}
- .m_sign_up_title{margin-top:35px;font-size:1.05rem;color:#333;font-weight:600;text-align:center;}
- .m_sign_up_title i{color:#C42523;font-weight:600;}
- .m_sign_up form{width:90%;padding-bottom:25px;margin:auto;box-shadow:0px 0px 20px 0px #d9d7d7;margin-top:20px;border-radius:5px;overflow:hidden;}
- .m_sign_up_bm{margin-top:35px;text-align:center;}
- .m_sign_up_bm em{font-size:1.6rem;color:#C42523;}
- .m_sign_up_x{border-top:1px solid #EEE;width:31%;margin:auto;margin-top:20px;}
- .m_sign_up_x i{display:block;width:26%;height:3px;margin:auto;background:#C42523;}
- .m_sign_up_input{width:83%;height:40px;margin:auto;margin-top:17px;background: url(../image/input1.png) no-repeat 0 0/100% 100%;}
- .m_sign_up_input img{width:20px;margin:3px 10px 0px 15px;}
- .m_sign_up_input input[type="text"]{height: 93%;border: 0;width: 77%;background: #f8f8f8;margin-top: 2px;font-size:0.9rem;color:#999;}
- .m_sign_up_buttom{width:83%;height:40px;margin:auto;margin-top:20px;background: url(../image/input4.png) no-repeat 0 0/100% 100%;}
- .m_sign_up_buttom input[type="button"]{height:100%;border: 0;width: 100%;color:#FFF;font-size:1.05rem;background:rgba(255, 255, 255, 0);font-weight:600;}
- .m_Telephone{margin:30px 0;}
- .m_Telephone_title{font-size:1.05rem;color:#333;font-weight:600;text-align:center;}
- .m_Telephone_bottom{margin-top:30px;border-top:1px solid #eee;text-align:center;}
- .m_Telephone_bottom a{font-size: 1.1rem;color: #333;position: relative;top: -9px; background: #f8f8f8;padding: 0 10px;font-weight: 600;}
|