如何将style的内容写入到<head>中的css选择器中

<div class="alert" style="display:none">
   <h2>消息</h2>
   <div class="alert_con">
    <p id="ts"></p>
    <p style="line-height:70px"><a class="btn">确定</a></p>
   </div>
  </div>

顾言
浏览 1535回答 2
2回答

木子舟义

<style> div{     display:none; } p{     line-height:70px; } </style>在head标签中加这个

echo_kinchao

你直接在 里面写 <style type="text/css">
打开App,查看更多内容
随时随地看视频慕课网APP