<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style lang="less"&gt;
    .demo-img {
		width: 100%
	  }

	  .playyd {
		padding: 2px 5px;
		background-color: rgba(255, 153, 0, 0.51);
		border-radius: 5px;
		color: #fff !important;


		margin-left: 2px;
		float: right;
		margin-right: 0px;
        font-size: 15px;
    }

	  .videolist {
		max-height: 500px;
        max-width: 800px;
		margin: 0 auto;
		overflow: auto;
	  }


    .videolist1 {
    float:left;
    width: 85%;
    margin-bottom: 5px
    }

    .videolist2 {
    float:left;
    width: 15%;
    margin-bottom: 5px

    }

	  .redColor {
		color: red;
	  }

	   /*åŒ…å«ä»¥ä¸‹å››ç§çš„é“¾æŽ¥*/
    ac {
      /*text-decoration: none;*/
      color: #000000;
      width: 80%;
    }

    /*1æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/
    ac:link {
      text-decoration: none;
    }

    /*2å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/
    ac:visited {
      text-decoration: none;
      
    }

    /*3é¼&nbsp;æ&nbsp;‡åˆ’è¿‡(åœç•™)çš„é“¾æŽ¥*/
    ac:hover {
      text-decoration: none;
    }

    /*4æ­£åœ¨ç‚¹å‡»çš„é“¾æŽ¥*/
    ac:active {
      text-decoration: none;
    }
&lt;/style&gt;

</pre></body></html>