为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

顾言 2015-12-08 20:03:20
<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>
查看完整描述

2 回答

已采纳
?
木子舟义

TA贡献33条经验 获得超4个赞

<style>
div{
    display:none;
}
p{
    line-height:70px;
}
</style>

在head标签中加这个

查看完整回答
反对 回复 2015-12-08
?
echo_kinchao

TA贡献600条经验 获得超86个赞

你直接在 里面写 <style type="text/css">

查看完整回答
反对 回复 2015-12-08
  • 2 回答
  • 1 关注
  • 1534 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信