< style> *{ margin:0; padding:0; border:none; font-family:"微软雅黑"; font-size:14px; color:#333; } ul li{ list-style:none;} .doc_logo{ display:block; margin:0 auto 30px;} .doc_title{display:block; margin: 30px auto 49px;} .one_menu{ border-top:solid 1px #d4d4d4;} .one_menu a{ border-left:solid 4px transparent;font-family:"微软雅黑";text-decoration:none;color:#333;} .one_menu a.active, .one_menu a:hover, .one_menu a:active{ border-left:solid 4px #dd4b39; background-color:#efefef; color:#dd4b39; font-weight: 500;} .one_menu_item>a{ display:block; width:219px; height:56px; padding:0 10px; line-height:56px; font-size:16px; font-weight: 500; border-bottom:solid 1px #d4d4d4 ;font-family:"微软雅黑";text-decoration:none;color:#333;} .two_menu{ margin:14px 0; display: none; } .two_menu_item>a{ position:relative; display:block; width:220px; height:34px; padding:0 20px; line-height:34px; font-size:14px;font-family:"微软雅黑";text-decoration:none;color:#333;} .two_menu_close{ background:url("../images/select_close.png") 250px center no-repeat;} .two_menu_open{ background:url("../images/select_open.png") 250px center no-repeat;} .three_menu{ margin:8px 0; display: none;} .three_menu_item>a{ display:block; width:164px; height:34px; padding:0 30px; line-height:34px; font-size:15px; background: url("../images/point_icon.png") 42px center no-repeat; font-family:"微软雅黑";text-decoration:none;color:#333;} .three_menu_item>a.active, .three_menu_item>a:hover, .three_menu_item>a:active{ background-image:url("../images/point_icon_active.png");} {% macro articles(_articles) %} {% for article in _articles %}
  • {% if article.path and getPageByPath(article.path) %} {% if article.articles.length > 0 %} {% else %} {% endif %} {% elif article.url %} {% if article.articles.length > 0 %} {% else %} {% endif %} {% else %} {% endif %} {% if article.level != "0" and config.pluginsConfig['theme-default'].showLevel %} {{ article.level }}. {% endif %} {{ article.title }} {% if article.path or article.url %} {% else %} {% endif %} {% if article.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %} {% macro articles_two(_arts) %} {% for art in _arts %}
  • {% if art.path and getPageByPath(art.path) %} {% if art.articles.length > 0 %} {% else %} {% endif %} {% elif art.url %} {% if art.articles.length > 0 %} {% else %} {% endif %} {% else %} {% endif %} {% if art.level != "0" and config.pluginsConfig['theme-default'].showLevel %} {{ art.level }}. {% endif %} {{ art.title }} {% if art.path or art.url %} {% else %} {% endif %} {% if art.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %} {% macro articles_three(_arts) %} {% for art in _arts %}
  • {% if art.path and getPageByPath(art.path) %} {% elif art.url %} {% else %} {% endif %} {% if art.level != "0" and config.pluginsConfig['theme-default'].showLevel %} {{ art.level }}. {% endif %} {{ art.title }} {% if art.path or art.url %} {% else %} {% endif %}
  • {% endfor %} {% endmacro %} {% block book_summary %} {% endblock %}