@charset "utf-8"; /* CSS Document */ *{ padding:0; margin:0; } .total{ width:1200px; margin-left:auto; margin-right:auto; height:1800px; } .p1{ width:150px; height:50px; margin-left:100px; color:black; font-size:30px; float:left; } .search_form{ margin-top:50px; width:1200px; height:100px; } .input_text{ margin-top:10px; width:300px; height:32px; border:1px solid black; text-indent:10px; outline: none; float:right; padding:0; } .input_sub{ margin-top:10px; margin-right:200px; width:100px; height:34px; background: black; border:0px; color:#FFF; float:right; cursor:pointer; } .text{ width:auto; margin-top:30px; margin-left:100px; font-size:18px; } .text1{ border:1px solid black; width:auto; margin-left:100px; margin-right:100px; margin-top:20px; } .pay_box{ font-size:30px; border:1px solid black; width:auto; margin-left:100px; margin-right:100px; margin-top:20px; margin-bottom:30px; } .table_sub{ color: #fff; background-color: #5cb85c; border-color: #4cae4c!important; border-radius: 4px; padding: 3px 8px; margin-bottom: 16px; }