Authored by 郝肖肖

代码检查

.installment-help {
padding: 0 5px;
margin: 0;
background-color: #fff;
padding: 0 5px;
margin: 0;
background-color: #fff;
font-family: "Helvetica", "黑体", "Arial";
.help-title {
text-align: center;
font-size: 40px;
margin-top: 10px;
}
.help-group {
text-align: left;
margin: 20px 5px;
h2 {
font-size: 34px;
}
p {
font-size: 28px;
line-height: 40px;
margin-top: 10px;
text-indent: 2em;
}
.remind {
color: #f00;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
ul {
list-style: disc;
list-style-position: inside;
margin-left: .25rem;
}
table {
width: 92%;
text-align: center;
margin: 0 4%;
border: 1px solid #000;
font-size: 22px;
td {
text-align: center;
border-right: 1px solid #000;
}
tr:last-child {
border-top: 1px solid #000;
}
}
}
}
\ No newline at end of file
.help-title {
text-align: center;
font-size: 40px;
margin-top: 10px;
}
.help-group {
text-align: left;
margin: 20px 5px;
h2 {
font-size: 34px;
}
p {
font-size: 28px;
line-height: 40px;
margin-top: 10px;
text-indent: 2em;
}
.remind {
color: #f00;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
ul {
list-style: disc;
list-style-position: inside;
margin-left: 22px;
}
table {
width: 92%;
text-align: center;
margin: 0 4%;
border: 1px solid #000;
font-size: 22px;
td {
text-align: center;
border-right: 1px solid #000;
}
tr:last-child {
border-top: 1px solid #000;
}
}
}
}
... ...