style:样式修改

This commit is contained in:
2025-07-08 10:54:43 +08:00
parent d9a69af4b6
commit 2502fd547d
4 changed files with 199 additions and 345 deletions

View File

@@ -1194,9 +1194,11 @@ video img {
text-align: center; text-align: center;
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
word-break: break-all;
} }
.faq-title h3 { .faq-title h3 {
font-size: 1.685rem; font-size: 1.685rem;
word-break: break-all;
} }
.faq-title h5 { .faq-title h5 {
font-size: 1.25rem; font-size: 1.25rem;
@@ -1209,6 +1211,7 @@ video img {
height: 1.5rem; height: 1.5rem;
font-family: 'Montserrat-Medium'; font-family: 'Montserrat-Medium';
font-weight: 400; font-weight: 400;
word-break: break-all;
} }
.faq-title p { .faq-title p {
font-size: 1.125rem; font-size: 1.125rem;

View File

@@ -35,11 +35,13 @@
font-size: 1.125em; font-size: 1.125em;
color: #101010; color: #101010;
margin-bottom: 2%; margin-bottom: 2%;
word-break: break-all;
} }
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-des { .orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-des {
font-size: 0.875em; font-size: 0.875em;
color: #737373; color: #737373;
line-height: 1.875em; line-height: 1.875em;
word-break: break-all;
} }
.orico_Page_fq .fqMain .pagination { .orico_Page_fq .fqMain .pagination {
zoom: 1; zoom: 1;

File diff suppressed because it is too large Load Diff

View File

@@ -90,6 +90,9 @@
overflow: hidden; overflow: hidden;
height: 31.875rem; height: 31.875rem;
display: flex; display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
} }
.orico_Page_prdetail .oriprdetail .cp .cpfl .preview .smallImg { .orico_Page_prdetail .oriprdetail .cp .cpfl .preview .smallImg {
width: 80px; width: 80px;