style.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* 扫码 */
  2. * {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. .qclxta{font-size: 0.28rem;color: #343434;display: flex;align-items: center;line-height: 0.48rem;}
  7. .qclxtb{display: flex;justify-content: flex-end;padding-right: 0.58rem;align-items: center;}
  8. .qclxta span{min-width: 0.4rem;display: inline-block;}
  9. .qclxtb img{width: 0.32rem;height: 0.22rem;margin-left: 0.15rem;}
  10. .qclist{width: 100%;background: #ffffff;border-radius: 0.12rem;padding:0 0.24rem;box-sizing: border-box;margin-bottom: 0.3rem;}
  11. .qclistl{padding: 0.24rem 0;border-bottom: 0.02rem solid #f5f5f5;}
  12. .qclistl:last-child{border-bottom: none;}
  13. .qclistla{font-size:0.32rem;font-weight: bold;margin-bottom: 0.12rem;}
  14. .qclistla.co4{color:#47c91f;}
  15. .qclistla.coe{color:#ef0000;}
  16. .qclistlb{font-size: 0.28rem;color: #a09e9e;display:flex; padding:0.08rem 0;}
  17. .qclistr{width: 0.16rem;height: 0.26rem;margin-left: 0.2rem;flex: 0 0 auto;}
  18. .qctip{width: 100%;background: #d1e9f5;border-radius: 0.12rem;box-sizing: border-box;color:#2587b4;font-size: 0.22rem;padding: 0.24rem 0.1rem;}
  19. .qcbox{padding-top: 50px;background: #f5f5f5;height: 100vh;box-sizing: border-box;}
  20. .quset{font-size: 16px;
  21. color: #000000;text-align: center;position: relative;padding: 0 40px;overflow: hidden;white-space: normal;text-overflow: ellipsis;height: 42px;line-height: 42px;position: fixed;left: 0;top: 0;right: 0;background: #ffffff;z-index: 10;font-weight: 500;box-sizing: border-box;}
  22. .qusetimg{width: 42px;height: 42px;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;}
  23. .qusetimg img{width: 9px;height:16px;}
  24. /* .qctop{padding: 30px;} */
  25. .qclxt{width: 100%;background: #ffffff;border-radius: 6px;margin-bottom: 15px;padding: 12px;box-sizing: border-box;}
  26. .qctopa{width: 100%;}
  27. .qcsearch{background: #F2F2F2;border:none;flex: 1;font-size: 15px;height: 40px;padding: 0 8px;box-sizing: border-box;color: #343434;line-height: 40px;outline: none;}
  28. .qcsearch::-webkit-input-placeholder {
  29. color: #aaa;
  30. }
  31. .qcsearbtn{background:#0157d0;width: 1.2rem;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 15px;color: #ffffff;border-radius: 6px;margin-left: 10px;flex: 0 0 auto;}
  32. #app{
  33. height: 100%;
  34. }
  35. .tabbox{height: 100%;width: 100%;}
  36. .el-table__header{
  37. width: 100% !important;
  38. }
  39. .el-table__empty-block{width: 100% !important;}
  40. .el-table__body{
  41. width: 100% !important;
  42. }
  43. .el-table th>.cell{padding: 0 6px !important;}
  44. .el-table .cell{padding: 0 6px !important;}