0

"每间房每晚需加收10%服务费。任何取消或修改均可在抵达前2天提出,否则将收取一晚房费。预订时需提供首晚保证和一晚房费如出现未到、逾期取消或更改,租金将从提供的信用卡中扣除。如有任何争议,香港天虹酒店保留最终决定权。"

我使用 css 属性“word-break:break-all”,但效果不佳。仍然有一些词被打破。

4

2 回答 2

1

** You need 'word-wrap' property **

Use this one

word-wrap:break-word;
于 2014-04-14T09:35:37.123 回答
-1

访问http://www.w3schools.com/cssref/css3_pr_word-break.asp

p{word-break:break-all;}
于 2014-04-14T09:27:09.907 回答