common.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. /*
  2. 作者:2602812659@qq.com
  3. 日期:2018-07-27
  4. */
  5. @charset "utf-8";
  6. /* CSS Document */
  7. * {
  8. -webkit-box-sizing: border-box;
  9. -ms-box-sizing: border-box;
  10. box-sizing: border-box;
  11. }
  12. html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. i {
  17. font-style: normal;
  18. }
  19. li {
  20. list-style: none
  21. }
  22. .ft12 {
  23. font-size: 12px;
  24. }
  25. .ft14 {
  26. font-size: 14px;
  27. }
  28. .ft16 {
  29. font-size: 16px;
  30. }
  31. .ft18 {
  32. font-size: 18px;
  33. }
  34. .ft20 {
  35. font-size: 20px;
  36. }
  37. .cor_0 {
  38. color: #000;
  39. }
  40. .cor_3 {
  41. color: #333;
  42. }
  43. .cor_6 {
  44. color: #666;
  45. }
  46. .cor_9 {
  47. color: #999;
  48. }
  49. .cor_f {
  50. color: #fff;
  51. }
  52. .lan {
  53. color: #1E9FFF;
  54. }
  55. .fl {
  56. float: left;
  57. }
  58. .fr {
  59. float: right;
  60. }
  61. .fw {
  62. font-weight: bold;
  63. }
  64. .clearfix {
  65. overflow: hidden;
  66. clear: both;
  67. }
  68. .one_out {
  69. white-space: nowrap;
  70. -webkit-text-overflow: ellipsis;
  71. -moz-text-overflow: ellipsis;
  72. -o-text-overflow: ellipsis;
  73. -ms-text-overflow: ellipsis;
  74. text-overflow: ellipsis;
  75. overflow: hidden;
  76. }
  77. .two_out {
  78. text-overflow: ellipsis;
  79. display: -webkit-box;
  80. -webkit-line-clamp: 2;
  81. -webkit-box-orient: vertical;
  82. overflow: hidden;
  83. }
  84. .layui-container{
  85. padding: 0;
  86. }
  87. .main_left{
  88. border-right: 5px solid #F6F7F9;
  89. height: 847px;
  90. }
  91. .main {
  92. background: #fff;
  93. width: 100%;
  94. height: auto;
  95. }
  96. .top{
  97. /*height: 50px;*/
  98. padding: 0 10px;
  99. line-height: 50px;
  100. border-bottom: 1px solid #ebebeb;
  101. border-top: 1px solid #ebebeb;
  102. }
  103. .top i{
  104. margin-right: 10px;
  105. }
  106. .top .layui-input{
  107. display: inline-block;
  108. }
  109. .top label{
  110. height: 50px;
  111. line-height: 50px;
  112. float: left;
  113. }
  114. .layui-input,.layui-btn,.layui-select{
  115. height: 30px;
  116. line-height: 30px;
  117. }
  118. .delete_btn{
  119. background: none;
  120. color: #1890FF;
  121. border: none;
  122. cursor: pointer;
  123. }
  124. .goods_list{
  125. height: 450px;
  126. overflow-y: scroll;
  127. }
  128. .goods_price,.remarks{
  129. width:230px;
  130. }
  131. .numberTd{
  132. width:150px;
  133. }
  134. td input,td textarea{
  135. width:200px;
  136. }
  137. .total{
  138. /*height: 50px;*/
  139. line-height: 50px;
  140. border-top: 1px solid #eaeaea;
  141. border-bottom: 1px solid #eaeaea;
  142. background: #f2f2f2;
  143. padding: 0 10px;
  144. }
  145. .total span{
  146. color: #F52631;
  147. }
  148. .card_reading{
  149. background: #1E9FFF;
  150. }
  151. .reading{
  152. margin-top: 40px;
  153. }
  154. .towbtn{
  155. text-align: center;
  156. overflow: hidden;
  157. padding: 10px 0 20px;
  158. }
  159. .towbtn input{
  160. padding:8px 16px;
  161. background: #1890FF;
  162. border-radius: 4px;
  163. border: none;
  164. color: #fff;
  165. cursor: pointer;
  166. display: inline-block;
  167. }
  168. .towbtn input:last-child{
  169. background: #fff;
  170. color: #666;
  171. border:1px solid #999;
  172. box-sizing: border-box;
  173. }
  174. table.reading tr td:nth-child(2n-1){
  175. width:15%
  176. }
  177. table.reading tr td:nth-child(2n){
  178. width:35%
  179. }
  180. table tr th span{
  181. font-weight: bold;
  182. }
  183. .left_main{
  184. padding: 10px;
  185. width: 100%;
  186. }
  187. .left_main #key{
  188. width:75%;
  189. float: left;
  190. margin-bottom: 10px;
  191. }
  192. .left_main a.mini-button{
  193. width:20%;
  194. float: left;
  195. margin-left: 5%;
  196. margin-bottom: 10px;
  197. border-radius: 2px;
  198. }
  199. .mini-textbox {
  200. height: 30px;
  201. border-radius: 2px;
  202. }
  203. .mini-textbox-border {
  204. border: solid 1px #e6e6e6;
  205. height: 28px;
  206. }
  207. .mini-textbox-input {
  208. background: none;
  209. height: 28px;
  210. line-height: 28px;
  211. }
  212. .mini-textbox-focus .mini-textbox-border{
  213. border-color:#c9c9c9 !important;
  214. border-radius: 2px;
  215. }
  216. .mini-button,body a:hover.mini-button {
  217. border: 1px solid #009688;
  218. background: #009688;
  219. color: #fff;
  220. line-height: 28px;
  221. }
  222. .jiajian{
  223. border: solid 1px #e6e6e6;
  224. border-radius: 4px;
  225. width: 122px;
  226. overflow: hidden;
  227. text-align: center;
  228. line-height: 30px;
  229. }
  230. .jiajian input{
  231. width:60px;
  232. float: left;
  233. line-height: 30px;
  234. height: 30px;
  235. border: none;
  236. text-align: center;
  237. border-left: 1px solid #dcdcdc;
  238. border-right: 1px solid #dcdcdc;
  239. }
  240. .jiajian .jian {
  241. display: block;
  242. text-align: center;
  243. width: 30px;
  244. float: left;
  245. cursor: pointer;
  246. }
  247. .jiajian .jia {
  248. display: block;
  249. text-align: center;
  250. width: 30px;
  251. float: right;
  252. cursor: pointer;
  253. }
  254. /*弹框-开始*/
  255. .mask_box{
  256. display: none;
  257. }
  258. .mask{
  259. position: fixed;
  260. top: 0;
  261. left: 0;
  262. right: 0;
  263. bottom: 0;
  264. width: 100%;
  265. height: 100%;
  266. background: rgba(0,0,0,.5);
  267. z-index: 100;
  268. }
  269. .box{
  270. position: fixed;
  271. top: 50%;
  272. left: 50%;
  273. width: 400px;
  274. height: 600px;
  275. margin: -400px 0 0 -200px;
  276. background: #fff;
  277. border-radius: 5px;
  278. z-index: 101;
  279. }
  280. .box_top{
  281. height:40px;
  282. line-height: 40px;
  283. background: #999;
  284. color: #fff;
  285. padding: 0 10px;
  286. border-radius: 5px 5px 0 0;
  287. }
  288. .box_block{
  289. border-bottom: 1px solid #eaeaea;
  290. padding: 0 10px;
  291. overflow: hidden;
  292. }
  293. .block_left{
  294. width:35%;
  295. float: left;
  296. line-height: 50px;
  297. text-align: right;
  298. padding-right: 10px;
  299. }
  300. .block_left input{
  301. float: left;
  302. margin: 19px 0 0 10px ;
  303. }
  304. .block_right{
  305. width:65%;
  306. float: left;
  307. line-height: 50px;
  308. }
  309. .block_right input{
  310. margin-top:10px;
  311. }
  312. .box_block1{
  313. height: 50px;
  314. line-height: 50px;
  315. }
  316. .remark_mess{
  317. margin: 20px 10px;
  318. overflow: hidden;
  319. }
  320. .bot{
  321. text-align: center;
  322. overflow: hidden;
  323. padding: 10px 0 20px;
  324. }
  325. .bot input{
  326. width:60px;
  327. text-align: center;
  328. height: 40px;
  329. line-height: 40px;
  330. background: #1890FF;
  331. border-radius: 4px;
  332. border: none;
  333. color: #fff;
  334. cursor: pointer;
  335. display: inline-block;
  336. }
  337. .bot input:nth-child(2){
  338. background: #fff;
  339. color: #666;
  340. border: 1px solid #999;
  341. box-sizing: border-box;
  342. }
  343. /*tree*/
  344. #tree1{
  345. height: 730px;
  346. overflow-y: scroll;
  347. margin-top: 10px;
  348. }
  349. /*弹框-结束*/
  350. @media screen and (min-width: 320px) and (max-width: 375px){
  351. .box_block{
  352. padding: 0 5px;
  353. }
  354. .main_left{
  355. height: auto;
  356. }
  357. .box{
  358. left: 2%;
  359. width: 96%;
  360. height: 500px;
  361. margin: -275px 0 0;
  362. }
  363. .remark_mess {
  364. margin: 10px 10px 0;
  365. overflow: hidden;
  366. }
  367. .block_left{
  368. line-height: 40px;
  369. }
  370. .block_right{
  371. line-height: 40px;
  372. }
  373. .box_block1{
  374. height: 40px;
  375. line-height: 40px;
  376. }
  377. .block_left input{
  378. margin: 14px 0 0 10px ;
  379. }
  380. .block_right input{
  381. margin-top:5px;
  382. }
  383. }
  384. @media screen and (min-width: 376px) and (max-width: 414px){
  385. .main_left{
  386. height: auto;
  387. }
  388. .box{
  389. left: 5%;
  390. width: 90%;
  391. height: 500px;
  392. margin: -300px 0 0;
  393. }
  394. .remark_mess {
  395. margin: 10px 10px 0;
  396. overflow: hidden;
  397. }
  398. .block_left{
  399. line-height: 40px;
  400. }
  401. .block_right{
  402. line-height: 40px;
  403. }
  404. .box_block1{
  405. height: 40px;
  406. line-height: 40px;
  407. }
  408. .block_left input{
  409. margin: 14px 0 0 10px ;
  410. }
  411. .block_right input{
  412. margin-top:5px;
  413. }
  414. }