<div id="question" style="position:absolute"> <!-- 游戲幫助提示 --> <span id="game_help">11111111111222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222</span></div>
2 回答
已采納

其實我真的不是東北人
TA貢獻105條經驗 獲得超66個贊
跟定位沒關系, 滿意請采納!
<!doctype html>
<html lang="en">
<head>
? ?<meta charset="UTF-8">
? ?<title>Document</title>
? ?<style>
? ? ? ?* {
? ? ? ? ? ?margin:0;
? ? ? ? ? ?padding:0;
? ? ? ?}
? ? ? ?body {
? ? ? ? ? ?background:#ccc;
? ? ? ?}
? ? ? ?.container {
? ? ? ? ? ?width:200px;
? ? ? ? ? ?height:200px;
? ? ? ? ? ?background:#fff;
? ? ? ? ? ?/* 文字溢出換行 */
word-wrap: break-word;
? ? ? ?}
? ?</style>
</head>
<body>
<div class="container">
? ?<span>111111111111111111111111111111111111</span>
</div>
</body>
</html>
- 2 回答
- 0 關注
- 4501 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消