Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

submit_order.css 876 B

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. }