Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

58 rader
876 B

  1. .order_top{
  2. width: 100%;
  3. padding: 30px 40px 15px;
  4. font-weight: bold;
  5. font-size: 18px;
  6. border-bottom: 1px solid #ccc;
  7. }
  8. .order_inform{
  9. width: 90%;
  10. padding: 30px;
  11. }
  12. .select_car{
  13. margin-bottom: 15px;
  14. padding-bottom: 15px;
  15. font-weight: bold;
  16. border-bottom: 1px solid #ccc;
  17. }
  18. .inform{
  19. padding: 15px;
  20. }
  21. .inform_details{
  22. width: 600px;
  23. height: 70px;
  24. display: inline-block;
  25. }
  26. .inform_amount{
  27. height: 70px;
  28. display: inline-block;
  29. vertical-align: bottom;
  30. padding-top: 5px;
  31. }
  32. .inform_details_span{
  33. width: 140px;
  34. height: 30px;
  35. display: inline-block;
  36. text-align: center;
  37. line-height: 30px;
  38. }
  39. .inform_details_div1{
  40. background-color: #eee;
  41. }
  42. .inform_details_div2{
  43. height: 40px;
  44. line-height: 40px;
  45. }
  46. .inform_details_span input{
  47. width: 60px;
  48. height: 25px;
  49. display: inline-block;
  50. }
  51. .linkman_inform{
  52. padding: 15px 10px;
  53. }
  54. .link_div{
  55. margin-bottom: 20px;
  56. }