美文网首页
对于从后台直接传进来的带标签的文章直接在前台展示问题

对于从后台直接传进来的带标签的文章直接在前台展示问题

作者: Eastblue | 来源:发表于2018-04-12 12:21 被阅读0次

    前端从后台直接取数据展示到页面有时候需要稍微修改下样式。可以直接加important。

    如以下代码

    .content {

    margin-top: 0; font-size: 16px; color: #000; line-height: 30px; font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑";

    * { font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑" !important; color: #000 !important; }

    p { font-size: 16px !important; margin-bottom: 25px !important; line-height: 30px !important; }

    h1,h2,h3,h4,h5,h6 { margin-bottom: 25px !important; }

    img { display: block !important; margin: 25px auto !important; }

        a { color: #4a90f6 !important; text-decoration: none !important;

            &:hover { text-decoration: underline !important; }

            }

    }

    相关文章

      网友评论

          本文标题:对于从后台直接传进来的带标签的文章直接在前台展示问题

          本文链接:https://www.haomeiwen.com/subject/mcyxkftx.html