ims.css 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .goods-info { margin: 10px 24px; background: #eee; }
  2. .send-goods { padding: 10px; padding-right: 0; width: 40%; }
  3. .deliver-goods { padding: 10px; width: 45%;}
  4. .goods-info li { line-height: 20px; }
  5. .confim-goods { display: inline-block; padding: 8px 40px; background: #15ae68; color: #fff; border-radius: 4px; }
  6. .sale-title { padding-left: 10px; font-size: 18px; }
  7. .sale-table { padding: 0 10px; }
  8. .sale-table th, .sale-table td { padding: 4px; border: 1px solid #ccc; }
  9. .sale-table th { background: #eee; }
  10. .sale-table input { outline: none; }
  11. .sale-num { text-align: center; }
  12. .add-img { color: #ccc; }
  13. .add-img span { display: inline-block; padding-bottom: 6px; width: 56px; line-height: 50px; text-align: center; font-weight: normal; font-size: 50px; border: 1px solid #ccc; }
  14. .sale-table td span { color: #ccc; }
  15. .relate-goods { text-decoration: underline; }
  16. .layer-relate { padding: 0 10px; display: none; width: 800px; height: 400px; }
  17. .layer-filter { margin: 10px 0; }
  18. .layer-filter span { line-height: 30px; }
  19. .layer-filter .diy_select { margin: 0 30px 0 10px; }
  20. .layer-relate .checkbox-inline input { margin-top: -6px; }
  21. .relate-num { padding-left: 3px; width: 80px; height: 20px; outline: none; }
  22. .student-list { margin: 10px; }
  23. .student-list div { font-size: 18px; font-weight: bold; }
  24. .sale-submit { text-align: center; }
  25. .sale-submit button { font-size: 14px; padding: 6px 50px; }
  26. .layer-edit { padding: 10px; display: none; }
  27. td.lose { background: #f00; color: #fff; }
  28. .get-status em {margin-right: 10px; display: inline-block; width: 20px; height: 20px; color: #fff; border-radius: 50%; }
  29. .get-status em.more{background: green;}
  30. .get-status em.less{background: #f00;}
  31. .get-status em.same{background: #000;}
  32. .leader-tabs{margin:10px 10px -1px;}
  33. .leader-tabs ul{margin-bottom:0; background: #eee;}
  34. .leader-tabs li{padding:0 20px; border-right:1px solid #ccc;cursor: pointer;}
  35. .leader-tabs li:last-child{border:0;}
  36. .layui-tab-title{line-height: 36px; }
  37. .layui-tab-title i{margin-right: 10px;display: inline-block;vertical-align: middle;}
  38. .icon-xuanzhong{color: #15ae68}
  39. .icon-jiantou2{font-size: 20px!important; color: #f40;}
  40. .icon-unselected{color: gray}
  41. .leader-tabs li.leader-this{background: #aaa; color: #fff;}
  42. .leader-this .icon-xuanzhong,.leader-this .icon-jiantou2,.leader-this .icon-unselected{color: #fff}
  43. .leader-tabs .layui-tab-content{border:1px solid #ccc;}
  44. .leader-tabs .layui-tab-item {padding:10px;display: none;}
  45. .leader-tabs .layui-tab-item.layui-show{display: block;}
  46. .leader-tabs .layui-tab-item span{margin-right:100px;}
  47. /*问调表样式*/
  48. #survey-form{padding-left: 100px;display: none;}
  49. #survey-form h3{font-weight: bold;margin:10px auto;text-align: center;font-size:18px;}
  50. #survey-form p{font-size:16px;margin:10px 0;padding:0;}
  51. #survey-form p .red{color:red}
  52. #survey-form label{display: block;padding-left:20px;margin:16px 0;}