htmlBox.less
527 Bytes
@charset "UTF-8";
.html-box {
.box {
width: 100%;
height: auto;
margin-top: 30px;
.html {
background-color: #ffffff;
margin: 0 auto;
width: 690px;
height: auto;
color: #999999 !important;
font-size: 26px !important;
word-break: break-all;
p {
margin-top: 20px;
margin-bottom: 20px;
margin-block-start: 20px;
margin-block-end: 20px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
img {
width: 100% !important;
height: auto !important;
}
}
}
}