main-sysnavigation.css 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
  1. html,body {
  2. background: #f1f1f1
  3. }
  4. .tab-background {
  5. background-image: url('../images/background_1.jpg')
  6. }
  7. /*form*/
  8. .x-form-field {
  9. border: 1px solid #8b8970;
  10. background-color: #fffafa;
  11. font-size: 14px !important;
  12. color: #515151
  13. }
  14. .x-form-field.x-form-radio,.x-form-field.x-form-checkbox {
  15. background-color: transparent;
  16. border: none;
  17. }
  18. .x-form-field-cir:focus {
  19. border-color: #66afe9 !important;
  20. outline: 0 !important;
  21. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  22. rgba(102, 175, 233, .6) !important;
  23. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  24. rgba(102, 175, 233, .6) !important
  25. }
  26. .x-form-field-cir-focus {
  27. border-color: #66afe9;
  28. outline: 0;
  29. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  30. rgba(102, 175, 233, .6);
  31. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  32. rgba(102, 175, 233, .6)
  33. }
  34. .x-form-invalid-field.x-form-field-cir-focus {
  35. border-color: #cd950c;
  36. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  37. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
  38. }
  39. .form-field-border {
  40. border-bottom: 1px solid #8b8970;
  41. background-color: #e0eeee;
  42. height: 22
  43. }
  44. .x-form-item {
  45. font-family: "microsoft yahei", sans-serif;
  46. }
  47. .x-form-item .x-form-cb-wrap {
  48. padding-top: 2px;
  49. }
  50. .x-form-item-label {
  51. padding: 1px 0 0 3px;
  52. }
  53. .x-form-field-multi .x-form-item {
  54. margin-bottom: 0;
  55. }
  56. .x-form-file-wrap .x-btn button {
  57. height: 20px;
  58. line-height: 1;
  59. }
  60. .x-form-item .x-form-cb-wrap {
  61. padding-left: 3px;
  62. }
  63. .mail-attach {
  64. color: green
  65. }
  66. .mail-attach:hover {
  67. color: red;
  68. text-decoration: underline;
  69. cursor: pointer
  70. }
  71. .x-form-group {
  72. display: block;
  73. width: 100%;
  74. padding-bottom: 4px;
  75. }
  76. .x-form-group:before,.x-form-group:after {
  77. content: " ";
  78. display: table;
  79. }
  80. .x-form-group:after {
  81. clear: both;
  82. }
  83. .x-form-group-label {
  84. width: 30%;
  85. padding-left:10px;
  86. height: 20px;
  87. line-height: 20px;
  88. z-index: 2;
  89. position: relative;
  90. cursor: pointer;
  91. font-size: 15px;
  92. color: gray;
  93. border: 1px solid #8b8970;
  94. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  95. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  96. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  97. -moz-border-radius: 5px;
  98. -webkit-border-radius: 5px;
  99. border-radius: 5px;
  100. background: #f1f1f1 url('../images/icons.png') no-repeat 0 -55px !important
  101. }
  102. .x-form-group-label h6,.x-form-group-label-close h6 {
  103. margin-left: 30px !important
  104. }
  105. .x-form-group-label:hover {
  106. background: #999 url('../images/icons.png') no-repeat 0px -109px
  107. !important;
  108. color: #fff;
  109. cursor: pointer
  110. }
  111. .x-form-group-label-close {
  112. width: 20%;
  113. float: left;
  114. padding: 0 20 0;
  115. z-index: 2;
  116. position: relative;
  117. cursor: pointer;
  118. background-color: #bebebe;
  119. font-size: 15px;
  120. color: green;
  121. border: 1px solid #8b8970;
  122. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  123. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  124. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  125. -moz-border-radius: 5px;
  126. -webkit-border-radius: 5px;
  127. border-radius: 5px;
  128. background: url('../images/icons.png') no-repeat -3px -111px !important
  129. }
  130. .x-panel {
  131. border-width: 0
  132. }
  133. .x-column-header {
  134. text-shadow: 0 0 0 rgba(255, 255, 255, 0.3)
  135. }
  136. .x-panel-header-text {
  137. font-family: "microsoft yahei", sans-serif;
  138. font-size: 14px;
  139. color: blue;
  140. font-weight: normal
  141. }
  142. .x-panel-header-text-default-framed {
  143. font: 14px "microsoft yahei";
  144. color: blue;
  145. }
  146. .x-form-display-field {
  147. font-size: 13px;
  148. color: blue
  149. }
  150. .x-form-item-label {
  151. font-size: 14px
  152. }
  153. .x-form-readonly-1 {
  154. color: #6b6b6b
  155. }
  156. .x-monthpicker-item a {
  157. font-family: "Microsoft YaHei"
  158. }
  159. /*grid*/
  160. .x-grid-header-1 {
  161. background-color: #c8c8c8;
  162. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0),
  163. color-stop(100%, #c8c8c8));
  164. background-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
  165. background-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
  166. background-image: -o-linear-gradient(top, #f0f0f0, #c8c8c8);
  167. background-image: -ms-linear-gradient(top, #f0f0f0, #c8c8c8);
  168. background-image: linear-gradient(top, #f0f0f0, #c8c8c8);
  169. text-align: center;
  170. }
  171. .x-grid-header-1 .x-column-header-text {
  172. font: 14px/1.5 "microsoft yahei", "\5b8b\4f53", Tahoma, Geneva,
  173. sans-serif;
  174. font-weight: 500
  175. }
  176. .x-grid-row .x-grid-cell {
  177. color: null;
  178. font: normal 11px tahoma, arial, verdana, sans-serif;
  179. background-color: #E0E0FF;
  180. border-color: #ededed;
  181. border-style: solid;
  182. border-width: 1px 0;
  183. border-top-color: #fafafa;
  184. height: 26px;
  185. line-height: 26px
  186. }
  187. .x-grid-cell-renderer-cl {
  188. background: #ffdab9 !important;
  189. font-style: italic !important
  190. }
  191. .rep .x-grid-cell {
  192. background: #ffdab9 !important;
  193. font-style: italic !important
  194. }
  195. .x-grid-cell-button-wrap {
  196. text-align: center;
  197. }
  198. .x-grid-cell-button-wrap button {
  199. margin-left: 5px
  200. }
  201. /* grid copy style*/
  202. .x-grid-row .grid-copy {
  203. border: 2px dashed black !important;
  204. }
  205. .x-grid-row .grid-copy-top {
  206. border-top: 2px dashed black !important;
  207. }
  208. .x-grid-row .grid-copy-bottom {
  209. border-bottom: 2px dashed black !important;
  210. }
  211. .x-grid-row .grid-copy-left {
  212. border-left: 2px dashed black !important;
  213. }
  214. .x-grid-row .grid-copy-right {
  215. border-right: 2px dashed black !important;
  216. }
  217. .x-grid-cell-renderer-bl {
  218. background: #c6e2ff !important
  219. }
  220. .x-grid-rowwrap-div {
  221. border-width: 1px 0;
  222. border-color: #ededed;
  223. border-style: solid;
  224. border-top-color: #fafafa;
  225. overflow: hidden
  226. }
  227. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  228. background-color: #f1f1f1;
  229. }
  230. .x-grid-row-over .x-grid-cell,.x-grid-row-over .x-grid-rowwrap-div {
  231. border-color: #eaeaea;
  232. background-color: #bcd2ee;
  233. color: green
  234. }
  235. .x-grid-row-focused .x-grid-cell,.x-grid-row-focused .x-grid-rowwrap-div
  236. {
  237. border-color: #ddd;
  238. background-color: #efefef
  239. }
  240. .x-grid-row-selected .x-grid-cell,.x-grid-row-selected .x-grid-rowwrap-div
  241. {
  242. border-style: dotted;
  243. border-color: #a3bae9;
  244. background-color: #c0c8f0 !important;
  245. color: blue;
  246. font-weight: normal
  247. }
  248. .x-btn-default-small .x-btn-inner,.x-btn-default-medium .x-btn-inner,.x-btn-default-large .x-btn-inner,.x-btn-default-toolbar-small .x-btn-inner,.x-btn-default-toolbar-medium .x-btn-inner,.x-btn-default-toolbar-large .x-btn-inner
  249. {
  250. font-size: 14px;
  251. color: black
  252. }
  253. .x-grid-editorcolumn {
  254. border-width: 2px 0;
  255. background-color: #eaeaea !important;
  256. color: green;
  257. font-weight: bold
  258. }
  259. .x-grid-row-selected .x-grid-cell-special {
  260. border-right: 1px solid #d4b7b7;
  261. background: #cecece url('../images/grid/header-bg.png') repeat center
  262. center !important
  263. }
  264. .x-grid-editor .x-form-item .x-form-item-body .x-form-text {
  265. height: 25px;
  266. margin:10px 0px 0px 0px;
  267. }
  268. .x-tree-arrows .x-tree-elbow-plus,.x-tree-arrows .x-tree-elbow-minus,.x-tree-arrows .x-tree-elbow-end-plus,.x-tree-arrows .x-tree-elbow-end-minus
  269. {
  270. background-image: url('#')
  271. }
  272. .x-grid-tree-node-expanded .x-tree-icon-parent {
  273. background: url('../images/tree/book.png') no-repeat -80px -0px
  274. !important
  275. }
  276. .x-tree-icon-leaf-selected {
  277. background: url('../images/tree/leaf_edit.png') !important
  278. }
  279. .x-tree-icon-tab-main {
  280. background-image: url('../images/house.png') !important
  281. }
  282. .x-tree-icon-tab-tab {
  283. width: 10px;
  284. height: 10px;
  285. background: url('../images/icons.png') no-repeat -3px -137px !important
  286. }
  287. .x-tree-icon-tab-tab1 {
  288. background: url('../images/icons.png') no-repeat -3px -7px !important
  289. }
  290. .x-button-icon-print {
  291. background-image: url('../images/printer.png')
  292. }
  293. .x-button-icon-flow {
  294. background-image: url('../images/icon/flow.png')
  295. }
  296. .x-button-icon-chat {
  297. background-image: url('../images/icon/communicate.png')
  298. }
  299. .x-button-icon-save {
  300. background-image: url('../images/drink.png')
  301. }
  302. .x-button-icon-scan {
  303. background-image: url('../images/scan.png')
  304. }
  305. .x-button-icon-submit {
  306. background-image: url('../images/basket_put.png')
  307. }
  308. .x-button-icon-modify {
  309. background-image: url('../images/modify.png')
  310. }
  311. .x-button-icon-power {
  312. background-image: url('../images/power.png')
  313. }
  314. .x-button-icon-delete {
  315. background-image: url('../images/basket_remove.png')
  316. }
  317. .x-button-icon-delete2 {
  318. background-image: url('../images/delete.png')
  319. }
  320. .x-button-icon-excel {
  321. background-image: url('../images/excel.png')
  322. }
  323. .x-button-icon-close {
  324. background-image: url('../images/icon/trash.png')
  325. }
  326. .x-button-icon-code {
  327. background-image: url('../images/code.png')
  328. }
  329. .x-button-icon-check {
  330. background-image: url('../images/hourglass.png')
  331. }
  332. .x-button-icon-change {
  333. background-image: url('../images/arrow_branch.png')
  334. }
  335. .x-button-icon-move {
  336. background-image: url('../images/move.png')
  337. }
  338. .x-button-icon-add {
  339. background-image: url('../images/add.png')
  340. }
  341. .x-button-icon-download {
  342. background-image: url('../images/download.png')
  343. }
  344. .x-button-icon-sort {
  345. background-image: url('../images/icon/sort.png')
  346. }
  347. .x-button-icon-start {
  348. background-image: url('../images/icon/start.png')
  349. }
  350. .x-button-icon-stop {
  351. background-image: url('../images/icon/stop.png')
  352. }
  353. .x-button-icon-talk {
  354. background-image: url('../images/icon/talk.png')
  355. }
  356. .x-button-icon-detail {
  357. background-image: url('../images/icon/detail.png')
  358. }
  359. .x-btn-uu-medium {
  360. background-image: url('../images/icon/uu.png')
  361. }
  362. .x-form-uu-trigger {
  363. background: url('../images/16/10.png') no-repeat 0 2px !important
  364. }
  365. .x-form-textarea-trigger {
  366. background: url('../images/icons.png') no-repeat -3px -190px !important
  367. }
  368. .x-form-color-trigger {
  369. background: url('../images/paintbrush.png') no-repeat center center
  370. !important
  371. }
  372. .x-form-freq-trigger {
  373. background: url('../images/minute_trigger.png') no-repeat center center
  374. !important
  375. }
  376. .x-form-autocode-trigger {
  377. background: url('../images/code.png') no-repeat center center !important
  378. }
  379. .x-form-file-trigger {
  380. background: url('../images/icon/file.png') no-repeat center center
  381. !important
  382. }
  383. .x-form-trash-trigger {
  384. background: #cfcfcf url('../images/icon/trash.png') no-repeat center
  385. center !important
  386. }
  387. .x-form-download-trigger {
  388. background: #cfcfcf url('../images/icon/download.png') no-repeat center
  389. center !important
  390. }
  391. .x-button-icon-help {
  392. background-image: url('../images/help.png')
  393. }
  394. .x-button-icon-confirm {
  395. background-image: url('../images/accept.png')
  396. }
  397. .x-button-icon-edit {
  398. background-image: url('../images/paintbrush.png')
  399. }
  400. .x-button-icon-changehistory {
  401. background-image: url('../images/law_1.gif')
  402. }
  403. .x-button-icon-yuan {
  404. background-image: url('../images/icon/yuan.png')
  405. }
  406. .x-button-icon-deletedetail {
  407. background-image: url('../images/delete_1.gif')
  408. }
  409. .x-button-icon-template {
  410. background-image: url('../images/template.png')
  411. }
  412. .x-button-icon-copy {
  413. background-image: url('../images/copy.png')
  414. }
  415. .x-button-icon-paste {
  416. background-image: url('../images/paste.png')
  417. }
  418. .x-button-icon-up {
  419. background-image: url('../images/up.png')
  420. }
  421. .x-button-icon-down {
  422. background-image: url('../images/down.png')
  423. }
  424. .x-button-icon-source {
  425. background-image: url('../images/source.png')
  426. }
  427. .x-button-icon-query {
  428. background-image: url('../images/query.png')
  429. }
  430. .x-button-icon-preview {
  431. background-image: url('../images/icon/preview.png')
  432. }
  433. .x-button-icon-set {
  434. background-image: url('../images/icon/set.png')
  435. }
  436. .x-button-icon-clock {
  437. background-image: url('../images/icon/clock.png')
  438. }
  439. .x-button-icon-on {
  440. background-image: url('../images/icon/on.png')
  441. }
  442. .x-button-icon-off {
  443. background-image: url('../images/icon/off.png')
  444. }
  445. .x-button-icon-working {
  446. background-image: url('../images/icon/working.png')
  447. }
  448. .x-button-icon-install {
  449. background-image: url('../images/install.png')
  450. }
  451. .x-button-icon-content {
  452. background-image: url('../images/icon/content.png')
  453. }
  454. .x-button-icon-readed {
  455. background-image: url('../images/readed.png')
  456. }
  457. .x-button-icon-pic {
  458. background-image: url('../images/icon/pic.png')
  459. }
  460. .x-button-icon-data {
  461. background-image: url('../images/monitor.png')
  462. }
  463. .x-button-icon-addgroup {
  464. background: url('../images/icon/addgroup.png')
  465. }
  466. .x-button-icon-end {
  467. background: url('../images/icon/end.png')
  468. }
  469. .x-button-icon-execute {
  470. background: url('../images/icon/execute.png')
  471. }
  472. .x-button-icon-agree {
  473. background: url('../images/icon/agree.png') no-repeat;
  474. }
  475. .x-button-icon-unagree {
  476. background: url('../images/icon/unagree.png') no-repeat;
  477. }
  478. .x-button-icon-turn {
  479. background: url('../images/icon/turn.png')
  480. }
  481. .x-button-icon-reset {
  482. background: url('../images/reset.png')
  483. }
  484. .x-button-icon-paging {
  485. background: url('../images/icon/paging.png')
  486. }
  487. .x-grid-icon-partition {
  488. background: url('../images/icon/partition.png')
  489. }
  490. .x-btn-gray {
  491. background: #d5d5d5;
  492. background: -moz-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  493. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
  494. color-stop(38%, #efefef), color-stop(88%, #d5d5d5));
  495. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  496. endColorstr='#d5d5d5', GradientType=0);
  497. border-color: #bfbfbf;
  498. border-radius: 2px;
  499. vertical-align: bottom;
  500. text-align: center;
  501. }
  502. .x-btn-gray:hover {
  503. opacity: .75;
  504. -ms-filter: "alpha(opacity=75)";
  505. filter: alpha(opacity = 75);
  506. }
  507. .u-toolbar {
  508. border: none;
  509. }
  510. .u-toolbar-group .x-btn-gray {
  511. border-radius: 0;
  512. padding: 1px
  513. }
  514. .u-toolbar-group .x-btn-gray .x-btn-inner,.u-toolbar-group .x-item-disabled .x-btn-inner
  515. {
  516. font-size: 12px;
  517. }
  518. .x-btn-gray-1 {
  519. background-color: #cecece;
  520. text-align: center
  521. }
  522. .x-btn-blue {
  523. background: #cecece
  524. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  525. repeat center center !important;
  526. text-align: center
  527. }
  528. .x-btn-blue:hover {
  529. background: #cecece url('../images/grid/header-bg.png') repeat center
  530. center !important;
  531. text-shadow: blue
  532. }
  533. .x-btn-bw {
  534. border: 1px solid #8b8970;
  535. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  536. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  537. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  538. -moz-border-radius: 3px;
  539. -webkit-border-radius: 3px;
  540. border-radius: 3px;
  541. background-repeat: repeat;
  542. text-align: center
  543. }
  544. .x-btn-bw:hover {
  545. border: 0
  546. }
  547. .x-btn-tb {
  548. border: none !important
  549. }
  550. .x-btn-tb .x-btn-center {
  551. width: 24px !important
  552. }
  553. .x-btn-tb:hover {
  554. background: #cecece
  555. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  556. repeat center center;
  557. border: 1px solid gray;
  558. cursor: pointer
  559. }
  560. .treetitle {
  561. color: gray;
  562. font-size: 14px;
  563. font-weight: inherit;
  564. background-color: #cecece;
  565. padding-left: 0;
  566. height: 25px;
  567. width: 100px;
  568. padding: 0 0 2px;
  569. margin: 0 0 0 5px;
  570. text-align: center;
  571. border: solid #ccc 1px;
  572. border-bottom: 0;
  573. color: #333;
  574. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  575. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  576. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  577. -moz-border-radius: 5px;
  578. -webkit-border-radius: 5px
  579. }
  580. .treetitle:hover {
  581. background-color: #f1f1f1;
  582. border-color: #cecece;
  583. cursor: pointer
  584. }
  585. .x-tree-cls-node {
  586. background-image: url('../images/button_09.jpg') !important;
  587. height: 21px !important
  588. }
  589. .x-tree-cls-root {
  590. background-image: url('../images/button_06.jpg') !important;
  591. height: 26px !important
  592. }
  593. .x-tree-cls-root:hover {
  594. font-size: 14px;
  595. font-weight: bold;
  596. color: green
  597. }
  598. .x-tree-cls-node:hover,.x-tree-cls-parent:hover {
  599. font-size: 14px;
  600. font-weight: bold;
  601. color: green
  602. }
  603. .x-tree-cls-parent {
  604. background-image: url('../images/button_08.jpg') !important;
  605. font-size: 15;
  606. margin-top: 5px;
  607. height: 23 !important
  608. }
  609. .tree-open {
  610. background-image: url('../images/zoom_in.png')
  611. }
  612. .tree-close {
  613. background-image: url('../images/icon/trash.png')
  614. }
  615. .tree-refresh {
  616. background-image: url('../images/refresh.gif')
  617. }
  618. .tree-back {
  619. background-image: url('../images/refresh.gif')
  620. }
  621. .tree-add {
  622. background-image: url('../images/add.png');
  623. }
  624. .tree-nav-add {
  625. background-image: url('../images/add.png');
  626. float:left;
  627. margin-top:-17px;
  628. width:16px;
  629. }
  630. .tree-nav-delete {
  631. background-image: url('../images/delete_1.gif');
  632. float:left;
  633. margin-top:-17px;
  634. width:16px;
  635. }
  636. .tree-nav-save {
  637. background-image: url('../images/accept.png');
  638. float:left;
  639. margin-top:-17px;
  640. width:16px;
  641. }
  642. .tree-nav-syn {
  643. background-image: url('../images/resend.png');
  644. float:left;
  645. margin-top:-17px;
  646. width:16px;
  647. }
  648. .tree-nav-refresh {
  649. background-image: url('../images/refresh.png');
  650. float:left;
  651. margin-top:-17px;
  652. width:16px;
  653. }
  654. .tree-save {
  655. background-image: url('../images/accept.png')
  656. }
  657. .tree-delete {
  658. background-image: url('../images/delete_1.gif')
  659. }
  660. .group-delete {
  661. background-image: url('../images/close_red.png')
  662. }
  663. .group-unread {
  664. background-image: url('../images/unread.gif')
  665. }
  666. .group-post {
  667. background-image: url('../images/post.gif')
  668. }
  669. .group-all {
  670. background-image: url('../images/allmail.gif')
  671. }
  672. .group-read {
  673. background-image: url('../images/read.gif')
  674. }
  675. .group-draft {
  676. background-image: url('../images/draft.gif')
  677. }
  678. .group-deleted {
  679. background-image: url('../images/deleted.gif')
  680. }
  681. .group-close {
  682. background-image: url('../images/icon/trash.png')
  683. }
  684. .x-action-col-icon {
  685. cursor: pointer;
  686. }
  687. .form-field-allowBlank {
  688. background-color: #d7d2d2;
  689. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0),
  690. color-stop(100%, #d7d7d7));
  691. background-image: -webkit-linear-gradient(top, #f0f0f0, #d7d7d7);
  692. background-image: -moz-linear-gradient(top, #f0f0f0, #d7d7d7);
  693. background-image: -o-linear-gradient(top, #f0f0f0, #d7d7d7);
  694. background-image: -ms-linear-gradient(top, #f0f0f0, #d7d7d7);
  695. background-image: linear-gradient(top, #f0f0f0, #d7d7d7);
  696. }
  697. .form-field-gray {
  698. margin-left: 2px;
  699. background: #c6c6c6;
  700. border-top: 1px solid #c6c6c6;
  701. border-bottom: 1px solid #c6c6c6;
  702. }
  703. .form-field-allowBlank-hidden {
  704. background-image: url('../images/button_06.jpg');
  705. border-bottom: 0
  706. }
  707. .x-html-editor-wrap textarea {
  708. background-color: #f7f7f7
  709. }
  710. .main-activeuser {
  711. background-image: url('../images/wishmaster.gif')
  712. }
  713. .main-technicalSupport {
  714. background-image: url('../images/world.png')
  715. }
  716. .div-msg {
  717. color: green
  718. }
  719. .div-msg a:hover {
  720. color: blue;
  721. font-weight: bold;
  722. cursor: pointer
  723. }
  724. .login_input {
  725. border-top-width: 1px;
  726. border-right-width: 1px;
  727. border-bottom-width: 1px;
  728. border-left-width: 1px;
  729. border-top-style: solid;
  730. border-right-style: solid;
  731. border-bottom-style: solid;
  732. border-left-style: solid;
  733. border-top-color: #4b5a3d;
  734. border-right-color: #fff;
  735. border-bottom-color: #fff;
  736. border-left-color: #4b5a3d;
  737. line-height: 15px;
  738. background: #eee;
  739. font-size: 18px;
  740. border: 1px solid #ccc;
  741. padding: 3px;
  742. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  743. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  744. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  745. -moz-border-radius: 5px;
  746. -webkit-border-radius: 5px;
  747. border-radius: 5px
  748. }
  749. .login_input:focus {
  750. background: #fff;
  751. border: 1px solid #6c7569
  752. }
  753. .main-todo {
  754. background-image: url('../images/mainpage/things.png')
  755. }
  756. .main-msg {
  757. background-image: url('../images/mainpage/info.png')
  758. }
  759. .main-forget {
  760. background-image: url('../images/mainpage/notice.png')
  761. }
  762. .main-schedule {
  763. background-image: url('../images/mainpage/schedule.png')
  764. }
  765. .main-kpi {
  766. background-image: url('../images/mainpage/kpi.png')
  767. }
  768. .main-notice {
  769. background-image: url('../images/mainpage/blogs.png')
  770. }
  771. .main-subs {
  772. background-image: url('../images/mainpage/subs.png')
  773. }
  774. .main-email {
  775. background-image: url('../images/icon/email.png')
  776. }
  777. .main-url {
  778. background-image: url('../images/mainpage/url.png')
  779. }
  780. .main-task {
  781. background-image: url('../images/mainpage/task.png')
  782. }
  783. .main-news {
  784. background-image: url('../images/mainpage/newspaper.png')
  785. }
  786. .main-diary {
  787. background-image: url('../images/mainpage/caneldar.gif')
  788. }
  789. .formset-form {
  790. background-image: url('../images/form.png')
  791. }
  792. .formset-grid {
  793. background-image: url('../images/grid.png')
  794. }
  795. .workrecord-task {
  796. background-image: url('../images/taskdescription.png')
  797. }
  798. .workrecord-log {
  799. background-image: url('../images/log.png')
  800. }
  801. .relogin {
  802. background-image: url('../images/login.png')
  803. }
  804. .prev {
  805. background-image: url('../images/prev.png');
  806. background-repeat: no-repeat
  807. }
  808. .next {
  809. background-image: url('../images/next.png');
  810. background-repeat: no-repeat
  811. }
  812. .form-progressbar {
  813. margin-top: 5px;
  814. border-color: #cdb79e;
  815. background-color: #cdc673;
  816. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  817. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  818. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  819. -moz-border-radius: 5px;
  820. -webkit-border-radius: 5px;
  821. border-radius: 5px
  822. }
  823. .color-column-inner {
  824. border-radius: 10px;
  825. height: 20px;
  826. margin-left: 15px;
  827. width: 20px;
  828. border: 1px solid #d0d0d0
  829. }
  830. .more {
  831. background-image: url('../images/mainpage/more.png')
  832. }
  833. ::-webkit-scrollbar {
  834. width: 10px
  835. }
  836. ::-webkit-scrollbar:horizontal {
  837. height: 12px !important;
  838. }
  839. .x-scroller-horizontal {
  840. height: 12px !important;
  841. border: none;
  842. }
  843. /* Track */
  844. ::-webkit-scrollbar-track {
  845. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  846. -webkit-border-radius: 10px;
  847. border-radius: 10px;
  848. }
  849. /* Handle */
  850. ::-webkit-scrollbar-thumb {
  851. -webkit-border-radius: 10px;
  852. border-radius: 10px;
  853. background: rgba(231, 231, 231, 0.8);
  854. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  855. }
  856. ::-webkit-scrollbar-thumb:window-inactive {
  857. background: rgba(231, 231, 231, 0.4);
  858. }
  859. ::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active {
  860. background-color: #999
  861. }
  862. .x-face-picker-item {
  863. cursor: pointer;
  864. display: inline;
  865. border: 1px solid #d1eeee;
  866. height: 17px;
  867. width: 17px
  868. }
  869. .x-face-picker-item:hover {
  870. background: #fff68f;
  871. border-color: red
  872. }
  873. .x-menu-adduser {
  874. background-image: url('../images/user9_add.gif')
  875. }
  876. .x-menu-rename {
  877. background-image: url('../images/icon/rename.png')
  878. }
  879. .x-menu-deleteuser {
  880. background-image: url('../images/user9_delete.gif')
  881. }
  882. .x-menu-share {
  883. background-image: url('../images/icon/share.png')
  884. }
  885. .x-myradio {
  886. border: 0 !important;
  887. font-size: 14px;
  888. }
  889. .x-form-itemselector-top {
  890. background-image: url('../images/icon/top2.gif');
  891. }
  892. .x-form-itemselector-up {
  893. background-image: url('../images/icon/up2.gif');
  894. }
  895. .x-form-itemselector-add {
  896. background-image: url('../images/icon/right2.gif');
  897. }
  898. .x-form-itemselector-remove {
  899. background-image: url('../images/icon/left2.gif');
  900. }
  901. .x-form-itemselector-down {
  902. background-image: url('../images/icon/down2.gif');
  903. }
  904. .x-form-itemselector-bottom {
  905. background-image: url('../images/icon/bottom2.gif');
  906. }
  907. /*panel&window blue*/
  908. .custom-blue .x-panel-header,.custom-blue .x-window-header {
  909. height: 30px;
  910. border-top: 1px solid #96d1f8;
  911. background: #65a9d7;
  912. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  913. to(#65a9d7));
  914. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  915. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  916. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  917. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  918. }
  919. .custom-blue.x-window-default {
  920. border: 1px solid #65a9d7;
  921. background: #65a9d7;
  922. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  923. to(#65a9d7));
  924. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  925. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  926. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  927. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  928. }
  929. .custom-slivery .x-panel-header,.custom-slivery .x-window-header {
  930. height: 30px;
  931. border-top: 1px solid #ede4ed;
  932. background: #f2edf2;
  933. background: -webkit-gradient(linear, left top, left bottom, from(#a19f9f),
  934. to(#f2edf2));
  935. background: -webkit-linear-gradient(top, #a19f9f, #f2edf2);
  936. background: -moz-linear-gradient(top, #a19f9f, #f2edf2);
  937. background: -ms-linear-gradient(top, #a19f9f, #f2edf2);
  938. background: -o-linear-gradient(top, #a19f9f, #f2edf2);
  939. }
  940. .custom-slivery.x-window-default {
  941. border: 1px solid #7db0ac;
  942. background: #a19f9f;
  943. background: -webkit-gradient(linear, left top, left bottom, from(#f2edf2),
  944. to(#cccccc));
  945. background: -webkit-linear-gradient(top, #f2edf2, #cccccc);
  946. background: -moz-linear-gradient(top, #f2edf2, #a19f9f);
  947. background: -ms-linear-gradient(top, #f2edf2, #a19f9f);
  948. background: -o-linear-gradient(top, #f2edf2, #a19f9f);
  949. }
  950. /*error message*/
  951. .error-container {
  952. border: 1px solid #65a9d7;
  953. width: 370px;
  954. }
  955. .error-toggle {
  956. height: 30px;
  957. line-height: 30px;
  958. background-color: #65a9d7;
  959. text-align: center;
  960. font-weight: 700;
  961. cursor: pointer;
  962. display: block;
  963. }
  964. .error-body {
  965. padding: 5px 10px;
  966. min-height: 200px;
  967. -ms-word-wrap: break-word;
  968. word-wrap: break-word;
  969. }
  970. /*custom tool*/
  971. .custom-tool .x-tool-task {
  972. background-image: url('../images/16/task.png');
  973. }
  974. .x-tool-over .x-tool-task {
  975. background-position: -15px 0;
  976. }
  977. .x-timepicker-hours {
  978. border-right: 1px solid #585858;
  979. width: 127px;
  980. float: left;
  981. height: 168px;
  982. }
  983. .x-timepicker-minutes {
  984. float: left;
  985. height: 168px;
  986. width: 108px;
  987. }
  988. .x-timepicker-minutes .x-timepicker-item {
  989. width: 32px;
  990. font-size: 14px;
  991. }
  992. .x-timepicker-hours .x-timepicker-item {
  993. width: 28px;
  994. font-size: 14px;
  995. }
  996. .x-timepicker-item {
  997. float: left;
  998. margin: 2px 0 5px 0;
  999. font: normal 11px tahoma, arial, verdana, sans-serif;
  1000. text-align: center;
  1001. vertical-align: middle;
  1002. height: 18px;
  1003. border: 0 none;
  1004. }
  1005. .x-timepicker {
  1006. border: 1px solid #585858;
  1007. background-color: white;
  1008. min-width: 240px;
  1009. }
  1010. .x-timepicker-item a {
  1011. display: block;
  1012. margin: 0 5px 0 5px;
  1013. text-decoration: none;
  1014. color: #523a39;
  1015. border: 1px solid white;
  1016. line-height: 17px;
  1017. }
  1018. .x-timepicker-buttons {
  1019. position: relative;
  1020. border-top: 1px solid #d0d0d0;
  1021. background-color: #e9e9e9;
  1022. background-image: -webkit-linear-gradient(top, #dfdfdf, #d6d6d6 49%, #d0d0d0 51%, #d2d2d2);
  1023. text-align: center;
  1024. }
  1025. .x-timepicker-buttons .x-btn {
  1026. position: relative;
  1027. margin: 4px;
  1028. }
  1029. .x-timepicker-item a.x-timepicker-selected {
  1030. background-color: #e9e9e9;
  1031. border: 1px solid #b2aaa9;
  1032. }
  1033. .x-timepicker-item a {
  1034. display: block;
  1035. margin: 0 5px 0 5px;
  1036. text-decoration: none;
  1037. color: #523a39;
  1038. line-height: 17px;
  1039. }
  1040. .x-form-necessary {
  1041. background-image: url('../images/icon/need.png');
  1042. background-repeat: no-repeat;
  1043. margin-left:-4px;
  1044. width:16px;
  1045. }
  1046. /**
  1047. *SMTMonitor warningcolor
  1048. */
  1049. .renderColor{
  1050. color: red;
  1051. }
  1052. .renderColor .x-grid-cell{
  1053. color: red;
  1054. }
  1055. @media ( max-width : 991px) {
  1056. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-panel-header-default-framed,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  1057. {
  1058. font-size: 14px
  1059. }
  1060. .x-form-item {
  1061. font-size: 14px
  1062. }
  1063. .x-boundlist {
  1064. border-width: 1px;
  1065. border-style: solid;
  1066. border-color: #b5b8c8;
  1067. font-size: 14px;
  1068. background: #fcfcfc
  1069. }
  1070. }
  1071. .NavBtn{
  1072. background: #d5d5d5;
  1073. background: -moz-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  1074. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
  1075. color-stop(38%, #efefef), color-stop(88%, #d5d5d5));
  1076. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  1077. endColorstr='#d5d5d5', GradientType=0);
  1078. border-color: #bfbfbf;
  1079. border-radius: 2px;
  1080. vertical-align: bottom;
  1081. text-align: right;
  1082. background-image:url(../images/add.png);/*±³¾°Í¼Æ¬*/
  1083. background-repeat:no-repeat;
  1084. }
  1085. @media ( min-width : 992px) {
  1086. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  1087. {
  1088. font-size: 14px
  1089. }
  1090. .x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text {
  1091. font-size: 13px
  1092. }
  1093. .x-form-item {
  1094. font-size: 14px
  1095. }
  1096. .x-boundlist {
  1097. border-width: 1px;
  1098. border-style: solid;
  1099. border-color: #b5b8c8;
  1100. font-size: 14px;
  1101. background: #fcfcfc
  1102. }
  1103. }