tail.css 7.3 KB

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