Nenhuma Descrição

dealOrder.css 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. .project_items {
  2. list-style: none;
  3. margin: 10px auto;
  4. }
  5. .project_items li label {
  6. height: 34px;
  7. line-height: 34px;
  8. }
  9. .project_items li textarea {
  10. resize: none;
  11. }
  12. .crop_left {
  13. width: 40%;
  14. float: left;
  15. }
  16. .crop_right {
  17. width: 30%;
  18. float: right;
  19. margin-right: 25px;
  20. }
  21. .btnn {
  22. background: #2f4050;
  23. color: #fff;
  24. padding: 3px 10px;
  25. border: 0;
  26. border-radius: 3px;
  27. cursor: pointer;
  28. }
  29. .project_save {
  30. width: 20%;
  31. }
  32. .text_require {
  33. color: red;
  34. vertical-align: middle;
  35. font-weight: 900;
  36. }
  37. .project_items i.tub {
  38. right: 22px;
  39. }
  40. #pro_location {
  41. margin-left: 15px;
  42. }
  43. .file_imgs {
  44. padding: 10px 5px;
  45. list-style: none;
  46. margin-bottom: 60px;
  47. }
  48. .file_imgs li {
  49. float: left;
  50. position: relative;
  51. width: 109px;
  52. height: 109px;
  53. margin-left: 10px;
  54. margin-right: 10px;
  55. margin-bottom: 40px;
  56. padding-top: 0;
  57. padding-bottom: 0;
  58. }
  59. .file_imgs li:hover .img_mask {
  60. display: block;
  61. }
  62. .file_imgs .img_mask {
  63. display: none;
  64. position: absolute;
  65. left: 0;
  66. top: 0;
  67. background-color: rgba(0, 0, 0, .3);
  68. width: 100%;
  69. height: 22px;
  70. z-index: 1;
  71. }
  72. .file_imgs .img_mask i {
  73. position: absolute;
  74. right: 5px;
  75. top: 5px;
  76. display: inline-block;
  77. width: 13px;
  78. height: 12px;
  79. cursor: pointer;
  80. background: url(../img/file_img_icons.png) no-repeat 0 0;
  81. }
  82. .file_imgs .file_name {
  83. width: 100%;
  84. display: inline-block;
  85. text-align: center;
  86. /*overflow: hidden;
  87. text-overflow: ellipsis;
  88. white-space: nowrap;*/
  89. word-break: break-all;
  90. padding-top: 8px;
  91. }
  92. .file_imgs li img {
  93. width: 100%;
  94. height: 100%;
  95. border: 0;
  96. vertical-align: middle;
  97. }
  98. .file_imgs .upload-state-done .img_state {
  99. display: block;
  100. position: absolute;
  101. right: 0;
  102. bottom: 0;
  103. width: 0;
  104. height: 0;
  105. border-bottom: 40px solid #01b2fe;
  106. border-left: 40px solid transparent;
  107. overflow: inherit;
  108. }
  109. .file_imgs .img_state i {
  110. position: absolute;
  111. right: 4px;
  112. bottom: -32px;
  113. display: inline-block;
  114. width: 15px;
  115. height: 11px;
  116. background: url(../img/file_img_icons.png) no-repeat 0 -16px;
  117. }
  118. .error {
  119. color: red;
  120. text-align: center;
  121. }
  122. .noThumb {
  123. width: 109px;
  124. height: 109px;
  125. text-align: center;
  126. color: #1aaad0;
  127. }
  128. .glyphicon.glyphicon-paperclip {
  129. font-size: 80px;
  130. text-align: center;
  131. }
  132. .radio-inline input[type=radio] {
  133. /*position: initial;*/
  134. vertical-align: middle;
  135. }
  136. .form-horizontal .radio-inline {
  137. padding-top: 0px;
  138. }
  139. .plandate,
  140. .planintervalhour,
  141. .planintervalmm,
  142. #checkcontents {
  143. display: none;
  144. }
  145. .input-group[class*=col-] {
  146. padding-left: 15px;
  147. }
  148. .icon-iconset0358 {
  149. color: #249fea;
  150. }
  151. #custom .form-group {
  152. margin-right: 15px;
  153. margin-left: 0;
  154. }
  155. .custom_item {
  156. margin-top: 5px;
  157. margin-bottom: 10px;
  158. margin-left: -15px;
  159. }
  160. .project_items .checkbox-inline input[type=checkbox] {}
  161. .project_items .checkbox-inline {
  162. padding-top: 0px;
  163. }
  164. /*#layui-laydate2 .laydate-time-list>li:nth-of-type(1) {
  165. width: 0;
  166. display: none;
  167. }
  168. #layui-laydate2 .laydate-time-list>li:nth-of-type(2) {
  169. width: 100%;
  170. }
  171. #layui-laydate2 .laydate-time-list>li:nth-of-type(3) {
  172. width: 0;
  173. display: none;
  174. }*/
  175. .addOrEditRun .laydate-time-list ol li {
  176. width: 100%;
  177. padding-left: 0;
  178. text-align: center;
  179. }
  180. .edit_run_plans .custom_item {
  181. margin-left: 5px;
  182. }
  183. .edit_run_plans .btn-add {
  184. margin-bottom: 15px;
  185. margin-left: 5px;
  186. }
  187. .edit_run_plans .plantimesCoont,
  188. .edit_run_plans .SStimes {
  189. display: none;
  190. }
  191. #msg_tips {
  192. margin-bottom: 20px;
  193. display: none;
  194. }
  195. .addOrEditOT .laydate-time-list ol li {
  196. width: 100%;
  197. padding-left: 0;
  198. text-align: center;
  199. }
  200. .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(1) {
  201. width: 100%;
  202. }
  203. .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(2) {
  204. width: 0;
  205. display: none;
  206. }
  207. .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(3) {
  208. width: 0;
  209. display: none;
  210. }
  211. .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(1) {
  212. width: 0;
  213. display: none;
  214. }
  215. .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(2) {
  216. width: 100%;
  217. }
  218. .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(3) {
  219. width: 0;
  220. display: none;
  221. }
  222. .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(1) {
  223. width: 0;
  224. display: none;
  225. }
  226. .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(2) {
  227. width: 0;
  228. display: none;
  229. }
  230. .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(3) {
  231. width: 100%;
  232. }
  233. .ot_planinterval1,
  234. .ot_planinterval2,
  235. .ot_planinterval3 {
  236. display: none;
  237. }
  238. #pro_location .form-group {
  239. margin-right: 10px;
  240. }
  241. @media (max-width: 992px) {
  242. .time-box.col-md-10 {
  243. width: 100%;
  244. }
  245. }
  246. #uploadimg {
  247. margin-left: -15px;
  248. margin-right: -15px;
  249. }
  250. #uploadimg .apply_forms_file {
  251. display: inline-block;
  252. margin-left: 15px;
  253. margin-right: 15px;
  254. }
  255. #uploadimg .help-block {
  256. display: inline-block;
  257. }
  258. .addOrEditPlan .fielContext,
  259. .addOrEditPlan .pressnum,
  260. #customLists {
  261. display: none;
  262. }
  263. .addOrEditRuns .laydate-time-list>li:nth-of-type(1) {
  264. width: 50%;
  265. }
  266. .addOrEditRuns .laydate-time-list>li:nth-of-type(2) {
  267. width: 50%;
  268. }
  269. .addOrEditRuns .laydate-time-list>li:nth-of-type(3) {
  270. width: 0;
  271. display: none;
  272. }
  273. .addOrEditMaintains .laydate-time-list>li:nth-of-type(1) {
  274. width: 50%;
  275. }
  276. .addOrEditMaintains .laydate-time-list>li:nth-of-type(2) {
  277. width: 50%;
  278. }
  279. .addOrEditMaintains .laydate-time-list>li:nth-of-type(3) {
  280. width: 0;
  281. display: none;
  282. }
  283. .input_matters{
  284. width: 100%!important;
  285. }
  286. .deal_label{
  287. height: auto!important;
  288. }