init.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. .btn-add {
  2. background-image: url('../images/add.png')
  3. }
  4. .btn-delete {
  5. background-image: url('../images/delete.png')
  6. }
  7. .action-tree-delete {
  8. background-image: url('../images/deletetree.png')
  9. }
  10. .btn-edit {
  11. background-image: url('../images/edit.png')
  12. }
  13. .btn-help {
  14. background-image: url('../images/help.png')
  15. }
  16. .btn-refresh {
  17. background-image: url('../images/refresh.png')
  18. }
  19. .btn-get {
  20. background-image: url('../images/get.png')
  21. }
  22. .btn-save {
  23. background-image: url('../images/save.png')
  24. }
  25. .btn-cancel {
  26. background-image: url('../images/cancel.png')
  27. }
  28. .btn-copy {
  29. background-image: url('../images/copy.png')
  30. }
  31. .help-block .x-form-display-field {
  32. color: gray;
  33. padding-left: 17px;
  34. }
  35. .help-block .x-form-display-field:before {
  36. content: '-- '
  37. }
  38. .help-block {
  39. width: 100px;
  40. line-height: 25px;
  41. text-overflow: ellipsis;
  42. white-space: nowrap;
  43. overflow: hidden;
  44. }
  45. .help-icon {
  46. background-image: url('../images/help_black.png')
  47. }
  48. .help-terms {
  49. text-decoration: none;
  50. padding-left: 5px;
  51. font-weight: bold;
  52. color: #FF0000 !important;
  53. font-size: '20px';
  54. }
  55. .x-spotlight {
  56. background-color: #ccc;
  57. z-index: 8999;
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. -moz-opacity: 0.5;
  62. opacity: .50;
  63. filter: alpha(opacity = 50);
  64. width: 0;
  65. height: 0;
  66. zoom: 1;
  67. font-size: 0;
  68. }
  69. .x-grid-cell-renderer-cl {
  70. background: #FFFFFF !important;
  71. font-style: italic !important
  72. }
  73. /**进度*/
  74. .yearlist {
  75. height: 90px;
  76. }
  77. .start {
  78. }
  79. .year {
  80. float: left;
  81. width: 44px;
  82. }
  83. .space {
  84. float: left;
  85. position: relative;
  86. width: 30px;
  87. height: 1px;
  88. }
  89. .space .line {
  90. height: 1px;
  91. position: absolute;
  92. top: 8px;
  93. left: 0px;
  94. margin-left: 2px;
  95. margin-right: 2px;
  96. width: 100%;
  97. background: #dadada;
  98. }
  99. .top {
  100. height: 16px;
  101. width: 46px;
  102. }
  103. .bottom {
  104. width: 46px;
  105. height: 46px;
  106. cursor: pointer;
  107. }
  108. .start .bottom {
  109. background-image: url(../images/starticon.png);
  110. background-position: center center;
  111. background-repeat: no-repeat;
  112. }
  113. .start .top {
  114. background-image: url(../images/starttop.png);
  115. background-position: center center;
  116. background-repeat: no-repeat;
  117. color: #ffffff;
  118. text-align: center;
  119. font-size: 12px;
  120. line-height: 16px;
  121. }
  122. .normal .bottom {
  123. background-image: url(../images/year.png);
  124. background-position: center center;
  125. background-repeat: no-repeat;
  126. color: #dadada;
  127. font-size: 12px;
  128. line-height: 50px;
  129. text-align: center;
  130. }
  131. .normal .top {
  132. background-image: url(../images/p.png);
  133. background-position: center 5px;
  134. background-repeat: repeat-x;
  135. color: #ffffff;
  136. text-align: center;
  137. font-size: 12px;
  138. line-height: 16px;
  139. }
  140. .normal .topOver {
  141. background-image: url(../images/pOver.png) !important;
  142. }
  143. .normal .bottomOver {
  144. background-image: url(../images/yearOver.png) !important;
  145. color: #ffffff !important;
  146. }
  147. .now .bottom {
  148. background-image: url(../images/endicon.png);
  149. background-position: center -7px;
  150. background-repeat: no-repeat;
  151. color: #fe4e7c;
  152. font-size: 12px;
  153. line-height: 35px;
  154. text-align: center;
  155. }
  156. .now .bottomOver {
  157. color: #ffffff !important;
  158. background-image: url(/userdefined/cspage/images/2014Over.png);
  159. }
  160. .now .top {
  161. background-image: url(../images/endtop.png);
  162. background-position: center top;
  163. background-repeat: no-repeat;
  164. color: #ffffff;
  165. text-align: center;
  166. font-size: 12px;
  167. line-height: 16px;
  168. height: 23px;
  169. }
  170. .news {
  171. width: 454px;
  172. height: 66px;
  173. font-size: 12px;
  174. background: #f1f6f7;
  175. margin-left: 280px;
  176. margin-bottom: 5px;
  177. border-radius: 5px;
  178. display: none;
  179. }
  180. .news .title {
  181. text-align: center;
  182. height: 25px;
  183. line-height: 25px;
  184. color: #f0821c;
  185. margin-top: 10px;
  186. font-family: 微软雅黑;
  187. font-size: 12px;
  188. }
  189. .news .content {
  190. text-align: center;
  191. color: #848485;
  192. line-height: 20px;
  193. font-family: 微软雅黑;
  194. font-size: 12px;
  195. padding-left: 10px;
  196. padding-right: 10px;
  197. }
  198. /**
  199. *dataview
  200. */
  201. .ux-desktop-shortcut {
  202. cursor: pointer;
  203. text-align: center;
  204. padding: 8px;
  205. margin: 8px;
  206. width: 64px;
  207. }
  208. .ux-desktop-shortcut-icon {
  209. width: 48px;
  210. height: 48px;
  211. background-color: transparent;
  212. background-repeat: no-repeat;
  213. }
  214. .ux-desktop-shortcut-text {
  215. /* font: normal 10px tahoma, arial, verdana, sans-serif; */
  216. text-decoration: none;
  217. padding-top: 5px;
  218. color: #8B8682;
  219. }
  220. .x-view-over .ux-desktop-shortcut-text {
  221. text-decoration: underline;
  222. }
  223. .cpu-shortcut {
  224. background-image: url(../images/statusLarge.png);
  225. }
  226. .grid-shortcut {
  227. background-image: url(../images/grid48x48.png);
  228. }
  229. .notepad-shortcut {
  230. background-image: url(../images/notepadLarge.png);
  231. width: 46px;
  232. height: 46px;
  233. }
  234. /**
  235. *进度
  236. */
  237. .progress {
  238. height: 50px;
  239. padding: -10px 0px 0px 20px;
  240. margin:-10px 0px 0px 20px;
  241. clear: both;
  242. color: #888;
  243. font-size: 13px;
  244. text-align: center;
  245. }
  246. ul{
  247. direction: ltr;
  248. border:0;
  249. }
  250. ul, li {
  251. padding: 0;
  252. list-style: none;
  253. direction: ltr;
  254. }
  255. .progress>ul {
  256. display: block;
  257. height: 100%;
  258. }
  259. .progress>ul>li {
  260. display: inline-block;
  261. height: 100%;
  262. margin: 0px -4px;
  263. width: 100px;
  264. position: relative;
  265. background: none;
  266. border: 0;
  267. }
  268. .progress>ul>li.normal:after {
  269. position: absolute;
  270. content: '';
  271. z-index: 1;
  272. width: 100%;
  273. height: 4px;
  274. background: #D1D1D1;
  275. left: 0;
  276. top: 8px;
  277. margin-top: 0;
  278. -webkit-border-radius: 2px;
  279. -moz-border-radius: 2px;
  280. border-radius: 2px;
  281. margin-left: -40%;
  282. }
  283. .progress>ul>li>span.steps {
  284. display: inline-block;
  285. height: 100%;
  286. margin: 0px -4px;
  287. width: 100px;
  288. position: relative;
  289. background: none;
  290. border: 0;
  291. }
  292. .progress>ul>li>span.font{
  293. display: block;
  294. height: 30px;
  295. line-height: 20px;
  296. text-align: center;
  297. padding-top: 5px;
  298. }
  299. .progress>ul>li>span.circle{
  300. z-index: 2;
  301. position: relative;
  302. height: 12px;
  303. width: 12px;
  304. -webkit-border-radius: 50em;
  305. -moz-border-radius: 50em;
  306. border-radius: 50em;
  307. font-size: 12px;
  308. border: 4px solid #D1D1D1;
  309. background: white;
  310. -webkit-box-sizing: content-box;
  311. -moz-box-sizing: content-box;
  312. box-sizing: content-box;
  313. padding: 0;
  314. display: block;
  315. margin: 0px auto;
  316. cursor: pointer;
  317. }
  318. .progress>ul>li.active>span.circle {
  319. border-color: #8BDB46;
  320. }
  321. .progress>ul>li.active:after {
  322. background-color: #8BDB46;
  323. }