ts_aimz/components/mp-html/node/node.wxss
itgaojian163 cbf7c00399 页面
2025-03-24 18:05:54 +08:00

157 lines
1.5 KiB
Plaintext

._a {
padding: 1.5px 0 1.5px 0;
color: #366092;
word-break: break-all
}
._hover {
text-decoration: underline;
opacity: .7
}
._img {
width: 100%;
max-width: 100%;
-webkit-touch-callout: none
}
._b,
._strong {
font-weight: 700
}
._code {
font-family: monospace
}
._del {
text-decoration: line-through
}
._em,
._i {
font-style: italic
}
._h1 {
font-size: 2em
}
._h2 {
font-size: 1.5em
}
._h3 {
font-size: 1.17em
}
._h5 {
font-size: .83em
}
._h6 {
font-size: .67em
}
._h1,
._h2,
._h3,
._h4,
._h5,
._h6 {
display: block;
font-weight: 700
}
._ins {
text-decoration: underline
}
._li {
display: list-item
}
._ol {
list-style-type: decimal
}
._ol,
._ul {
display: block;
padding-left: 40px;
margin: 1em 0
}
._q::before {
content: '"'
}
._q::after {
content: '"'
}
._sub {
font-size: smaller;
vertical-align: sub
}
._sup {
font-size: smaller;
vertical-align: super
}
._tbody,
._tfoot,
._thead {
display: table-row-group
}
._tr {
display: table-row
}
._td,
._th {
display: table-cell;
vertical-align: middle
}
._th {
font-weight: 700;
text-align: center
}
._ul {
list-style-type: disc
}
._ul ._ul {
margin: 0;
list-style-type: circle
}
._ul ._ul ._ul {
list-style-type: square
}
._abbr,
._b,
._code,
._del,
._em,
._i,
._ins,
._label,
._q,
._span,
._strong,
._sub,
._sup {
display: inline
}
._blockquote,
._div,
._p {
display: block
}