default02.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. body
  2. {
  3. /*font-family: "宋体";
  4. font-size: 75%;
  5. color: #232323;
  6. background-color: #fff;*/
  7. }
  8. .formitem
  9. {
  10. border: 1px solid #d6d6d6;
  11. width: 100%;
  12. padding: 0;
  13. background-color:#d6d6d6;
  14. }
  15. .formitem > tbody > tr:first-child > th
  16. {
  17. height: 35px;
  18. line-height: 28px;
  19. background-color:#e9e9e9;
  20. text-indent: 20px;
  21. text-align: left;
  22. color: #1c568a;
  23. font-size: 9pt;
  24. font-weight: bold;
  25. }
  26. .formitem .inputtimespinner
  27. {
  28. width:150px;
  29. }
  30. .formitem .TextBoxEx_large
  31. {
  32. width: 502px;
  33. }
  34. .formitem > tbody > tr > th
  35. {
  36. height: 30px;
  37. width: 10%;
  38. text-align: right;
  39. font-weight: normal;
  40. background-color: #f0f0f0;
  41. }
  42. .formitem > tbody > tr > td
  43. {
  44. width: 40%;
  45. padding-left: 5px;
  46. background-color: #ffffff;
  47. }
  48. .formitem td.last
  49. {
  50. height:32px;
  51. text-align: right;
  52. }
  53. .formitem.two td
  54. {
  55. width: 50%;
  56. }
  57. .formitem td.last input
  58. {
  59. margin: 0 5px 0 5px;
  60. }
  61. .formitem textarea
  62. {
  63. width: 500px;
  64. height: 40px;
  65. margin-top:3px;
  66. margin-bottom:3px;
  67. }
  68. /*btn start*/
  69. input.l-btn-plain
  70. {
  71. padding-right: 5px;
  72. border: 0;
  73. padding: 1px 6px 1px 1px;
  74. }
  75. input.l-btn-disabled
  76. {
  77. color: #ccc;
  78. opacity: 0.5;
  79. filter: alpha(opacity=50);
  80. cursor: default;
  81. }
  82. input:hover.l-btn
  83. {
  84. background-position: right -24px;
  85. outline: none;
  86. text-decoration: none;
  87. }
  88. input:hover.l-btn span.l-btn-left
  89. {
  90. background-position: 0 bottom;
  91. }
  92. input:hover.l-btn-plain
  93. {
  94. padding: 0 5px 0 0;
  95. }
  96. input:hover.l-btn-disabled
  97. {
  98. background-position: right 0;
  99. }
  100. input:hover.l-btn-disabled span.l-btn-left
  101. {
  102. background-position: 0 -48px;
  103. }
  104. input.l-btn .l-btn-focus
  105. {
  106. outline: #0000FF dotted thin;
  107. }
  108. input.l-btn
  109. {
  110. width:59px;
  111. text-align: center;
  112. color: #ffffff;
  113. height: 30px;
  114. cursor: pointer;
  115. background-image: url('../gray/images/btn_bg2.png') !important;
  116. background-repeat: no-repeat;
  117. background-position:0 0;
  118. background-repeat:no-repeat;
  119. border: 0;
  120. background: -webkit-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  121. background: -moz-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  122. background: -o-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  123. background: linear-gradient(to bottom,#1a7bc9 0,#1a7bc9 100%);
  124. -moz-border-radius: 2px 2px 2px 2px;
  125. -webkit-border-radius: 0px 0px 0px 0px;
  126. }
  127. input:hover.l-btn
  128. {
  129. background-image: url('../gray/images/btn_bg2.png');
  130. background-repeat: no-repeat;
  131. background-position:0 -30px;
  132. border: 0px;
  133. filter: none;
  134. }
  135. input.l-btn-plain, input.l-btn-plain span.l-btn-left
  136. {
  137. background: transparent;
  138. border: 0;
  139. filter: none;
  140. }
  141. input:hover.l-btn-plain
  142. {
  143. background: #9cc8f7;
  144. color: #404040;
  145. border: 1px solid #9cc8f7;
  146. -moz-border-radius: 0px 0px 0px 0px;
  147. -webkit-border-radius: 0px 0px 0px 0px;
  148. border-radius: 0px 0px 0px 0px;
  149. }
  150. input.l-btn-disabled, input:hover.l-btn-disabled
  151. {
  152. filter: alpha(opacity=50);
  153. }
  154. /*btn end*/
  155. tr.datagrid-row td a
  156. {
  157. text-decoration: none;
  158. }
  159. tr.datagrid-row td a:hover
  160. {
  161. /*text-decoration : underline;*/
  162. color: #FF0033;
  163. }
  164. .ValidateEntityrequired
  165. {
  166. color:Red;
  167. margin-left:2px;
  168. }
  169. .ValidateEntity-invalid {
  170. background-image: url('validatebox_warning.png');
  171. background-repeat: no-repeat;
  172. background-position: right center;
  173. }
  174. ul
  175. {
  176. list-style: none;
  177. padding: 0px;
  178. margin: 0px;
  179. }
  180. img
  181. {
  182. border-style: none;
  183. padding: 0px;
  184. margin: 0px;
  185. }
  186. /* Styles for basic forms
  187. -----------------------------------------------------------*/
  188. fieldset
  189. {
  190. border: 1px solid #ddd;
  191. padding: 0 1.4em 1.4em 1.4em;
  192. margin: 0 0 1.5em 0;
  193. }
  194. legend
  195. {
  196. font-size: 1.2em;
  197. font-weight: bold;
  198. }
  199. textarea
  200. {
  201. min-height: 75px;
  202. }
  203. .editor-label
  204. {
  205. margin: 1em 0 0 0;
  206. }
  207. .editor-field
  208. {
  209. margin: 0.5em 0 0 0;
  210. }
  211. /* Styles for validation helpers
  212. -----------------------------------------------------------*/
  213. .field-validation-error
  214. {
  215. color: #ff0000;
  216. }
  217. .field-validation-valid
  218. {
  219. display: none;
  220. }
  221. .input-validation-error
  222. {
  223. border: 1px solid #ff0000;
  224. background-color: #ffeeee;
  225. }
  226. .validation-summary-errors
  227. {
  228. font-weight: bold;
  229. color: #ff0000;
  230. }
  231. .validation-summary-valid
  232. {
  233. display: none;
  234. }
  235. .fleft
  236. {
  237. float: left;
  238. }
  239. .fright
  240. {
  241. float: right;
  242. }
  243. /* Clear Fix */
  244. .clearfix:after
  245. {
  246. content: ".";
  247. display: block;
  248. height: 0;
  249. clear: both;
  250. visibility: hidden;
  251. }
  252. .clearfix
  253. {
  254. display: inline-block;
  255. }
  256. /* Hide from IE Mac */
  257. .clearfix
  258. {
  259. display: block;
  260. }
  261. /* End hide from IE Mac */
  262. /* end of clearfix */
  263. .CurrentInformation
  264. {
  265. position: absolute;
  266. left: 350px;
  267. top: 110px;
  268. z-index: 2;
  269. color: #fff;
  270. }
  271. /* 双行搜索 */
  272. .current_navbar
  273. {
  274. margin: 0px;
  275. height: 30px;
  276. line-height: 30px;
  277. text-align: right;
  278. background-color: #389cbc;
  279. border-bottom: 1px solid #dbd9dc;
  280. }
  281. .current_navbar .nav_info
  282. {
  283. float: left;
  284. height: 30px;
  285. color: #1a1f23;
  286. }
  287. .current_navbar .nav_info img
  288. {
  289. vertical-align: middle;
  290. margin-left: 5px;
  291. }
  292. .current_navbar .nav_info a
  293. {
  294. color: #1a1f23;
  295. vertical-align: middle;
  296. text-decoration: none;
  297. }
  298. .current_navbar .nav_info a:hover
  299. {
  300. color: #1A7BC9;
  301. }
  302. .current_navbar .func_info
  303. {
  304. float: right;
  305. margin-right: 15px;
  306. height: 30px;
  307. line-height:30px;
  308. vertical-align:middle;
  309. }
  310. .current_navbar .func_info input
  311. {
  312. border: 1px solid #1A7BC9;
  313. margin-left: 5px;
  314. }
  315. .search_keyword
  316. {
  317. margin: 15px 15px 0px 15px;
  318. min-height: 80px;
  319. background-color: #fffff;
  320. border-radius: 5px;
  321. /*box-shadow: 3px 3px 10px #eeeeee;*/
  322. border:#d6d6d6 1px solid;
  323. }
  324. .checkedCustomer
  325. {
  326. margin: 15px 15px 0px 15px;
  327. min-height: 80px;
  328. background-color: #DAEEF5;
  329. border-radius: 5px;
  330. box-shadow: 3px 3px 10px #DAEEF5;
  331. }
  332. .checkedCustomer span
  333. {
  334. margin:5px 5px 5px 5px;
  335. padding-top: 10px;}
  336. .one
  337. {
  338. min-height: 40px;
  339. }
  340. .second
  341. {
  342. min-height: 80px;
  343. }
  344. .third
  345. {
  346. min-height: 110px;
  347. }
  348. .search_keyword .search_input
  349. {
  350. width: 80%;
  351. float: left;
  352. }
  353. .search_keyword .search_input ul
  354. {
  355. list-style: none;
  356. height: 22px;
  357. margin: 10px auto;
  358. }
  359. .search_keyword .search_input ul li.sn
  360. {
  361. width: 13%;
  362. height: 22px;
  363. line-height: 22px;
  364. display: inline-block;
  365. text-align: right;
  366. color: #000;
  367. float: left;
  368. }
  369. .search_keyword .search_input ul li.sv
  370. {
  371. width: 20%;
  372. height: 22px;
  373. line-height: 22px;
  374. float: left;
  375. text-align: left;
  376. }
  377. .search_keyword .search_button_one
  378. {
  379. float: left;
  380. margin: 7px;
  381. }
  382. .search_keyword .search_button_one a
  383. {
  384. border-radius: 5px;
  385. /*box-shadow: 3px 3px 8px #eeeeee;*/
  386. }
  387. .search_keyword .search_button_second
  388. {
  389. float: left;
  390. margin: 27px;
  391. }
  392. .search_keyword .search_button_second a
  393. {
  394. border-radius: 5px;
  395. /*box-shadow: 3px 3px 8px #eeeeee;*/
  396. }
  397. .search_keyword .search_button_third
  398. {
  399. float: left;
  400. margin: 43px;
  401. }
  402. .search_keyword .search_button_third a
  403. {
  404. border-radius: 5px;
  405. /*box-shadow: 3px 3px 8px #1A7BC9;*/
  406. }
  407. .search_list
  408. {
  409. margin: 15px 15px 0px 15px;
  410. }
  411. /* 弹出框 */
  412. .box_class
  413. {
  414. margin: 10px auto;
  415. }
  416. .box_class ul
  417. {
  418. height: 36px;
  419. line-height: 36px;
  420. }
  421. .box_class ul li.li_o_l
  422. {
  423. width: 21%;
  424. float: left;
  425. text-align: right;
  426. }
  427. .box_class ul li.li_o_r
  428. {
  429. float: left;
  430. height: 36px;
  431. }
  432. .box_class ul li.li_o_r .combo input {
  433. vertical-align: top;
  434. }
  435. .box_class ul li.li_o_r textarea
  436. {
  437. font-size:13px;
  438. padding-left:2px;
  439. }
  440. .box_class ul li.li_s_l
  441. {
  442. width: 21%;
  443. float: left;
  444. text-align: right;
  445. }
  446. .box_class ul li.li_s_r
  447. {
  448. width: 29%;
  449. float: left;
  450. height: 36px;
  451. }
  452. .box_class ul li.li_s_r .combo input {
  453. vertical-align: top;
  454. }
  455. .box_class ul li.li_t_l
  456. {
  457. width: 15%;
  458. float: left;
  459. text-align: right;
  460. }
  461. .box_class ul li.li_t_r
  462. {
  463. width: 18%;
  464. float: left;
  465. height: 36px;
  466. }
  467. .box_class ul li.li_t_r .combo input {
  468. vertical-align: top;
  469. }
  470. a.btn_bg
  471. {
  472. line-height:22px !important;
  473. height:22px !important;
  474. border-radius: 10px !important;
  475. margin:4px 2px 4px 2px;
  476. }
  477. a:hover.btn_bg
  478. {
  479. line-height:22px !important;
  480. height:22px !important;
  481. border-radius: 10px !important;
  482. margin:4px 2px 4px 2px;
  483. }
  484. a.btn_bg span.l-btn-left
  485. {
  486. padding-top:2px !important;
  487. padding-bottom:2px !important;
  488. height:16px !important;
  489. line-height:16px !important;
  490. margin-left:auto;
  491. margin-right:auto;
  492. text-align:center;
  493. }
  494. a.btn_bg span.l-btn-text
  495. {
  496. text-align:center;
  497. }
  498. a.btn_bg_bule
  499. {
  500. background-color:#01c5ff !important;
  501. }
  502. a:hover.btn_bg_bule
  503. {
  504. background-color:#6bddff !important;
  505. }
  506. a.btn_bg_red
  507. {
  508. background-color:#da4f4a !important;
  509. }
  510. a:hover.btn_bg_red
  511. {
  512. background-color:#fb706b !important;
  513. }
  514. a.btn_bg_yellow
  515. {
  516. background-color:#ffc000 !important;
  517. }
  518. a:hover.btn_bg_yellow
  519. {
  520. background-color:#fcd475 !important;
  521. }
  522. a.btn_bg_green
  523. {
  524. background-color:#b1d266 !important;
  525. }
  526. a:hover.btn_bg_green
  527. {
  528. background-color:#c7ed71 !important;
  529. }