暫無描述

wenJuanSheZhi.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. .fl{
  7. float: left;
  8. }
  9. .pl{
  10. padding-left: 10px;
  11. }
  12. select{
  13. padding: 2px;
  14. height: 28px;
  15. border: 1px solid #ebebeb;
  16. color: #1ab394;
  17. outline: none;
  18. vertical-align: middle;
  19. }
  20. .input_{
  21. width: 128px;
  22. padding: 2px 2PX 2PX 10PX;
  23. height: 28px;
  24. border: 1px solid #ebebeb;
  25. color: #1ab394;
  26. outline: none;
  27. vertical-align: middle;
  28. }
  29. .btn{
  30. background: #1ab394;
  31. color: #fff;
  32. padding: 3px 10px;
  33. outline: none;
  34. font-size: 12px;
  35. margin-left: 15px;
  36. }
  37. .topBar{
  38. height: 30px;
  39. width: 100%;
  40. background: #1ab394;
  41. color: #fff;
  42. line-height: 30px;
  43. padding: 0 15px;
  44. }
  45. .leftCon{
  46. border-left: 1px solid #ebebeb;
  47. border-right: 1px solid #ebebeb;
  48. border-bottom: 1px solid #ebebeb;
  49. }
  50. .serBox{
  51. text-align: center;
  52. padding: 5px;
  53. }
  54. .fixed-table-container{
  55. border-radius: 0;
  56. -webkit-border-radius: 0;
  57. }
  58. .gn{
  59. border: 1px solid #ebebeb;
  60. border-left: none;
  61. border-right: none;
  62. padding: 10px;
  63. }
  64. .wjsz {
  65. padding: 10px;
  66. }
  67. .wjse_content{
  68. border:1px solid #CCCCCC;
  69. border-top: none;
  70. }
  71. /*表格*/
  72. .wjse_title{
  73. border: 1px solid #CCCCCC;
  74. border-top: none;
  75. }
  76. #title_table th{
  77. width: 85px;
  78. padding: 5px 8px 5px 0;
  79. color: #333;
  80. font-weight: 700;
  81. text-align: right;
  82. background: #f9f9f9;
  83. border-right: 1px dotted #cccccc;
  84. /* border-bottom: 1px dotted #cccccc;*/
  85. }
  86. #title_table tr{
  87. border-bottom: 1px dotted #cccccc;
  88. }
  89. #title_table td{
  90. padding-left: 10px;
  91. }
  92. /*表格2*/
  93. #bs_table td{
  94. padding: 10px;
  95. }
  96. .bom_bor{
  97. padding: 10px;
  98. height: 30px;
  99. padding-left: 8px;
  100. border-bottom: #A0A2AF 1px dotted;
  101. background-color: #E0ECFF;
  102. }
  103. /*增加*/
  104. .model{
  105. position: fixed;
  106. top: 0;
  107. right: 0;
  108. bottom: 0;
  109. left: 0;
  110. height: 100%;
  111. width: 100%;
  112. background: rgba(0, 0, 0, 0.48);
  113. z-index: 100;
  114. /* display: none;*/
  115. }
  116. .rightBox {
  117. width: 50%;
  118. background: #fff;
  119. margin: 0 auto;
  120. padding-bottom: 5px;
  121. margin-top: 25px;
  122. }
  123. .add_title{
  124. height: 35px;
  125. background: #1ab394;
  126. color: #fff;
  127. line-height: 35px;
  128. padding: 0 15px;
  129. margin-bottom: 15px
  130. }
  131. textarea{
  132. width: 90%;
  133. vertical-align: middle;
  134. border: 1px solid #ebebeb
  135. }
  136. .wfc_top{
  137. padding: 0 15px;
  138. }
  139. .xzss p{
  140. padding: 5px;
  141. background: #1ab394;
  142. color: #fff;
  143. margin-top: 5px;
  144. padding-left: 15px;
  145. }
  146. .wj_content{
  147. padding: 0 15px;
  148. }