.noticeWidth { font-size: 16px !important; padding: 10px !important; margin-top: -150px !important; } .showDialog { font-size: 100px; } .van-popup { /* transform: scale(2) !important; */ } ::-webkit-scrollbar { -webkit-appearance: none; width: 6px; height: 6px; background-color: transparent; scrollbar-width: thin; } ::-webkit-scrollbar-thumb { cursor: pointer; border-radius: 5px; transition: color 0.2s ease; } :hover::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1); } input { outline: none; } /* input[type="checkbox"], input[type="radio"] { width: 40px !important; height: 40px !important; border: 1px solid #333; } */ /*设置选中的input的样式*/ /* + 是兄弟选择器,获取选中后的label元素*/ input:checked+label { background-color: #006eb2; border: 1px solid #006eb2; } input:checked+label::after { position: absolute; content: ""; width: 5px; height: 10px; top: 3px; left: 6px; border: 2px solid #fff; border-top: none; border-left: none; transform: rotate(45deg) } .vxe-table--body { font-size: 14px; color: #3A3A3A; } .vxe-table--header { font-size: 14px; } .vxe-header--column { height: 40px; } .vxe-table--footer { font-size: 14px; } .vxe-body--row { height: 44px; } .vxe-table--header th { background-color: #E6EEF6; /* 修改表头背景色 */ color: #808080; /* 修改表头文字颜色 */ text-align: center; /* 修改表头文字对齐方式 */ font-weight: normal; /* padding: 32px 0; */ } /* .vxe-header--column { padding: 5px 0 !important; } */ .vxe-table--empty-placeholder { font-size: 16px; padding: 20px 0; } /* 确保图表容器允许触摸事件 */ #main { touch-action: manipulation; /* 确保触摸事件可以传递 */ -webkit-user-drag: none; /* 禁止图像拖动 */ user-select: none; /* 禁止文本选择 */ } input { text-indent: .02rem; }