dataRights.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. .tab-top {
  2. margin: 0 0 0 0;
  3. }
  4. #bpmDataTemplate td {
  5. padding: 2px 3px;
  6. }
  7. #bpmDataTemplate th {
  8. padding: 2px 6px;
  9. }
  10. .even {
  11. height: 28px;
  12. }
  13. .odd {
  14. height: 28px;
  15. }
  16. .over {
  17. background: #FCF1CA;
  18. }
  19. .hide {
  20. display: none;
  21. }
  22. .moveSelect {
  23. margin: 4px auto;
  24. }
  25. .leftHeader th {
  26. font-weight: bold;
  27. text-align: center;
  28. }
  29. .condition-cols {
  30. overflow: auto;
  31. float: left;
  32. width: 29%;
  33. }
  34. .condition-conds {
  35. float: left;
  36. width: 70%;
  37. }
  38. .condition-cols-div {
  39. padding: 2px;
  40. }
  41. .condition-conds-div {
  42. padding: 2px;
  43. height: 400px;
  44. }
  45. .condition-conds-div-left {
  46. float: left;
  47. width: 7%;
  48. }
  49. .condition-conds-div-left-div {
  50. text-align: center;
  51. vertical-align: middle;
  52. height: 394px;
  53. }
  54. .condition-conds-div-right {
  55. overflow: auto;
  56. float: left;
  57. width: 93%;
  58. }
  59. .condition-conds-div-right-div {
  60. padding: 2px;
  61. margin: 1px;
  62. }
  63. .condition-script-div {
  64. padding: 2px;
  65. }
  66. .condition-script-div-script-editor {
  67. width: 100%;
  68. }
  69. .condition-script-div-parameters {
  70. height: 40px;
  71. }
  72. .condition-script-div-parameters-list {
  73. height: 36px;
  74. overflow: auto;
  75. }
  76. .condition-script-div-script {
  77. }
  78. .condition-script-div-script-operate { /* position: absolute; */
  79. margin-top: 5px;
  80. }
  81. /**排序*/
  82. .sort-cols {
  83. overflow: auto;
  84. float: left;
  85. width: 29%;
  86. }
  87. .sort-conds {
  88. float: left;
  89. width: 70%;
  90. }
  91. .sort-cols-div {
  92. padding: 2px;
  93. }
  94. .sort-conds-div {
  95. padding: 2px;
  96. }
  97. .sort-conds-div-left {
  98. float: left;
  99. width: 15%;
  100. }
  101. .sort-conds-div-left-div {
  102. text-align: center;
  103. vertical-align: middle;
  104. }
  105. .sort-conds-div-right {
  106. overflow: auto;
  107. float: left;
  108. width: 85%;
  109. }
  110. .sort-conds-div-right-div {
  111. padding: 2px;
  112. margin: 1px;
  113. }
  114. .sort-script-div {
  115. padding: 2px;
  116. }
  117. .sort-script-div-script-editor {
  118. width: 100%;
  119. }
  120. .sort-script-div-parameters {
  121. height: 40px;
  122. }
  123. .sort-script-div-parameters-list {
  124. height: 36px;
  125. overflow: auto;
  126. }
  127. .sort-script-div-script {
  128. }
  129. .sort-script-div-script-operate { /* position: absolute; */
  130. margin-top: 5px;
  131. }
  132. .info {
  133. padding-right: 5px;
  134. }
  135. .info ul li {
  136. list-style: disc;
  137. margin-left: 30px;
  138. }
  139. .info font {
  140. color: red;
  141. }
  142. .fieldSetting td,.fieldSetting th{
  143. text-align:center;
  144. }
  145. .fieldSetting tr{
  146. height: 24px;
  147. }
  148. .even{
  149. background:rgb(249, 248, 248);
  150. }
  151. .w100{
  152. width:100% !important;
  153. }
  154. .h100{
  155. height:100% !important;
  156. }
  157. .border-none{
  158. border-radius: 0px;
  159. border:none !important;
  160. }
  161. .margin-none{
  162. margin:0px !important;
  163. }
  164. .padding-none{
  165. padding: 0px !important;
  166. padding-left: 0px !important;
  167. }
  168. .fieldSetting .ht-input{
  169. width: 190px;
  170. text-align:left;
  171. }
  172. .table-detail td {
  173. padding: 0 6px 0 6px;
  174. }
  175. .virtual_field{
  176. background-color: rgb(137, 218, 139);
  177. }
  178. .plus_button_default{
  179. color: #333;
  180. background-color: #e6e6e6;
  181. border-color: #adadad;
  182. border-radius: 5px;
  183. font-weight: bolder;
  184. font-size: 16px;
  185. padding: 2px;
  186. width: 20px;
  187. text-align: center;
  188. cursor: pointer;
  189. }
  190. .plus_button_success{
  191. color: #fff;
  192. background-color: #5cb85c;
  193. border-color: #4cae4c;
  194. border-radius: 5px;
  195. font-weight: bolder;
  196. font-size: 16px;
  197. padding: 2px;
  198. width: 20px;
  199. text-align: center;
  200. cursor: pointer;
  201. }
  202. .plus_button_warning{
  203. color: #fff;
  204. background-color: #ec971f;
  205. border-color: #d58512;
  206. border-radius: 5px;
  207. font-weight: bolder;
  208. font-size: 16px;
  209. padding: 2px;
  210. width: 20px;
  211. text-align: center;
  212. cursor: pointer;
  213. }
  214. .plus_button_info{
  215. color: #fff;
  216. background-color: #31b0d5;
  217. border-color: #269abc;
  218. border-radius: 5px;
  219. font-weight: bolder;
  220. font-size: 16px;
  221. padding: 2px;
  222. width: 20px;
  223. text-align: center;
  224. cursor: pointer;
  225. }
  226. .plus_button_gray{
  227. color: #fff;
  228. background-color: #DEDCD9;
  229. border-color: #269abc;
  230. border-radius: 5px;
  231. font-weight: bolder;
  232. font-size: 16px;
  233. padding: 2px;
  234. width: 20px;
  235. text-align: center;
  236. cursor: pointer;
  237. }
  238. .plus_button_danger{
  239. color: #fff;
  240. background-color: #d9534f;
  241. border-color: #d43f3a;
  242. border-radius: 5px;
  243. font-weight: bolder;
  244. font-size: 16px;
  245. padding: 2px;
  246. width: 20px;
  247. text-align: center;
  248. cursor: pointer;
  249. }
  250. .and_button{
  251. color: #fff;
  252. background-color: #5cb85c;
  253. border-color: #4cae4c;
  254. border-radius: 5px;
  255. padding: 2px;
  256. width: 30px;
  257. margin: 1px 4px 0 4px;
  258. text-align: center;
  259. height: 20px;
  260. }
  261. .legend{
  262. background-color: #d9edf7;
  263. padding: 5px 10px;
  264. margin: 0 0 10px;
  265. border-radius: 5px;
  266. cursor: pointer;
  267. }
  268. .checkbox_button_div input[type='checkbox']{
  269. width: 0px;
  270. height: 0px;
  271. display:none;
  272. }
  273. .checkbox_button_div input[type='checkbox']:checked~label{
  274. color: #fff;
  275. background-color: #5cb85c;
  276. border-color: #4cae4c;
  277. cursor: pointer;
  278. }
  279. .checkbox_button_div input[type='checkbox']:not(:checked)~label{
  280. background-color: #D3D3D3;
  281. color: white;
  282. cursor: pointer;
  283. }
  284. .checkbox_button_div .label-sm{
  285. padding: 10px;
  286. font-size: 16px;
  287. min-width: 30px;
  288. border-radius: 8px;
  289. margin-left: 5px;
  290. }
  291. .checkbox_button_div .pull-left {
  292. float: left;
  293. padding-top: 30px;
  294. height: 40px;
  295. }
  296. .pull-left{
  297. float: left;
  298. }
  299. .con-item {
  300. -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  301. -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  302. box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  303. margin: 8px 55px 8px 8px;
  304. border: 1px solid #ccc;
  305. cursor: default;
  306. font-size:13px;
  307. overflow:hidden;
  308. }
  309. .con-item-selected {
  310. border: 1px solid #f00;
  311. }
  312. .con-branch {
  313. }
  314. .con-leaf {
  315. height: 40px;
  316. }
  317. .line-span {
  318. position: absolute;
  319. font-size: 1px;
  320. }
  321. .computing-select {
  322. position: absolute;
  323. width: 40px;
  324. height: 20px;
  325. }
  326. .label-span {
  327. cursor: pointer;
  328. background: #ededed;
  329. height: 40px;
  330. display: inline-block;
  331. line-height: 40px;
  332. }
  333. #jquerytree {
  334. width: 850px;
  335. border: 3px solid #ff0;
  336. }
  337. .flowVars {
  338. width: 180px;
  339. }
  340. .left{
  341. float:left;
  342. }
  343. .margin-set{
  344. margin:5px 0 0 8px;
  345. }
  346. .short-select{
  347. width:80px;
  348. }
  349. .judgeExp2{
  350. margin-left:10px;
  351. }
  352. a.link.format_setting {
  353. background: url("../../images/icons/icons_09-22.png") no-repeat scroll 0 -2px transparent;
  354. margin: 0 2px;
  355. }
  356. a.link.alarm_setting {
  357. background: url("../../images/icons/alarm-clock.png") no-repeat scroll 0 -2px transparent;
  358. margin: 0 2px;
  359. }
  360. a.link.virtual_setting {
  361. background: url("../../images/icons/icons_03.png") no-repeat scroll 0 -2px transparent;
  362. margin: 0 2px;
  363. }
  364. .tr-select{
  365. background-color: rgb(167, 180, 0);
  366. }