2 Commits

Author SHA1 Message Date
e266e89a97 1 2025-07-30 17:08:22 +08:00
2a94a7ecec 1 2025-07-30 17:07:37 +08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ body {
tab-size: 4; tab-size: 4;
-moz-tab-size: 4; -moz-tab-size: 4;
text-align: left; text-align: left;
/* white-space: pre-wrap; */ white-space: pre-wrap;
word-wrap: break-word word-wrap: break-word
} }

View File

@@ -277,7 +277,7 @@ div {
tab-size: 4; tab-size: 4;
-moz-tab-size: 4; -moz-tab-size: 4;
text-align: left; text-align: left;
/* white-space: pre-wrap; */ white-space: pre-wrap;
word-wrap: break-word word-wrap: break-word
} }
@@ -1714,6 +1714,7 @@ div {
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
white-space: normal !important;
} }
.o_detail_title { .o_detail_title {
font-size: 2.25em; font-size: 2.25em;
@@ -1725,12 +1726,14 @@ div {
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
white-space: normal !important;
} }
.o_detail_small { .o_detail_small {
font-size: 1.5em; font-size: 1.5em;
color: #333; color: #333;
margin-bottom: 0.7vw; margin-bottom: 0.7vw;
white-space: normal !important;
} }
.o_detail_text { .o_detail_text {
font-size: 1.125em; font-size: 1.125em;
@@ -1740,6 +1743,7 @@ div {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-bottom: 0.7vw; margin-bottom: 0.7vw;
white-space: normal !important;
} }
.products_des { .products_des {
width: 100%; width: 100%;