熱門服務
眾多企業的選擇

class="text">
請你打開電視看看 多少人為生命在努力勇敢的走下去。——
class="tooltip" data-tip="《稻香》">周杰倫</span>
p>
css代碼.text {
font-size: 16px;
margin-top: 300px;
text-align: center;
}
.tooltip {
position: relative;
font-size: 14px;
cursor: default;
}
.tooltip::before {
content: attr(data-tip); /* 注意data-tip不加引號 */
position: absolute;
top: -37px;
left: 50%;
transform: translatex(-50%);
display: none;
padding: 4px 8px;
background-color: #303133;
color: #fff;
font-size: 12px;
white-space: nowrap; /* 防止父元素寬度不夠,文字換行 */
border-radius: 4px;
}
.tooltip::after {
content: '';
position: absolute;
top: -18px;
left: 50%;
transform: translatex(-50%) rotate(45deg);
display: none;
width: 10px;
height: 10px;
background-color: #303133;
border-radius: 2px;
}
.tooltip:hover::before,
.tooltip:hover::after {
display: block;
}
【版權聲明】:本站內容來自于與互聯網(注明原創稿件除外),供訪客免費學習需要。如文章或圖像侵犯到您的權益,請及時告知,我們第一時間刪除處理!謝謝!