Compare commits
8 Commits
af139f6bf4
...
beb86140a6
| Author | SHA1 | Date | |
|---|---|---|---|
| beb86140a6 | |||
| 1d79ea5186 | |||
| de02e59b0e | |||
| f4fa5afcfa | |||
| 4515939fcf | |||
| b16971e6f1 | |||
| 3840206e7c | |||
| ef1f786417 |
@@ -5,7 +5,7 @@
|
||||
{block name="main"}
|
||||
<div class="orico_Page_achievement">
|
||||
<div class="achievementMain">
|
||||
<img src="__IMAGES__/Achievement.png" class="acvImg" />
|
||||
<img src="__IMAGES__/Achievement.webp" class="acvImg" />
|
||||
<div class="achInfo">
|
||||
<div class="title">{:lang_i18n('ORICO荣耀')}</div>
|
||||
{notempty name="achievement"}
|
||||
|
||||
@@ -129,10 +129,10 @@
|
||||
<span class="otsbtitle">{:lang_i18n('强大功能、简单使用')}</span>
|
||||
<div class="beforeafter ba-slider">
|
||||
<!-- 对比前的图片 -->
|
||||
<img src="__IMAGES__/indeximg1.jpg">
|
||||
<img src="__IMAGES__/indeximg1.webp">
|
||||
<div class="resize">
|
||||
<!-- 对比后的图片 -->
|
||||
<img src="__IMAGES__/indeximg2.jpg">
|
||||
<img src="__IMAGES__/indeximg2.webp">
|
||||
</div>
|
||||
<!-- 可拖动的分隔条 -->
|
||||
<span class="handle"></span>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="narshelpCenterPc">
|
||||
<!-- banner-搜索 -->
|
||||
<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'>
|
||||
<input class="nhlp-ipt" id="search-input" placeholder="{:lang_i18n('请输入搜索关键字,如安装赛博云空间,影视库')}" autocomplete="off" />
|
||||
<img src="__IMAGES__/nas_help_search.png" class="searchimg" />
|
||||
|
||||
@@ -1165,8 +1165,8 @@ body {
|
||||
}
|
||||
|
||||
.ql-editor {
|
||||
min-height: 600px;
|
||||
max-height: 600px;
|
||||
/* min-height: 600px;
|
||||
max-height: 600px; */
|
||||
overflow: auto
|
||||
}
|
||||
|
||||
|
||||
@@ -1265,8 +1265,8 @@ div{
|
||||
}
|
||||
|
||||
.ql-editor {
|
||||
min-height: 600px;
|
||||
max-height: 600px;
|
||||
/* min-height: 600px;
|
||||
max-height: 600px; */
|
||||
overflow: auto
|
||||
}
|
||||
|
||||
|
||||
@@ -183,6 +183,9 @@
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
}
|
||||
.narshelpdetailPc .nars-help-content .nars-hlpdt-mm img{
|
||||
max-width: 100%;
|
||||
}
|
||||
.narshelpdetailPc .nars-help-content .nars-hlpdt-mm p img{
|
||||
display: inline;
|
||||
|
||||
BIN
public/static/index/pc/images/Achievement.webp
Normal file
BIN
public/static/index/pc/images/Achievement.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/static/index/pc/images/indeximg1.webp
Normal file
BIN
public/static/index/pc/images/indeximg1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
BIN
public/static/index/pc/images/indeximg2.webp
Normal file
BIN
public/static/index/pc/images/indeximg2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
public/static/index/pc/images/nas_help_banner.webp
Normal file
BIN
public/static/index/pc/images/nas_help_banner.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user