You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

84 lines
1.5 KiB

html {
height: 100%;
}
body{
padding: 0px;
margin: 0px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
width: 6px; /*滚动条宽度*/
height: 8px; /*滚动条高度*/
background-color: rgb(224, 223, 223,.2);
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 0px white;
background-color: rgb(193, 193, 193); /*滚动条的背景颜色*/
border-radius: 30px;
}
/* .MsoNormal {
display: inline-block;
} */
table {
border-collapse: collapse;
}
input ,textarea {
margin-right: 2px;
border-radius: 2px 2px 0 0;
outline: none;
background:transparent;
}
.border-1{
border:none;
border-bottom: 1px solid #767676;
border-width: thin;
}
.border-2{
border:revert;
border-width: thin;
}
.border-3{
border:none;
}
textarea {
text-align: left !important;
max-width: 550px !important;
line-height: 18px;
margin:0 !important;
}
#work-unit {
max-width: 500px !important;
}
p {
margin: 6px 0;
}
.hmbutton {
/* padding: 5px 14px; */
border: none;
/* background: #409eff; */
/* color: #fff; */
color: #409eff;
cursor: pointer
}
@media print{
/* 避免表格断开 */
/* table{
page-break-after: avoid;
} */
/* 避免某行文字断裂 */
table{
/* page-break-inside: avoid; */
}
html {
zoom: 75%;
}
}