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.
 
 
 
 

100 regels
1.6 KiB

  1. /*Author:fuhc
  2. Date:10161014
  3. 单一线路 的基本信息 */
  4. /*type_btn class*/
  5. .type_btn_cur{
  6. position: relative;
  7. top: 1px;
  8. background: white;
  9. }
  10. .singline_box{
  11. width: 1300px;
  12. margin: 40px 0px 40px 40px;
  13. }
  14. .top_line{
  15. width: 100px;
  16. height: 35px;
  17. display: inline-block;
  18. line-height: 35px;
  19. text-align: center;
  20. cursor: pointer;
  21. border-top-left-radius: 5px;
  22. border-top-right-radius: 5px;
  23. border-top: 1px solid #CCCCCC;
  24. border-right: 1px solid #CCCCCC;
  25. border-left: 1px solid #CCCCCC;
  26. }
  27. .singline_content{
  28. width: 1200px;
  29. border-bottom: 1px solid #CCCCCC;
  30. }
  31. .basic_line{
  32. margin-top: 30px;
  33. }
  34. .basic_box{
  35. width: 1000px;
  36. }
  37. /*base*/
  38. .base-info{
  39. margin-top: 60px;
  40. margin-left: 40px;
  41. padding-bottom: 50px;
  42. border-bottom: 1px solid #CCCCCC;
  43. }
  44. .submit{
  45. width: 80px;
  46. height: 35px;
  47. text-align: center;
  48. line-height: 35px;
  49. display: inline-block;
  50. margin-right: 20px;
  51. }
  52. .cannel{
  53. width: 80px;
  54. height: 35px;
  55. text-align: center;
  56. line-height: 35px;
  57. border: 1px solid #ccc;
  58. display: inline-block;
  59. }
  60. /*一行 (左边加右边)-对齐*/
  61. input:focus {
  62. border: 1px solid orange!important;
  63. outline: none!important;
  64. }
  65. .second_style_frist {
  66. /*width: 500px;*/
  67. /*overflow: hidden;*/
  68. margin-top: 10px;
  69. padding-bottom: 15px;
  70. }
  71. .second_style_main {
  72. width: 100px;
  73. text-align: right;
  74. display: inline-block;
  75. line-height: 25px;
  76. vertical-align: top;
  77. }
  78. .second_style_next {
  79. display: inline-block;
  80. /*width: 250px;*/
  81. margin-left: 15px;
  82. line-height: 25px;
  83. }
  84. .second_style_next>input {
  85. height: 25px;
  86. width: 220px;
  87. }
  88. .second_style_next>select {
  89. height: 25px;
  90. }