gptbot/bingchat/components/wemark/wemark.wxss
2023-03-23 14:06:20 +08:00

149 lines
2.7 KiB
Plaintext

@import "prism.wxss";
.wemark_wrapper{
/* margin:10px 0;
font-size:32rpx;
line-height: 1.8em; */
}
.wemark_block_h1{
font-size:40rpx;
text-align: center;
margin-bottom:1em;
}
.wemark_block_h2{
font-size:40rpx;
padding-bottom:.5em;
margin-top:1em;
margin-bottom:1em;
border-bottom:1px solid #f8f8f8;
}
.wemark_block_h3{
font-size:36rpx;
margin-top: 1em;
margin-bottom: 1em;
}
.wemark_block_h4,
.wemark_block_h5,
.wemark_block_h6{
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}
.wemark_block_p{
margin-bottom: 4px;
}
.wemark_block_video{
margin-top:1em;
margin-bottom:1em;
width:100%;
}
.wemark_block_blockquote_p{
margin-top:1em;
margin-bottom:1em;
padding:10px 0 10px 1em;
font-size:28rpx;
background:#f8f8f8;
border-left:5px solid #e0e0e0;
}
.wemark_block_ul_li_p::before{
content:'• ';
}
.wemark_block_ul_li_ul_li_p::before,
.wemark_block_ol_li_ul_li_p::before{
content:'◦ ';
}
.wemark_block_ul_li_ul_li_p,
.wemark_block_ul_li_ol_li_p,
.wemark_block_ol_li_ul_li_p,
.wemark_block_ol_li_ol_li_p{
padding-left: 1em;
}
.wemark_block_ul_li_p:last{
margin-bottom:1em;
}
.wemark_block_code{
display: block;
padding:10px;
font-size:28rpx;
line-height: 1.5em;
border-radius: 10rpx;
white-space: pre;
overflow: auto;
background-color: #f8f8f8;
}
.wemark_block_table{
width: 100%;
border-spacing: 0;
border-collapse: collapse;
/* border-left: 1px solid #e0e0e0; */
/* border-top: 1px solid #e0e0e0; */
}
.wemark_block_table_tr{
display: flex;
}
.wemark_wrapper_richtext .wemark_block_table_tr{
display: table-row;
}
.wemark_inline_table_th,
.wemark_inline_table_td{
flex:1;
padding:5px;
font-size:28rpx;
word-break: break-all;
border: 1px solid #e0e0e0;
}
.wemark_wrapper_richtext .wemark_inline_table_th,
.wemark_wrapper_richtext .wemark_inline_table_td{
display: table-cell;
/* background:red;
border-right:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0; */
}
.wemark_inline_table_td:last{
/* border-top:1px solid #e0e0e0; */
}
.wemark_inline_table_th{
background:#f8f8f8;
/* border-top:1px solid #e0e0e0; */
}
.wemark_inline_strong{
font-weight: bold;
padding:0 5px;
word-wrap:break-word;
}
.wemark_inline_em{
font-style: italic;
padding:0 5px;
word-wrap:break-word;
}
.wemark_inline_strong_em{
font-style: italic;
font-weight: bold;
padding:0 5px;
word-wrap:break-word;
}
.wemark_inline_deleted{
text-decoration: line-through;
padding:0 5px;
word-wrap:break-word;
}
.wemark_inline_image{
width:100%;
height:auto;
}
.wemark_inline_code{
background-color: #fff5f5;
padding: 3px;
word-wrap:break-word;
border-radius: 5px;
color: #ff502c;
}
.wemark_inline_text{
word-wrap:break-word;
}
.wemark_inline_link{
display: inline;
color: blue;
word-wrap:break-word;
}