Compare commits
25 Commits
e781887d16
...
5018a59045
| Author | SHA1 | Date | |
|---|---|---|---|
| 5018a59045 | |||
| 7f8ad55c97 | |||
| 14f0f1609e | |||
| 6c176a1039 | |||
| bffe804a7b | |||
| a9beb0dda6 | |||
| 3c72fa125f | |||
| 81df05e0f9 | |||
| e0fd77837d | |||
| 7344691613 | |||
| fe697df167 | |||
| b743688d99 | |||
| 768ed5b0fb | |||
| 0c2f96fd49 | |||
| 80c6647a0c | |||
| 187a0affcc | |||
| a35288dd0b | |||
| 5c79e33ce1 | |||
| 341e1f54fb | |||
| 78925fbbab | |||
| b09f7d1e6f | |||
| 61e4ac1fb3 | |||
| 728730433b | |||
| 3a50a23cfa | |||
| 1dc03040f1 |
@@ -33,8 +33,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 文章内容 -->
|
||||
<div id="rendered-content" class="nhlp-app-content">
|
||||
{$article.content|raw|default=''}
|
||||
<div class="ql-container">
|
||||
<div id="rendered-content" class="nhlp-app-content ql-editor">
|
||||
{$article.content|raw|default=''}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 搜索 -->
|
||||
<div class="nhlpapp-search">
|
||||
|
||||
@@ -58,7 +58,9 @@
|
||||
{/notempty}
|
||||
</div>
|
||||
<!--文章详情 -->
|
||||
<div class="nars-hlpdt-mm" id="rendered-content">{$article.content|raw|default=''}</div>
|
||||
<div class="ql-container ">
|
||||
<div class="nars-hlpdt-mm ql-editor" id="rendered-content">{$article.content|raw|default=''}</div>
|
||||
</div>
|
||||
<!--锚点定位 -->
|
||||
<div class="nars-hlpdt-mr">
|
||||
<div id="title-list">
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
font-size: 14px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: bold;
|
||||
width: 212px;
|
||||
/* width: 212px; */
|
||||
/* height: 48px; */
|
||||
padding: 15px 60px;
|
||||
background: #004bfa;
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
padding: 15px;
|
||||
background: #f2f2f2;
|
||||
border-radius: 8px;
|
||||
font-family: Montserrat-Regular, Montserrat;
|
||||
font-family: Montserrat-Regular, Montserrat;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
font-size: 14px;
|
||||
font-family: Montserrat-Bold, Montserrat;
|
||||
font-weight: bold;
|
||||
width: 212px;
|
||||
/* width: 212px; */
|
||||
padding: 15px 60px;
|
||||
background: #004bfa;
|
||||
border-radius: 28px;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -541,7 +541,7 @@
|
||||
margin-left: 1%;
|
||||
border-radius: 26px 26px 26px 26px;
|
||||
width: 98%;
|
||||
height: 41.625rem;
|
||||
/* height: 41.625rem; */
|
||||
}
|
||||
|
||||
.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf {
|
||||
|
||||
@@ -608,13 +608,13 @@
|
||||
.scrollbutton_01.smallImgUp,
|
||||
.scrollbutton_01.smallImgUp.disabled {
|
||||
background: url(/static/index/pc/images/fl.png);
|
||||
left: 0px;
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
.scrollbutton_01.smallImgDown,
|
||||
.scrollbutton_01.smallImgDown.disabled {
|
||||
background: url(/static/index/pc/images/rh.png);
|
||||
right: 0px;
|
||||
right: 10%;
|
||||
}
|
||||
|
||||
.scrollbutton.smallImgUp,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user