.content { width: 100%; height: 90%; 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);} //预览图片 .previewImgBox { width: 6.835938rem; height: 5.566406rem; text-align: center; img{ width: auto; height: auto; max-width: 100%; max-height: 100%;} } .previewImgBottom { text-align: center; height: 30px; margin: 20px auto; } .imgdialog{ width: 6.835938rem; height: 5.859375rem; overflow-y: auto; }