This commit is contained in:
2025-07-30 17:07:37 +08:00
parent 43d5cfd376
commit 38658ff921
2 changed files with 5 additions and 1 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

@@ -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%;