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.
138 lines
2.5 KiB
138 lines
2.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;
|
|
}
|
|
.hmselect, .DDDs{
|
|
width: 110px;
|
|
padding: 6px;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
}
|
|
.uploadBtn{
|
|
display: inline-block;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.hmupload{
|
|
width: 32px;
|
|
height: 32px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
cursor: pointer;
|
|
}
|
|
.div-uploads{
|
|
display: inline-block;
|
|
}
|
|
.div-uploads ul li{
|
|
position: relative;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
box-sizing: border-box;
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
padding: 10px 24px 10px 10px
|
|
}
|
|
.div-uploads .closeImg{
|
|
position: absolute;
|
|
right: 2px;
|
|
top: -5px;
|
|
cursor: pointer;
|
|
opacity: .75;
|
|
color: #606266;
|
|
font-size: 20px;
|
|
}
|
|
.closeFile{
|
|
position: absolute;
|
|
right: 2px;
|
|
top: -5px;
|
|
cursor: pointer;
|
|
opacity: .75;
|
|
color: #606266;
|
|
font-size: 20px;
|
|
}
|
|
#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%;
|
|
}
|
|
}
|