|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .order_top{
- width: 100%;
- padding: 30px 40px 15px;
- font-weight: bold;
- font-size: 18px;
- border-bottom: 1px solid #ccc;
- }
- .order_inform{
- width: 90%;
- padding: 30px;
- }
- .select_car{
- margin-bottom: 15px;
- padding-bottom: 15px;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- }
- .inform{
- padding: 15px;
- }
- .inform_details{
- width: 600px;
- height: 70px;
- display: inline-block;
- }
- .inform_amount{
- height: 70px;
- display: inline-block;
- vertical-align: bottom;
- padding-top: 5px;
- }
- .inform_details_span{
- width: 140px;
- height: 30px;
- display: inline-block;
- text-align: center;
- line-height: 30px;
- }
- .inform_details_div1{
- background-color: #eee;
- }
- .inform_details_div2{
- height: 40px;
- line-height: 40px;
- }
-
- .inform_details_span input{
- width: 60px;
- height: 25px;
- display: inline-block;
- }
- .linkman_inform{
- padding: 15px 10px;
- }
- .link_div{
- margin-bottom: 20px;
- }
|