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.
142 lines
2.4 KiB
142 lines
2.4 KiB
*{ |
|
scrollbar-width: none; /* Firefox */ |
|
} |
|
::-webkit-scrollbar { |
|
display: none; /* Chrome Safari */ |
|
} |
|
.mat-expansion-panel-body{ |
|
display: flex; |
|
} |
|
.content { |
|
width: 100%; |
|
height: 760px; |
|
//padding: 10px; |
|
overflow-y: auto; |
|
|
|
.contentBox{ |
|
width: 100%; |
|
height: 100%; |
|
overflow-y: auto; |
|
text-align: center; |
|
margin: 0 auto; |
|
} |
|
} |
|
.tableContent{ |
|
width: 100%; |
|
height: 100%; |
|
.contat{ |
|
width: 100%; |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: wrap; |
|
.colum{ |
|
width: 280px; |
|
display: flex; |
|
margin: 10px 0 0 25px; |
|
//flex-direction: column; |
|
.left{ |
|
width: 140px; |
|
height: 120px; |
|
|
|
//margin-left: 4%; |
|
img{ |
|
//float: right; |
|
width: 140px; |
|
height: 120px; |
|
cursor: pointer; |
|
//padding-left: 7%; |
|
//margin-right: 3%; |
|
} |
|
} |
|
.right{ |
|
width: 140px; |
|
//margin-top: 4%; |
|
margin-left: 3%; |
|
display: flex; |
|
flex-direction: column; |
|
.rightone{ |
|
width: 100%; |
|
} |
|
.righttwo{ |
|
margin-top: 1%; |
|
} |
|
.righthree{ |
|
margin-top: 1%; |
|
} |
|
.rightfour{ |
|
margin-top: 1%; |
|
} |
|
.rightfive{ |
|
margin-top: 1%; |
|
} |
|
} |
|
|
|
} |
|
} |
|
|
|
.panelhead{ |
|
//height: 44px; |
|
background-color: #F2F9FF; |
|
} |
|
|
|
.down{ |
|
width: 100%; |
|
height: 150px; |
|
//margin-top: 5%; |
|
textarea{ |
|
width: 95%; |
|
height: 70%; |
|
margin: 3%; |
|
border: none; |
|
background-color: #EEF1F5; |
|
scrollbar-base-color:#0080FF; |
|
} |
|
|
|
} |
|
} |
|
|
|
table { |
|
width: 90%; |
|
margin: 15px auto; |
|
text-align: center; |
|
.cdk-header-cell { |
|
text-align: center; |
|
} |
|
} |
|
|
|
//重点提示 |
|
.tips{ |
|
width: 75%; |
|
height: 150px; |
|
border: 1px solid black; |
|
border-radius: 5px; |
|
margin: 15px auto; |
|
text-align: center; |
|
padding: 25px; |
|
textarea { |
|
resize: none; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
} |
|
|
|
//预览图片旋转角度 |
|
.rotateA {transform: rotate(90deg) scale(0.75);} |
|
.rotateB {transform: rotate(180deg)} |
|
.rotateC {transform: rotate(270deg) scale(0.75);} |
|
//预览图片 |
|
.previewImgBox { |
|
width: 1500px; |
|
height: 700px; |
|
text-align: center; |
|
img{ |
|
width: auto; |
|
height: auto; |
|
max-width: 100%; |
|
height: 100%;} |
|
} |
|
.previewImgBottom { |
|
text-align: center; |
|
height: 30px; |
|
margin: 20px auto; |
|
}
|
|
|