create.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .container {
  2. font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  3. }
  4. .panel-body {
  5. padding-bottom: 5px;
  6. }
  7. .margin-l-2 {
  8. margin-left: 2px;
  9. }
  10. .mobile_steps {
  11. margin: 0 -10px;
  12. font-size: 12px;
  13. }
  14. .mobile_steps > li + li:before {
  15. content: "/\00a0";
  16. padding: 0 0px;
  17. color: #ccc;
  18. }
  19. .mobile_steps > li > a {
  20. color: #333;
  21. }
  22. .mobile_steps > .after_step a {
  23. color: #99CBED;
  24. }
  25. .mobile_steps > .active a {
  26. color: #3498DB;
  27. }
  28. .steps {
  29. box-sizing: border-box;
  30. padding-left: 5px;
  31. }
  32. .step_item {
  33. height: 30px;
  34. padding-left: 0px;
  35. padding-right: 5px;
  36. color: #333333;
  37. }
  38. .step_item a {
  39. color: #333333;
  40. text-decoration: none;
  41. }
  42. .step_item .step_body {
  43. background: #F4F6F8;
  44. font-size: 13px;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. height: 100%;
  49. width: 100%;
  50. }
  51. .step_body span {
  52. padding-right: 2px;
  53. }
  54. .after_step .step_body {
  55. background: rgba(52, 152, 219, .5);
  56. color: #FFFFFF;
  57. }
  58. .action_step .step_body {
  59. background: #3498DB;
  60. color: #FFFFFF;
  61. }
  62. .search_form {
  63. width: 150px;
  64. }
  65. .search_form input {
  66. height: 28px;
  67. border: 1px solid #ccc;
  68. }
  69. .xs_search_form {
  70. padding: 20px 5px;
  71. }
  72. .xs_search_form div {
  73. padding: 0;
  74. }
  75. .search_form .input-group-addon, .xs_search_form .input-group-addon {
  76. padding: 6px 8px;
  77. color: #999999;
  78. }
  79. .selects {
  80. clear: both;
  81. overflow: hidden;
  82. }
  83. .selects_title {
  84. font-size: 15px;
  85. font-weight: bold;
  86. margin: 5px 5px 10px 5px;
  87. }
  88. .select_ul {
  89. list-style: none;
  90. font-size: 0;
  91. margin: 0;
  92. padding: 0;
  93. }
  94. .select_item {
  95. display: inline-block;
  96. margin-bottom: 10px;
  97. box-sizing: border-box;
  98. text-align: -webkit-match-parent;
  99. padding-left: 5px;
  100. padding-right: 5px;
  101. }
  102. .select_empty {
  103. display: block;
  104. font-size: 13px;
  105. text-align: center;
  106. color: #888;
  107. }
  108. .select_item a {
  109. height: 90px;
  110. background-color: #f2f2f2;
  111. padding: 0;
  112. box-sizing: border-box;
  113. display: flex;
  114. align-items: center;
  115. }
  116. .select_item .item_icon {
  117. padding: 0 15px 0 15px;
  118. border-right: 1px solid #ddd;
  119. margin-right: 15px;
  120. }
  121. .select_item .item_icon img {
  122. height: 32px;
  123. width: 32px;
  124. }
  125. .select_item .item_content {
  126. width: 67%;
  127. display: inline-block;
  128. padding: 5px 0;
  129. }
  130. .select_item .item_content .item_content_title {
  131. display: inline-block;
  132. margin-bottom: 5px;
  133. font-size: 14px;
  134. color: #000;
  135. vertical-align: middle;
  136. width: 72%;
  137. overflow: hidden;
  138. white-space: nowrap;
  139. text-overflow: ellipsis;
  140. }
  141. .select_item .item_content .item_content_text {
  142. display: inline-block;
  143. color: #888;
  144. font-size: 12px;
  145. line-height: 24px;
  146. width: 100%;
  147. overflow: hidden;
  148. white-space: nowrap;
  149. text-overflow: ellipsis;
  150. }
  151. .kbs {
  152. }
  153. .kbs_title {
  154. color: #333;
  155. font-size: 15px;
  156. margin: 5px 5px 10px 5px;
  157. }
  158. .kbs_title_dashed {
  159. border-bottom: 1px dashed #f5f5f5;
  160. margin: 5px 5px 10px 5px;
  161. }
  162. .kbs_list {
  163. padding: 0;
  164. list-style: none;
  165. margin: 5px 5px 10px 5px;
  166. }
  167. .kbs_list li {
  168. margin: 3px 0;
  169. padding-left: 0px;
  170. }
  171. .kbs_list li a {
  172. display: inline-block;
  173. line-height: 20px;
  174. padding: 1px 3px;
  175. color: #4b4d4e;
  176. text-decoration: none;
  177. font-size: 13px;
  178. }
  179. .kbs_list li a:hover {
  180. background: #e1e6eb;
  181. text-decoration: none;
  182. }
  183. .h-60 {
  184. height: 60px;
  185. }
  186. .h-20 {
  187. height: 20px;
  188. }
  189. .kbs_divider {
  190. clear: both;
  191. width: 100%;
  192. border-bottom: 1px solid #F4F6F8;
  193. }
  194. .submit_select {
  195. clear: both;
  196. }
  197. .submit_select .kbs_title {
  198. margin: 15px 5px;
  199. }
  200. .pading-lr-5 {
  201. padding: 0 5px;
  202. }
  203. .submit_select_item {
  204. height: 100px;
  205. background: #F4F6F8;
  206. margin-bottom: 10px;
  207. display: flex;
  208. align-items: center;
  209. }
  210. .submit_select_item:hover {
  211. background: #e1e6eb;
  212. }
  213. .submit_select_item img {
  214. height: 50px;
  215. width: 50px;
  216. margin: 0 20px;
  217. }
  218. .submit_select_item div {
  219. height: 60px;
  220. width: 64%;
  221. font-size: 12px;
  222. }
  223. .submit_select_item_title {
  224. font-size: 14px;
  225. font-weight: bold;
  226. margin: 10px 0 0 0;
  227. }
  228. .submit_select_item_text {
  229. font-size: 12px;
  230. color: #4b4d4e;
  231. }
  232. .create_form .panel-default {
  233. padding: 0px;
  234. }
  235. .create_form_text {
  236. color: #888;
  237. }
  238. .radio_label {
  239. padding-right: 10px;
  240. }
  241. .radio_label input {
  242. vertical-align: -2px;
  243. }
  244. .text_field {
  245. padding-top: 7px;//
  246. }
  247. .input_notice {
  248. display: block;
  249. color: #888;
  250. font-size: 12px;
  251. }
  252. @media (min-width: 768px) {
  253. .radio_label {
  254. padding-top: 7px;
  255. }
  256. .create_form_text {
  257. padding-top: 7px;
  258. }
  259. }