commonForm.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. body {
  6. }
  7. .glyphicon:active {
  8. color: #009933;
  9. }
  10. .glyphicon {
  11. top: 2px;
  12. }
  13. /*.form-control {
  14. height: 30px;
  15. padding: 4px 5px;
  16. line-height: 25px;
  17. display: inline-block;
  18. }*/
  19. .input-sm, .form-horizontal .form-group-sm .form-control {
  20. height: 30px;
  21. padding: 5px 5px;
  22. font-size: 14px;
  23. line-height: 1.5;
  24. border-radius: 3px;
  25. }
  26. #top {
  27. width: 100%;
  28. height: 40px;
  29. background-color: #CC3333;
  30. color: #FFFFFF;
  31. }
  32. #mian {
  33. padding-left: 6px;
  34. padding-right: 6px;
  35. }
  36. #footer {
  37. width: 100%;
  38. height: 50px;
  39. background-color: #f6f5ec;
  40. color: #666666;
  41. font-size: 8px;
  42. padding-top: 5px;
  43. border-top: solid 1px #666666;
  44. }
  45. /*top*/
  46. #top .top-sysname {
  47. float: left;
  48. font-weight: bolder;
  49. font-size: 20px;
  50. font-family: "微软雅黑";
  51. padding-top: 5px;
  52. }
  53. #top .top-sysrelation {
  54. float: right;
  55. font-size: 15px;
  56. padding-top: 10px;
  57. }
  58. #top a:link, #top a:visited {
  59. color: #FFFFFF;
  60. text-decoration: none;
  61. }
  62. #top a:active {
  63. text-decoration: none;
  64. color: #0099CC
  65. }
  66. /*main*/
  67. /*title*/
  68. #title {
  69. padding-bottom: 0px;
  70. padding-right: 10px;
  71. font-size: 18px;
  72. font-weight: bold;
  73. border-bottom: 1px ridge #663300;
  74. margin-top: 10px;
  75. color: #27AD60;
  76. font-family: sans-serif;
  77. }
  78. #title .list-index {
  79. display: inline-block;
  80. float: right;
  81. padding-top: 3px;
  82. font-size: 15px;
  83. }
  84. #title a:link, #title a:visited{
  85. color: #888888;
  86. }
  87. /*baseinfo*/
  88. #baseinfo {
  89. padding-top: 5px;
  90. border-bottom: solid 1px #CCCCCC;
  91. border-right: solid 1px #CCCCCC;
  92. border-left: solid 1px #CCCCCC;
  93. margin-bottom: 10px;
  94. background-color: #EEEEEE;
  95. }
  96. .baseinfo-title {
  97. width: 100%;
  98. background-color: #27AD60;
  99. border-radius: 4px 4px 0px 0px;
  100. font-size: 18px;
  101. color: #FFFFFF;
  102. height: 30px;
  103. padding-left: 5px;
  104. padding-top: 5px;
  105. padding-right: 10px;
  106. margin-top: 10px;
  107. }
  108. #baseinfo form, #de-form form {
  109. width: 100%;
  110. }
  111. .field-line {
  112. vertical-align: middle;
  113. padding-bottom: 5px;
  114. margin-bottom: 5px;
  115. }
  116. .field-line .control-group {
  117. vertical-align: inherit;
  118. }
  119. .fieldlabel {
  120. width: 30%;
  121. text-align: right;
  122. display: inline-block;
  123. vertical-align: inherit;
  124. }
  125. .field {
  126. width: 60%;
  127. display: inline-block;
  128. vertical-align: inherit;
  129. }
  130. .fieldremark {
  131. width: 10%;
  132. display: inline-block;
  133. vertical-align: inherit;
  134. padding-left: 2px;
  135. }
  136. label {
  137. font-weight: normal;
  138. }
  139. input[type="radio"] {
  140. display: none;
  141. }
  142. input[type="number"] {
  143. width: 80%;
  144. }
  145. .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  146. padding-top: 2px;
  147. padding-left: 2px;
  148. padding-right: 2px;
  149. margin-top: 0;
  150. margin-bottom: 0;
  151. }
  152. .form-horizontal .has-feedback .form-control-feedback {
  153. top: 0;
  154. right: 2px;
  155. }
  156. .btn-default {
  157. color: #333;
  158. background-color: #FFFFFF;
  159. border-color: #27AD60;
  160. }
  161. textarea.form-control {
  162. height: 90px;
  163. }
  164. .radio-inline {
  165. padding-top: 2px;
  166. padding-bottom: 2px;
  167. padding-right: 10px;
  168. padding-left: 10px;
  169. border-radius: 2px;
  170. cursor: pointer;
  171. }
  172. .spread-baseinfo {
  173. margin: 10px;
  174. padding: 5px 5px;
  175. border: 1px solid #777777;
  176. border-radius: 2px;
  177. background-color: #FFFFFF;
  178. font-size: 20px;
  179. display: none;
  180. }
  181. .spread-baseinfo:hover {
  182. cursor: pointer;
  183. background-color: #EEEEEE;
  184. }
  185. /*dbfind-dropdown下拉*/
  186. .suggest-box {
  187. left: 30%;
  188. width: 60%;
  189. padding-top: 0px;
  190. padding-bottom: 0px;
  191. border: none;
  192. }
  193. .suggest-box ul {
  194. list-style: none;
  195. padding: 0px;
  196. margin: 0px;
  197. }
  198. .suggest-box ul li {
  199. padding: 2px 10px 2px 10px;
  200. border-bottom: 1px solid #BBBBBB;
  201. line-height: 25px;
  202. width: 100%;
  203. height: 29px;
  204. overflow: hidden;
  205. }
  206. .suggest-box ul li:hover {
  207. background-color: #99CCFF;
  208. cursor: pointer;
  209. }
  210. .suggest-box ul li:acitive {
  211. background: #99CCCC;
  212. }
  213. /*details*/
  214. .de-title {
  215. width: 100%;
  216. background-color: #27AD60;
  217. border-radius: 4px 4px 0px 0px;
  218. font-size: 18px;
  219. color: #FFFFFF;
  220. height: 30px;
  221. padding-left: 5px;
  222. padding-top: 5px;
  223. padding-right: 10px;
  224. }
  225. .de-title .add-perpeo {
  226. display: inline-block;
  227. float: right;
  228. font-size: 15px;
  229. height: 100%;
  230. }
  231. #details {
  232. margin-bottom: 5px;
  233. }
  234. #de-form {
  235. display: none;
  236. padding-top: 5px;
  237. border-right: solid 1px #CCCCCC;
  238. border-left: solid 1px #CCCCCC;
  239. padding-bottom: 5px;
  240. border-bottom: 1px solid #3ebfd2;
  241. }
  242. .de-body {
  243. padding: 10px;
  244. border-bottom: solid 1px #CCCCCC;
  245. border-right: solid 1px #CCCCCC;
  246. border-left: solid 1px #CCCCCC;
  247. }
  248. #add-detail {
  249. width: 100%;
  250. padding: 0px 5px;
  251. border: 1px solid #777777;
  252. border-radius: 2px;
  253. font-size: 20px;
  254. }
  255. #add-detail:hover {
  256. cursor: pointer;
  257. background-color: #EEEEEE;
  258. }
  259. .add-detail {
  260. margin-bottom: 3px;
  261. }
  262. #detail-handlers {
  263. display: none;
  264. }
  265. .detail-sub {
  266. border-radius: 2px;
  267. border: 1px solid #3ebfd2;
  268. border-top: 3px solid #3ebfd2;
  269. padding: 5px;
  270. margin-bottom: 10px;
  271. }
  272. .detail-sub:hover {
  273. cursor: pointer;
  274. background-color: #EEEEEE;
  275. }
  276. .sub-order {
  277. font-weight: bold;
  278. font-size: 20px;
  279. color: #3ebfd2;
  280. display: inline-block;
  281. background: url('../img/sub-order-backgroud-blue.png');
  282. float: left;
  283. margin-left: -6px;
  284. margin-top: -8px;
  285. padding-left: 10px;
  286. padding-top: 1px;
  287. width: 50px;
  288. }
  289. .sub-delete {
  290. font-size: 20px;
  291. position: float;
  292. float: right;
  293. }
  294. #detail-form .control-group {
  295. padding-top: 4px;
  296. }
  297. /*buttons*/
  298. #buttons {
  299. padding-bottom: 5px;
  300. }
  301. #buttons .buttons-item {
  302. display: inline-block;
  303. padding: 5px;
  304. width: 45%;
  305. }
  306. #buttons .btn-group .btn-group {
  307. display: none;
  308. padding-bottom: 4px;
  309. }
  310. #buttons .buttons-item .btn {
  311. height: 40px;
  312. width: 100%;
  313. }
  314. #dbFindModal .modal-dialog {
  315. height: 80%;
  316. margin-top: 10%;
  317. }
  318. /*loading*/
  319. .loading-container {
  320. width: 160px;
  321. height: 56px;
  322. position: absolute;
  323. display: none;
  324. top: 50%;
  325. left: 50%;
  326. margin-left: -80px;
  327. line-height: 56px;
  328. color: #fff;
  329. padding-left: 60px;
  330. font-size: 15px;
  331. font-family: "YouYuan";
  332. background: #000 url(../img/loading.gif) no-repeat 10px 50%;
  333. opacity: 0.7;
  334. z-index: 99999999;
  335. -moz-border-radius: 20px;
  336. -webkit-border-radius: 20px;
  337. border-radius: 20px;
  338. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  339. }
  340. .loading-container:before,.loading-container:after {
  341. content: " ";
  342. position: absolute;
  343. top: 0;
  344. left: 0;
  345. right: 0;
  346. bottom: 0;
  347. min-height: 50px;
  348. min-width: 50px;
  349. }
  350. .loading-container:before {
  351. background-color: white;
  352. opacity: 0.5;
  353. }
  354. /*dbFindModal*/
  355. #dbFindModal .modal-dialog .modal-content .modal-body {
  356. padding: 0px 5px;
  357. }
  358. #dbFindModal .modal-dialog .modal-content .modal-header,
  359. #dbFindModal .modal-dialog .modal-content .modal-footer {
  360. padding-right: 15px;
  361. padding-left: 15px;
  362. padding-top: 5px;
  363. padding-bottom: 5px;
  364. }
  365. #dbFindModal .modal-dialog .modal-content .modal-header {
  366. background-color: #27AD60;
  367. color: #FFFFFF;
  368. }
  369. #dbFindModal .modal-dialog .modal-content .modal-body .table {
  370. width: 100%;
  371. }
  372. #dbFindModal .modal-dialog .modal-content .modal-body .table tr:hover {
  373. background: #0099CC;
  374. }
  375. #dbFindModal .modal-dialog .modal-content .modal-footer button{
  376. margin-left: 5px;
  377. }