| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- /* a 标签默认效果 */
- ._a[data-v-c65e823d] {
- padding: 1.5px 0 1.5px 0;
- color: #366092;
- word-break: break-all;
- }
- /* a 标签点击态效果 */
- ._hover[data-v-c65e823d] {
- text-decoration: underline;
- opacity: 0.7;
- }
- /* 图片默认效果 */
- ._img[data-v-c65e823d] {
- max-width: 100%;
- -webkit-touch-callout: none;
- }
- /* 内部样式 */
- ._block[data-v-c65e823d] {
- display: block;
- }
- ._b[data-v-c65e823d],
- ._strong[data-v-c65e823d] {
- font-weight: bold;
- }
- ._code[data-v-c65e823d] {
- font-family: monospace;
- }
- ._del[data-v-c65e823d] {
- text-decoration: line-through;
- }
- ._em[data-v-c65e823d],
- ._i[data-v-c65e823d] {
- font-style: italic;
- }
- ._h1[data-v-c65e823d] {
- font-size: 2em;
- }
- ._h2[data-v-c65e823d] {
- font-size: 1.5em;
- }
- ._h3[data-v-c65e823d] {
- font-size: 1.17em;
- }
- ._h5[data-v-c65e823d] {
- font-size: 0.83em;
- }
- ._h6[data-v-c65e823d] {
- font-size: 0.67em;
- }
- ._h1[data-v-c65e823d],
- ._h2[data-v-c65e823d],
- ._h3[data-v-c65e823d],
- ._h4[data-v-c65e823d],
- ._h5[data-v-c65e823d],
- ._h6[data-v-c65e823d] {
- display: block;
- font-weight: bold;
- }
- ._image[data-v-c65e823d] {
- height: 1px;
- }
- ._ins[data-v-c65e823d] {
- text-decoration: underline;
- }
- ._li[data-v-c65e823d] {
- display: list-item;
- }
- ._ol[data-v-c65e823d] {
- list-style-type: decimal;
- }
- ._ol[data-v-c65e823d],
- ._ul[data-v-c65e823d] {
- display: block;
- padding-left: 40px;
- margin: 1em 0;
- }
- ._q[data-v-c65e823d]::before {
- content: '"';
- }
- ._q[data-v-c65e823d]::after {
- content: '"';
- }
- ._sub[data-v-c65e823d] {
- font-size: smaller;
- vertical-align: sub;
- }
- ._sup[data-v-c65e823d] {
- font-size: smaller;
- vertical-align: super;
- }
- ._thead[data-v-c65e823d],
- ._tbody[data-v-c65e823d],
- ._tfoot[data-v-c65e823d] {
- display: table-row-group;
- }
- ._tr[data-v-c65e823d] {
- display: table-row;
- }
- ._td[data-v-c65e823d],
- ._th[data-v-c65e823d] {
- display: table-cell;
- vertical-align: middle;
- }
- ._th[data-v-c65e823d] {
- font-weight: bold;
- text-align: center;
- }
- ._ul[data-v-c65e823d] {
- list-style-type: disc;
- }
- ._ul ._ul[data-v-c65e823d] {
- margin: 0;
- list-style-type: circle;
- }
- ._ul ._ul ._ul[data-v-c65e823d] {
- list-style-type: square;
- }
- ._abbr[data-v-c65e823d],
- ._b[data-v-c65e823d],
- ._code[data-v-c65e823d],
- ._del[data-v-c65e823d],
- ._em[data-v-c65e823d],
- ._i[data-v-c65e823d],
- ._ins[data-v-c65e823d],
- ._label[data-v-c65e823d],
- ._q[data-v-c65e823d],
- ._span[data-v-c65e823d],
- ._strong[data-v-c65e823d],
- ._sub[data-v-c65e823d],
- ._sup[data-v-c65e823d] {
- display: inline;
- }
- ._video[data-v-c65e823d] {
- width: 300px;
- height: 225px;
- }
- /* 根节点样式 */
- ._root[data-v-73e89447] {
- padding: 1px 0;
- overflow-x: auto;
- overflow-y: hidden;
- -webkit-overflow-scrolling: touch;
- }
- /* 长按复制 */
- ._select[data-v-73e89447] {
- -webkit-user-select: text;
- -moz-user-select: text;
- user-select: text;
- }
|