style.scss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. .widget-PlanSearchWithSid {
  2. height: 100%;
  3. .go {
  4. width: 200px;
  5. }
  6. .hide {
  7. display: none;
  8. }
  9. .planInfoLook,
  10. .planLocaltion,
  11. .lookInfo {
  12. color: rgba(0, 0, 255, 0.7) !important;
  13. cursor: pointer;
  14. }
  15. .form-control {
  16. padding: 4px 8px;
  17. }
  18. .PlanSearchWithSid_toolbar {
  19. .toolbar,
  20. .form-group {
  21. float: left;
  22. margin: 4px 0px 4px 4px
  23. }
  24. button{
  25. min-width: 58px;
  26. max-width: 100px;
  27. height: 34px;
  28. color: white;
  29. background: #1A77E0;
  30. border-radius: 3px;
  31. border: none;
  32. cursor: pointer;
  33. }
  34. }
  35. .radio {
  36. padding: 4px 8px;
  37. vertical-align: middle;
  38. margin: 0;
  39. }
  40. .dynamic_pagesize {
  41. border-radius: 3px;
  42. }
  43. .PlanSearchWithSid_toolbar2 {
  44. height: 30px;
  45. margin: 4px;
  46. .form-group {
  47. float: left;
  48. margin: 4px 0px 4px 4px
  49. }
  50. }
  51. .widget-PlanSearchWithSid-Info {
  52. .returnSearchDiv{
  53. display: flex;
  54. justify-content: left;
  55. align-items: center;
  56. .form-group{
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. padding-left: 10px;
  61. margin: 0px;
  62. label{
  63. margin: 0px;
  64. width: 80px;
  65. }
  66. }
  67. }
  68. button.btn.btn-default.btn-primary.returnSearch {
  69. margin: 10px 0px 10px 10px;
  70. }
  71. button.btn.btn-default.btn-primary.searchCodebuttonByCode {
  72. margin: 0px 0px 0px 10px;
  73. }
  74. table {
  75. margin-bottom: 20px !important;
  76. td,
  77. th {
  78. padding: 5px !important;
  79. }
  80. }
  81. }
  82. .PlanSearchWithSid_content {
  83. padding-left: 4px;
  84. table {
  85. margin-bottom: 5px;
  86. table-layout: fixed;
  87. tbody {
  88. border-top: 1px solid #ddd;
  89. }
  90. tr {
  91. text-align: center;
  92. vertical-align: middle;
  93. }
  94. th {
  95. text-align: center;
  96. vertical-align: middle;
  97. overflow: hidden;
  98. text-overflow: ellipsis;
  99. white-space: nowrap;
  100. }
  101. td {
  102. padding: 3px !important;
  103. overflow: hidden;
  104. text-overflow: ellipsis;
  105. white-space: nowrap;
  106. a:hover {
  107. cursor: pointer
  108. }
  109. }
  110. // tr.active {
  111. // color: #FFF;
  112. // td {
  113. // // background-color: #337ab7 !important;
  114. // }
  115. // a {
  116. // color: #FFF;
  117. // }
  118. // a:hover {
  119. // color: #eee;
  120. // }
  121. // }
  122. .goto {
  123. min-height: 26px;
  124. }
  125. }
  126. }
  127. .halfpaneltable {
  128. overflow-y: auto;
  129. tr.currentTr {
  130. background: #edf4ff !important;
  131. }
  132. }
  133. .PlanSearchWithSid_pagecontrol {
  134. bottom: 0px;
  135. width: 100%;
  136. background-color: white;
  137. margin-left: 4px;
  138. }
  139. .hidden {
  140. display: none
  141. }
  142. .PlanSearchWithSid {
  143. height: calc(100% - 46px);
  144. overflow-y: auto;
  145. .PlanSearchWithSid_infoSet {
  146. height: calc(100% - 10px);
  147. }
  148. }
  149. .widget-PlanSearchWithSid_planadd {
  150. height: calc(100% - 8px);
  151. .toolbar {
  152. height: 46px;
  153. }
  154. .form-group {
  155. float: left;
  156. margin: 4px 0px 4px 4px
  157. }
  158. }
  159. .widget-planregion_pointselect,
  160. .widget-planregion_deviceselect {
  161. height: 100%;
  162. .setTime {
  163. float: left;
  164. }
  165. }
  166. .deviceslist-table {
  167. width: 100%;
  168. }
  169. .deviceslist-select-table {
  170. width: calc(30% - 5px);
  171. float: right;
  172. }
  173. .pointlist-table,
  174. .deviceslist-table,
  175. .deviceslist-select-table,
  176. .planregionslist-table {
  177. height: calc(100% - 60px) !important;
  178. overflow-y: auto;
  179. table {
  180. margin-bottom: 5px;
  181. table-layout: fixed;
  182. tbody {
  183. border-top: 1px solid #ddd;
  184. }
  185. tr {
  186. text-align: center;
  187. vertical-align: middle;
  188. }
  189. th {
  190. text-align: center;
  191. vertical-align: middle;
  192. overflow: hidden;
  193. text-overflow: ellipsis;
  194. white-space: nowrap;
  195. }
  196. td {
  197. overflow: hidden;
  198. text-overflow: ellipsis;
  199. white-space: nowrap;
  200. }
  201. .goto {
  202. min-height: 26px;
  203. }
  204. // tr.active {
  205. // color: #FFF;
  206. // td {
  207. // overflow: hidden;
  208. // text-overflow: ellipsis;
  209. // white-space: nowrap;
  210. // background-color: #337ab7 !important;
  211. // }
  212. // a {
  213. // color: #FFF;
  214. // }
  215. // a:hover {
  216. // color: #eee;
  217. // }
  218. // }
  219. input[type=checkbox] {
  220. margin-top: 0px !important;
  221. }
  222. }
  223. }
  224. .deviceslist-pagecontrol {
  225. position: absolute;
  226. bottom: 0px;
  227. background-color: white;
  228. margin-left: 4px;
  229. width: 100%;
  230. }
  231. .toolbar2 {
  232. display: inline-block;
  233. width: 100%;
  234. margin: 4px;
  235. }
  236. .point_add {
  237. float: left;
  238. width: 70%;
  239. height: 100%;
  240. margin: 4px;
  241. table {
  242. margin-bottom: 10px;
  243. }
  244. }
  245. .point_add_info {
  246. float: left;
  247. width: 25%;
  248. margin: 4px;
  249. height: 250px;
  250. overflow-y: auto;
  251. }
  252. .tianshu {
  253. display: none;
  254. width: 100px;
  255. }
  256. .minwidth {
  257. width: 142px;
  258. height: 30px;
  259. }
  260. .unsubmit {
  261. color: red;
  262. }
  263. }
  264. .SY,
  265. .SM,
  266. .SD {
  267. width: 100px;
  268. }
  269. .timecal {
  270. margin: 9px;
  271. }
  272. .copyplanslist-table {
  273. height: calc(100% - 44px);
  274. .goto {
  275. height: 26px;
  276. }
  277. .minwidth {
  278. width: 100px;
  279. }
  280. .form-control {
  281. padding: 4px 8px;
  282. }
  283. tr th {
  284. text-align: center !important;
  285. vertical-align: middle !important;
  286. overflow: hidden;
  287. text-overflow: ellipsis;
  288. white-space: nowrap;
  289. }
  290. td {
  291. text-align: center !important;
  292. vertical-align: middle !important;
  293. padding: 2px !important;
  294. overflow: hidden;
  295. text-overflow: ellipsis;
  296. white-space: nowrap;
  297. }
  298. }
  299. .esriPopup {
  300. z-index: 1;
  301. }
  302. .checkwidth {
  303. width: 40px;
  304. }
  305. .widget-PlanSearchWithSid_transpopup {
  306. .pathmanagement {
  307. padding: 10px;
  308. }
  309. }
  310. .widget-PlanSearchWithSid-Pop {
  311. margin: 0 5px 0 5px;
  312. span.checkContentInfo {
  313. font-size: 16px;
  314. text-align: center;
  315. display: flex;
  316. line-height: 36px;
  317. vertical-align: middle;
  318. margin-left: 0px;
  319. }
  320. span {
  321. // width: calc(100% - 80px);
  322. font-size: 16px;
  323. text-align: left;
  324. display: block;
  325. // line-height: 34px;
  326. vertical-align: middle;
  327. margin: 0px 12px;
  328. }
  329. .noteOverflow{
  330. //overflow: hidden;
  331. text-overflow: ellipsis;
  332. white-space: nowrap;
  333. }
  334. .sTitle {
  335. width: 200px;
  336. // text-align: right;
  337. float: left;
  338. }
  339. table {
  340. // position: absolute;
  341. margin-top: 20px;
  342. width: calc(100% - 30px);
  343. left: 15px;
  344. top: 70px;
  345. th,
  346. td {
  347. text-align: center;
  348. vertical-align: middle !important;
  349. padding: 5px !important;
  350. background-color: white;
  351. min-width: 400px;
  352. /* max-width: 200px; */
  353. min-height: 25px;
  354. word-wrap: break-word;
  355. border: 1px solid #ddd;
  356. }
  357. }
  358. .fileInfoList {
  359. // background-color: #e9ecef;
  360. text-align: left;
  361. border-radius: 10px;
  362. width: 100%;
  363. .photo {
  364. margin-left: 12px;
  365. float: none;
  366. // text-align: right;
  367. }
  368. .fileItemUl {
  369. border-radius: 10px;
  370. background-color: #e9ecef;
  371. position: relative;
  372. float: left;
  373. width: calc(100% - 20px);
  374. margin-left: 10px;
  375. }
  376. .fileInfoListItem {
  377. list-style: none;
  378. margin: 0px;
  379. padding: 0px;
  380. li {
  381. float: left;
  382. padding: 10px;
  383. img {
  384. width: 80px;
  385. // border-radius: 20px;
  386. cursor: pointer;
  387. }
  388. a {
  389. color: rgba(0, 0, 255, 0.7) !important;
  390. cursor: pointer;
  391. }
  392. }
  393. }
  394. }
  395. }