tail.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. /*大屏*/
  2. *{
  3. margin: 0;padding: 0;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  4. }
  5. .body{
  6. background-color: #081832b5;
  7. }
  8. .body1{
  9. background-color: #081832;
  10. }
  11. .sm_section{
  12. margin: 10px auto;
  13. }
  14. .left{
  15. float: left;
  16. }
  17. .right{
  18. float: right;
  19. }
  20. .tail_div{
  21. padding: 10px 1%;
  22. font-size: 13px;
  23. }
  24. .tail_div input[type=checkbox],.tail_div input[type=radio]{
  25. width: 14px;
  26. height: 14px;
  27. margin-right: 3px;
  28. margin-left: 10px;
  29. position: relative;
  30. top:2px;
  31. }
  32. .tail_div span{
  33. color: #d1cbcb;
  34. }
  35. .tail_div label{
  36. display: inline-block;
  37. text-align: right;
  38. color: #bcd4e9;
  39. font-weight: bold;
  40. height: 26px;
  41. background-color: #eeeeee3b;
  42. border:1px solid #cccccc;
  43. line-height: 25px;
  44. width: 100px;
  45. }
  46. .noLable{
  47. background-color: transparent !important;
  48. border:none !important;
  49. }
  50. .tail_div input[type=text],.tail_div input[type=date],.tail_div input[type=tel],.tail_div input[type=number],
  51. .tail_div input[type=url],.tail_div input[type=email],.tail_div textarea{
  52. border:1px solid #cccccc;
  53. text-indent: 1em;
  54. }
  55. .tail_div_min{
  56. width: 49%;
  57. margin-top: 10px;
  58. }
  59. .tail_div_min input[type=text],.tail_div_min input[type=number],.tail_div_min input[type=tel],.tail_div_min input[type=date]{
  60. width: 70%;
  61. height: 26px;
  62. }
  63. .tail_div_min input[type=date]{
  64. position: relative;
  65. top:1px;
  66. }
  67. .tail_div_min select{
  68. width: 70%;
  69. height: 28px;
  70. }
  71. .tail_div_max{
  72. width: 98%;
  73. margin-top: 10px;
  74. }
  75. .tail_div_max input[type=text],.tail_div_max input[type=number],.tail_div_max input[type=tel],.tail_div_max input[type=date],.tail_div_max input[type=url]
  76. {
  77. width: 84.8%;
  78. height: 26px;
  79. }
  80. .tail_div_max input[type=date]{
  81. position: relative;
  82. top:1px;
  83. }
  84. .tail_div_max textarea{
  85. width: 85.8%;
  86. height: 100px;
  87. resize: none;
  88. position: relative;
  89. left: -1%;
  90. }
  91. .max_textarea_lable{
  92. height: 100px !important;
  93. line-height: 100px !important;
  94. position: relative;
  95. top:-47px;
  96. left: -1%;
  97. }
  98. .tail_div_xm{
  99. width: 33%;
  100. margin-top: 10px;
  101. }
  102. .div_foot{
  103. position: fixed;
  104. bottom: 0px;
  105. height: 40px;
  106. background-color: #eeeeee;
  107. width: 100%;
  108. }
  109. .div_foot button{
  110. width: 60px;
  111. height: 30px;
  112. border:none;
  113. border-radius: 5px;
  114. margin-left: 10px;
  115. margin-top: 5px;
  116. color: #FFFFff;
  117. }
  118. .save_but{
  119. background-color: #00B83F;
  120. }
  121. .close_but{
  122. background-color: orangered;
  123. }
  124. .base_div{
  125. width: 98%;
  126. margin: 0 auto;
  127. }
  128. .base_table{
  129. width: 100%;
  130. border-collapse: collapse;
  131. border:1px solid #cccccc;
  132. }
  133. .base_table td{
  134. padding: 5px;
  135. border:1px solid #cccccc;
  136. }
  137. .label_td{
  138. background-color: #eeeeee3b;
  139. color: #bcd4e9;
  140. font-weight: 600;
  141. width: 15%;
  142. text-align: right;
  143. font-size: 13px;
  144. }
  145. .label_td span{
  146. color: red;
  147. position: relative;
  148. top:3px;
  149. width: 12px;
  150. height: 12px;
  151. display: inline-block;
  152. }
  153. .base_input{
  154. width: 69%;
  155. height: 26px;
  156. border:1px solid rgba(26, 55, 132, 0.52);
  157. border-radius: 3px;
  158. }
  159. .base_area{
  160. height: 60px;
  161. border:1px solid rgba(26, 55, 132, 0.52);
  162. border-radius: 3px;
  163. width: 90%;
  164. resize: none;
  165. }
  166. .base_input_lg{
  167. width: 90%;!important;
  168. }
  169. .base_note{
  170. font-size: 13px;
  171. color: #999999;
  172. margin-left: 5px;
  173. }
  174. .more_div{
  175. width: 98%;
  176. margin: 10px auto;
  177. border:1px solid #cccccc;
  178. border-radius: 5px;
  179. }
  180. .more_div .more_tit{
  181. width: 100%;
  182. height: 30px;
  183. /*background-color: rgba(46, 141, 237, 0.22);*/
  184. border-bottom: 1px solid #cccccc;
  185. }
  186. .more_tit a{
  187. line-height: 30px;
  188. display: inline-block;
  189. padding: 0 25px;
  190. background-color: #eeeeee;
  191. text-decoration: none;
  192. font-size: 13px;
  193. color: #2b542c;
  194. border-right: 1px solid #cccccc;
  195. }
  196. .more_active{
  197. background-color: #2e8ded !important;
  198. color: #FFFFff !important;
  199. }
  200. .more_con{
  201. width: 98%;
  202. margin: 10px auto;
  203. }
  204. .more_con_div{
  205. width: 100%;
  206. display: none;
  207. position: relative;
  208. }
  209. .input_span{
  210. color: #666666;
  211. font-size: 13px;
  212. }
  213. .input_checkbox{
  214. width: 14px;
  215. height: 14px;
  216. position: relative;
  217. top:3px;
  218. margin-right: 3px;
  219. margin-left: 8px;
  220. }
  221. .td_img{
  222. width: 250px;
  223. height: 300px;
  224. }
  225. .td_img img{
  226. width: 100%;
  227. height: 100%;
  228. }
  229. .tail_left{
  230. width: 20%;
  231. height: 100%;
  232. border-right: 1px solid #cccccc;
  233. }
  234. .tail_right{
  235. width: 79%;
  236. height: 100%;
  237. }
  238. .tail_ul{
  239. list-style: none;
  240. width: 98%;
  241. margin: 10px auto;
  242. text-align: center;
  243. }
  244. .tail_ul li{
  245. display: inline-block;
  246. width: 47%;
  247. border:1px solid #cccccc;
  248. padding: 5px;
  249. border-radius: 3px;
  250. margin-right: 2%;
  251. margin-top: 6px;
  252. }
  253. .tail_left_img{
  254. width: 80px;
  255. height: 80px;
  256. margin-right: 6px;
  257. }
  258. .tail_left_img img{
  259. width: 100%;
  260. height: 100%;
  261. border-radius: 50%;
  262. }
  263. .tail_left_tit{
  264. padding: 5px;
  265. }
  266. .tail_left_con{
  267. color: #999999;
  268. font-size: 13px;
  269. }
  270. .message_fieldset{
  271. width: 98%;
  272. margin: 10px auto;
  273. border-radius: 5px;
  274. border:1px solid #cccccc;
  275. }
  276. .message_fieldset legend{
  277. color:#c6e5f6b8;
  278. font-size: 14px;
  279. }
  280. .message_fieldset .message_con{
  281. width: 98%;
  282. margin-left: 1%;
  283. margin-top: 10px;
  284. margin-bottom: 10px;
  285. }
  286. .message_fieldset .message_con label{
  287. font-size: 13px;
  288. font-weight: 600;
  289. width: 10%;
  290. display: inline-block;
  291. text-align: right;
  292. color:#eeeeee ;
  293. }
  294. .message_con p{
  295. padding-left: 10%;
  296. font-size: 13px;
  297. padding-top: 10px;
  298. padding-bottom: 10px;
  299. color: #b98129;
  300. }
  301. .message_con .message_input{
  302. width: 80%;
  303. height: 30px;
  304. border:1px solid #4b8df8;
  305. border-radius: 5px;
  306. outline: none;
  307. }
  308. .message_con .message_select{
  309. width: 80%;
  310. height: 32px;
  311. border:1px solid #4b8df8;
  312. border-radius: 5px;
  313. outline: none;
  314. }
  315. .message_con .must{
  316. color: red;
  317. margin-left: 5px;
  318. position: relative;
  319. display: inline-block;
  320. top:3px;
  321. }
  322. .message_con input[type=radio]{
  323. width: 14px;
  324. height: 14px;
  325. position: relative;
  326. top:3px;
  327. margin-left: 25px;
  328. margin-right: 5px;
  329. }
  330. .message_con input[type=checkbox]{
  331. width: 14px;
  332. height: 14px;
  333. position: relative;
  334. top:3px;
  335. margin-left: 25px;
  336. margin-right: 5px;
  337. }
  338. .font_color{
  339. color: #eeeeee;
  340. font-size: 13px;
  341. }
  342. .input_file{
  343. opacity: 0;
  344. position: relative;
  345. z-index: 999;
  346. }
  347. .inputfile_div{
  348. position: relative;
  349. }
  350. .inputfile_div div{
  351. position: absolute;
  352. left: 10%;
  353. width: 80%;
  354. height: 32px;
  355. top:0px;
  356. }
  357. .inputfile_div div>input{
  358. width: 90%;
  359. height: 30px;
  360. border:1px solid #4b8df8;
  361. border-bottom-left-radius: 5px;
  362. border-top-left-radius: 5px;
  363. outline: none;
  364. }
  365. .inputfile_div div>button{
  366. width: 9%;
  367. height: 31px;
  368. border: none;
  369. background-color: #4b8df8;
  370. color: #FFFFff;
  371. }
  372. .message_con .edui-default .edui-editor{
  373. width: 80% !important;
  374. height: 300px;
  375. border:1px solid #4b8df8;
  376. border-radius: 5px;
  377. outline: none;
  378. left: 10%;
  379. }
  380. .edui-default .edui-editor-bottomContainer {
  381. display: none;
  382. }
  383. .edui-default .edui-editor-iframeholder{
  384. width: 100% !important;
  385. }
  386. .message_footer{
  387. text-align: center;
  388. }
  389. .message_footer button{
  390. margin-right: 10px;
  391. padding: 4px 15px;
  392. border:none;
  393. border-radius: 3px;
  394. color: #FFFFff;
  395. }
  396. /*大屏*/
  397. .bule{
  398. background-color: #4b8df8;
  399. }
  400. .orgen{
  401. background-color: #ff6b29;
  402. }