8 Commits

10 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
{block name="main"} {block name="main"}
<div class="orico_Page_achievement"> <div class="orico_Page_achievement">
<div class="achievementMain"> <div class="achievementMain">
<img src="__IMAGES__/Achievement.png" class="acvImg" /> <img src="__IMAGES__/Achievement.webp" class="acvImg" />
<div class="achInfo"> <div class="achInfo">
<div class="title">{:lang_i18n('ORICO荣耀')}</div> <div class="title">{:lang_i18n('ORICO荣耀')}</div>
{notempty name="achievement"} {notempty name="achievement"}

View File

@@ -129,10 +129,10 @@
<span class="otsbtitle">{:lang_i18n('强大功能、简单使用')}</span> <span class="otsbtitle">{:lang_i18n('强大功能、简单使用')}</span>
<div class="beforeafter ba-slider"> <div class="beforeafter ba-slider">
<!-- 对比前的图片 --> <!-- 对比前的图片 -->
<img src="__IMAGES__/indeximg1.jpg"> <img src="__IMAGES__/indeximg1.webp">
<div class="resize"> <div class="resize">
<!-- 对比后的图片 --> <!-- 对比后的图片 -->
<img src="__IMAGES__/indeximg2.jpg"> <img src="__IMAGES__/indeximg2.webp">
</div> </div>
<!-- 可拖动的分隔条 --> <!-- 可拖动的分隔条 -->
<span class="handle"></span> <span class="handle"></span>

View File

@@ -8,7 +8,7 @@
<div class="narshelpCenterPc"> <div class="narshelpCenterPc">
<!-- banner-搜索 --> <!-- banner-搜索 -->
<div class="pagetopbg"> <div class="pagetopbg">
<img src="__IMAGES__/nas_help_banner.jpg" class="hpbgimg" /> <img src="__IMAGES__/nas_help_banner.webp" class="hpbgimg" />
<div class='nhlp-search'> <div class='nhlp-search'>
<input class="nhlp-ipt" id="search-input" placeholder="{:lang_i18n('请输入搜索关键字,如安装赛博云空间,影视库')}" autocomplete="off" /> <input class="nhlp-ipt" id="search-input" placeholder="{:lang_i18n('请输入搜索关键字,如安装赛博云空间,影视库')}" autocomplete="off" />
<img src="__IMAGES__/nas_help_search.png" class="searchimg" /> <img src="__IMAGES__/nas_help_search.png" class="searchimg" />

View File

@@ -1165,8 +1165,8 @@ body {
} }
.ql-editor { .ql-editor {
min-height: 600px; /* min-height: 600px;
max-height: 600px; max-height: 600px; */
overflow: auto overflow: auto
} }

View File

@@ -1265,8 +1265,8 @@ div{
} }
.ql-editor { .ql-editor {
min-height: 600px; /* min-height: 600px;
max-height: 600px; max-height: 600px; */
overflow: auto overflow: auto
} }

View File

@@ -183,6 +183,9 @@
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
position: relative; position: relative;
}
.narshelpdetailPc .nars-help-content .nars-hlpdt-mm img{
max-width: 100%;
} }
.narshelpdetailPc .nars-help-content .nars-hlpdt-mm p img{ .narshelpdetailPc .nars-help-content .nars-hlpdt-mm p img{
display: inline; display: inline;

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB