You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

86 rivejä
1.4 KiB

  1. .com_line_box{
  2. width: 1300px;
  3. margin: 40px 0px 40px 40px;
  4. }
  5. .sole_line{
  6. width: 100px;
  7. height: 35px;
  8. display: inline-block;
  9. line-height: 35px;
  10. text-align: center;
  11. cursor: pointer;
  12. border-top-left-radius: 5px;
  13. border-top-right-radius: 5px;
  14. border-top: 1px solid #CCCCCC;
  15. border-right: 1px solid #CCCCCC;
  16. border-left: 1px solid #CCCCCC;
  17. }
  18. .com_line{
  19. width: 100px;
  20. height: 35px;
  21. display: inline-block;
  22. line-height: 35px;
  23. text-align: center;
  24. cursor: pointer;
  25. border-top-left-radius: 5px;
  26. border-top-right-radius: 5px;
  27. border-top: 1px solid #CCCCCC;
  28. border-right: 1px solid #CCCCCC;
  29. border-left: 1px solid #CCCCCC;
  30. }
  31. .top_down{
  32. position: relative;
  33. top: 1px;
  34. background-color: #fff;
  35. }
  36. .com_line_content{
  37. width: 1200px;
  38. }
  39. .basic_line{
  40. margin-top: 30px;
  41. }
  42. .basic_box{
  43. padding-bottom:30px;
  44. width: 1000px;
  45. border-top: 1px solid #CCCCCC;
  46. border-bottom: 1px solid #CCCCCC;
  47. }
  48. .basic_content{
  49. width: 900px;
  50. margin-left: 40px;
  51. margin-top: 30px;
  52. }
  53. .basic_content_div1{
  54. width: 80px;
  55. height: 40px;
  56. }
  57. input{
  58. font-size: 13px!important;
  59. }
  60. .border_top_none{
  61. border-top: 0;
  62. }
  63. .com_trave{
  64. width: 800px;
  65. margin-left: 125px;
  66. margin-top: 30px;
  67. }
  68. .submit{
  69. width: 80px;
  70. height: 35px;
  71. text-align: center;
  72. line-height: 35px;
  73. display: inline-block;
  74. margin-right: 20px;
  75. }
  76. .cannel{
  77. width: 80px;
  78. height: 35px;
  79. text-align: center;
  80. line-height: 35px;
  81. border: 1px solid #ccc;
  82. display: inline-block;
  83. }