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;
-moz-tab-size: 4;
text-align: left;
/* white-space: pre-wrap; */
white-space: pre-wrap;
word-wrap: break-word
}

View File

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