css3 style

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum -scale=1,user-scalable=no" />
<title></title>
<style type="text/css">
.text-font{background-color: #fff;}
.text-font ul li{ font-family: "Microsoft Yahei";}
/*li:hover {font-size: 2rem;color: red;background-color:#000;transition: auto;}*//*:hover hover the mouse to the current The style added to the element */
li:active{font-family: "agency fb"; font-size: 3rem; background: #F5F5F5; color: red;}/*When the specified element is active (the mouse The style used when the element is pressed and not released); */
textarea:focus{font-family: "arial black";font-size: 1.2rem; resize:none}
textarea,input{resize:none;outline:none}/*remove click effect*/
li:active{font-family: "agency fb"; font-size: 3rem; background: #F5F5F5; color: red;}/
.check li.active i{background: #F66456;}
</style>
</head>
<body>
<div class="text-font">
<ul >
<li>美女-1</li>
<li>美女-2</li>
<li>美女-3</li>
<li>美女-4</li>
<li>美女-5</li>
<li>美女-6</li>
<li>美女-7</li>
<li>美女-8</li>
<li>美女-9</li>
<li>美女-10</li>
</ul>
<textarea></textarea>

<div class="check">
<li class="active">
<em><i>hhehehe </i></em>
</li>
</div>

</div>


</body>
</html>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326678456&siteId=291194637