【问题标题】:how to add css links in others pages Without distortion?如何在其他页面中添加css链接而不失真?
【发布时间】:2017-11-10 17:47:47
【问题描述】:

我有一个在其中显示我的产品的视图我使用rPage 插件进行响应式分页。但是我遇到了问题。当我在页面顶部添加引导程序时。所有元素都乱七八糟,但rPage 有很好的风格。反之亦然,当我删除引导链接时,rpage 插件很乱。我添加了两张图片以便更好地理解。

这些是 _AdminLayout 中的 css 链接。

   <link href="~/content/materialpro/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <!-- chartist CSS -->
    <link href="~/content/materialpro/assets/plugins/chartist-js/dist/chartist.min.css" rel="stylesheet">
    <link href="~/content/materialpro/assets/plugins/chartist-js/dist/chartist-init.css" rel="stylesheet">
    <link href="~/content/materialpro/assets/plugins/chartist-plugin-tooltip-master/dist/chartist-plugin-tooltip.css" rel="stylesheet">
    <link href="~/content/materialpro/assets/plugins/css-chart/css-chart.css" rel="stylesheet">
    <!--This page css - Morris CSS -->
    <link href="~/content/materialpro/assets/plugins/c3-master/c3.min.css" rel="stylesheet">
    <!-- Vector CSS -->
    <link href="~/content/materialpro/assets/plugins/vectormap/jquery-jvectormap-2.0.2.css" rel="stylesheet" />
    <!-- Custom CSS -->
    <link href="~/content/materialpro/css/style.css" rel="stylesheet">
    <!-- You can change the theme colors from here -->
    <link href="~/content/materialpro/css/colors/blue.css" id="theme" rel="stylesheet">

【问题讨论】:

    标签: css asp.net-mvc twitter-bootstrap


    【解决方案1】:

    目前 rPage 用于 Bootstrap 3。它与 Bootstrap 4 不兼容,并且有点过时,因为 Bootstrap 4 具有与 rPage 相同的功能。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-12-12
      • 2011-11-03
      • 1970-01-01
      • 1970-01-01
      • 2015-10-23
      • 1970-01-01
      相关资源
      最近更新 更多