zoukankan      html  css  js  c++  java
  • 外部样式OL LI的定义 影响到了富文本框内的UL LI的定义,使用内部样式对其还原

    <style type="text/css">
    #intro {
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    }
    #intro ol {
    float: none;
    auto;
    list-style-type: decimal;
    padding: 0 20px;
    }
    #intro ol li {
    float: none;
    auto;
    line-height: normal;
    overflow: visible;
    list-style-type: decimal;
    list-style: decimal;
    padding: 0 20px;
    white-space: normal;
    }
    #intro ul {
    float: none;
    auto;
    list-style-type: disc;
    padding: 0 20px;
    }
    #intro ul li {
    float: none;
    auto;
    line-height: normal;
    overflow: visible;
    list-style-type: disc;
    list-style: disc;
    padding: 0 20px;
    white-space: normal;
    }
    </style>


    <div id="personal-details" class="down-piece-last">
    <div class="down-piece-pic"><a><img src="@Url.Content("~/Content/css_v2/provider/images/details.jpg")"></a></div>
    <div class="down-piece-content" id="intro">
    @Html.Raw(Model.IntroduceInDetail)
    </div>
    </div>

  • 相关阅读:
    友链大集合
    雅礼学习10.7
    雅礼学习10.6
    雅礼学习10.5
    雅礼学习10.4
    雅礼学习10.3
    雅礼学习10.4
    雅礼学习10.2
    雅礼学习10.1
    如何让SublimeText3更好用
  • 原文地址:https://www.cnblogs.com/niaowo/p/3844622.html
Copyright © 2011-2022 走看看