今天做一个网站,客户提出英文字母能不能按单词来分段,不要把一个单词中间断掉。哈哈。终于从艾玛那搞到了个样式。YY下。挺不错的。
.c1{ width:200px; border:1px solid red}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c2{ width:200px;word-wrap:break-word; border:1px solid yellow}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c3{ width:200px;word-wrap:break-word;word-break:break-all; border:1px solid green}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c4{ width:200px;word-wrap:break-word;word-break:keep-all; border:1px solid blue}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c5{ width:200px;word-break:break-all; border:1px solid black}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c6{ width:200px;word-break:keep-all; border:1px solid red}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.
.c7{ width:200px;word-wrap:break-word;overflow:auto; border:1px solid yellow}
safjaskflasjfklsajfklasjflksajflksjflkasjfksafj
This is all English. This is all English. This is all English.
全是中文的情况。全是中文的情况。全是中文的情况。
中英文混排的情况。Chinese and English. 中英文混排的情况。Chinese and English.