12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* 扫码 */
- * {
- padding: 0;
- margin: 0;
- }
- .qclxta{font-size: 0.28rem;color: #343434;display: flex;align-items: center;line-height: 0.48rem;}
- .qclxtb{display: flex;justify-content: flex-end;padding-right: 0.58rem;align-items: center;}
- .qclxta span{min-width: 0.4rem;display: inline-block;}
- .qclxtb img{width: 0.32rem;height: 0.22rem;margin-left: 0.15rem;}
- .qclist{width: 100%;background: #ffffff;border-radius: 0.12rem;padding:0 0.24rem;box-sizing: border-box;margin-bottom: 0.3rem;}
- .qclistl{padding: 0.24rem 0;border-bottom: 0.02rem solid #f5f5f5;}
- .qclistl:last-child{border-bottom: none;}
- .qclistla{font-size:0.32rem;font-weight: bold;margin-bottom: 0.12rem;}
- .qclistla.co4{color:#47c91f;}
- .qclistla.coe{color:#ef0000;}
- .qclistlb{font-size: 0.28rem;color: #a09e9e;display:flex; padding:0.08rem 0;}
- .qclistr{width: 0.16rem;height: 0.26rem;margin-left: 0.2rem;flex: 0 0 auto;}
- .qctip{width: 100%;background: #d1e9f5;border-radius: 0.12rem;box-sizing: border-box;color:#2587b4;font-size: 0.22rem;padding: 0.24rem 0.1rem;}
- .qcbox{padding-top: 50px;background: #f5f5f5;height: 100vh;box-sizing: border-box;}
- .quset{font-size: 16px;
- 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;}
- .qusetimg{width: 42px;height: 42px;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;}
- .qusetimg img{width: 9px;height:16px;}
- /* .qctop{padding: 30px;} */
- .qclxt{width: 100%;background: #ffffff;border-radius: 6px;margin-bottom: 15px;padding: 12px;box-sizing: border-box;}
- .qctopa{width: 100%;}
- .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;}
- .qcsearch::-webkit-input-placeholder {
- color: #aaa;
- }
- .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;}
- #app{
- height: 100%;
- }
- .tabbox{height: 100%;width: 100%;}
- .el-table__header{
- width: 100% !important;
- }
- .el-table__empty-block{width: 100% !important;}
- .el-table__body{
- width: 100% !important;
- }
- .el-table th>.cell{padding: 0 6px !important;}
- .el-table .cell{padding: 0 6px !important;}
|