<body> <p>我是段落</p> <span>我是span</span> <div>我是div</div> <em>我是em</em> </body>
/* 选择用户选择的元素部分 */ ::selection { background-color: red; color: #fff; }