8 Commits

Author SHA1 Message Date
c2bba7fb56 1 2025-07-30 16:40:36 +08:00
052570fefa Merge branch 'dev' 2025-07-30 16:33:15 +08:00
5ed692a672 fix: 字段长度限制 2025-07-30 11:12:13 +08:00
5f7156470e Merge branch 'dev' 2025-07-29 17:52:13 +08:00
9b339d6364 Merge branch 'dev' 2025-07-29 16:48:16 +08:00
09f9bfd301 Merge branch 'dev' 2025-07-29 16:47:31 +08:00
d4fa15f671 文章视频限制 2025-07-29 14:13:34 +08:00
6ba7181e3f 文章详情样式调整 2025-07-28 14:50:26 +08:00
2 changed files with 4 additions and 31 deletions

View File

@@ -2314,10 +2314,7 @@ video img {
margin-left: 0.4rem; margin-left: 0.4rem;
margin-right: 0.4rem; margin-right: 0.4rem;
} }
//*详情样式*/ /*详情样式*/
.o_detail_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em;}
.o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;}
.o_detail_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;}
.o_detail_all { .o_detail_all {
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;

View File

@@ -222,7 +222,9 @@ div{
margin: 0; margin: 0;
position: relative position: relative
} }
.ql-editor video{
max-width: 100% !important;
}
.ql-container.ql-disabled .ql-tooltip { .ql-container.ql-disabled .ql-tooltip {
visibility: hidden visibility: hidden
} }
@@ -1549,32 +1551,6 @@ div{
.o_detail_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em;} .o_detail_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em;}
.o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;} .o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;}
.o_detail_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;} .o_detail_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;}
.o_detail_all {
text-align: center;
background-color: #fff;
overflow: hidden;
}
.o_detail_title {
font-size: 0.85rem;
color: #101010;
}
.o_detail_small {
font-size: 0.75rem;
color: #333;
margin-top: 0.4rem;
}
.o_detail_text {
font-size: 0.64rem;
color: #737373;
line-height: 1rem;
width: 80%;
margin: auto;
margin-top: 0.5rem;
}
.o_detail_img {
margin-top: 0.3rem;
margin-bottom: 1.3rem;
}
.products_des { .products_des {
width: 100%; width: 100%;