該模式在內容注入頁面之前已經存在,但它不可見,請問您可以提出什麼問題?僞元素存在但不可見
.aloha {
font-family: Medium;
font-size: 74px;
color: green;
position: relative;
display: inline-block;
margin: 0;
height: 85px;
}
.aloha:before {
width: 100%;
height: 85px;
color: red;
content: attr(data-text);
display: block;
}
<h1 date-text='TEXT' class='aloha'>TEXT</h1>
由於這是一個簡單的拼寫錯誤,我建議刪除這個問題,因爲它沒有價值,未來用戶 – LGSon