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.
|
|
|
|
|
|
|
.content {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 10px;
|
|
|
|
overflow-y: auto;
|
|
|
|
.contentBox{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
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);}
|
|
|
|
//预览图片
|
|
|
|
.imgDiaLogBox{
|
|
|
|
width: 1450px;
|
|
|
|
height: 810px;
|
|
|
|
//预览图片
|
|
|
|
.previewImgBox {
|
|
|
|
width: 1350px;
|
|
|
|
height: 700px;
|
|
|
|
text-align: center;
|
|
|
|
img{
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.previewImgBottom {
|
|
|
|
text-align: center;
|
|
|
|
height: 30px;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width:1200px){
|
|
|
|
.imgDiaLogBox{
|
|
|
|
width: 880px;
|
|
|
|
height: 580px;
|
|
|
|
//预览图片
|
|
|
|
.previewImgBox {
|
|
|
|
width: 800px;
|
|
|
|
height: 475px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width:1200px) and (max-width:1400px){
|
|
|
|
.imgDiaLogBox{
|
|
|
|
width: 880px;
|
|
|
|
height: 610px;
|
|
|
|
//预览图片
|
|
|
|
.previewImgBox {
|
|
|
|
width: 800px;
|
|
|
|
height: 500px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width:1400px) and (max-width:1600px){
|
|
|
|
.imgDiaLogBox{
|
|
|
|
width:1110px;
|
|
|
|
height: 660px;
|
|
|
|
//预览图片
|
|
|
|
.previewImgBox {
|
|
|
|
width: 900px;
|
|
|
|
height: 550px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|