From 646e85b215066c1b0be81285e1b1abb95a1644da Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Fri, 27 Jun 2025 11:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/article/index.html | 2 +- app/index/view/mobile/index/index.html | 8 ++++---- .../index/mobile/css/attachment_index.css | 8 +++++++- public/static/index/mobile/css/style.css | 17 +++++++++++------ public/static/index/pc/css/attachment_index.css | 1 + 5 files changed, 24 insertions(+), 12 deletions(-) diff --git a/app/index/view/mobile/article/index.html b/app/index/view/mobile/article/index.html index 319c3eb4..e76e4441 100644 --- a/app/index/view/mobile/article/index.html +++ b/app/index/view/mobile/article/index.html @@ -32,7 +32,7 @@
{notempty name="articles"} diff --git a/app/index/view/mobile/index/index.html b/app/index/view/mobile/index/index.html index 666444d8..1878b974 100644 --- a/app/index/view/mobile/index/index.html +++ b/app/index/view/mobile/index/index.html @@ -101,8 +101,8 @@$sc['title_txt_color']])}>{$sc.title}
-$sc['desc_txt_color']])}>{$sc.desc}
-+
$sc['desc_txt_color']])}>{$sc.desc}
+$bs['title_txt_color']])}>{$bs.title}
-$bs['desc_txt_color']])}>{$bs.desc}
-+
$bs['desc_txt_color']])}>{$bs.desc}
+
{:lang_i18n('了解更多')}
diff --git a/public/static/index/mobile/css/attachment_index.css b/public/static/index/mobile/css/attachment_index.css
index 8abbad88..ae8bc747 100755
--- a/public/static/index/mobile/css/attachment_index.css
+++ b/public/static/index/mobile/css/attachment_index.css
@@ -40,6 +40,9 @@
}
.download-right {
width: 100%;
+ font-size: 1rem;
+ }
+ .download-right .down-gray {
font-size: 0.8rem;
}
.down-btn {
@@ -64,7 +67,10 @@
.download-right {
width: 65%;
float: right;
- font-size: 0.64rem;
+ font-size: 0.875rem;
+ }
+ .download-right .down-gray {
+ font-size: 0.7rem;
}
}
.down-btn {
diff --git a/public/static/index/mobile/css/style.css b/public/static/index/mobile/css/style.css
index 104895ec..60dc8de7 100755
--- a/public/static/index/mobile/css/style.css
+++ b/public/static/index/mobile/css/style.css
@@ -1528,7 +1528,7 @@ video img {
background-color: #fff;
text-align: center;
padding-top: 2rem;
- padding-bottom: 1rem;
+ padding-bottom: 1.5rem;
overflow: hidden;
}
.product_list .img-responsive a{
@@ -1543,6 +1543,7 @@ video img {
font-size: 0.75rem;
color: #333;
margin-top: 1rem;
+ width: 90%;
}
.oricoEGapp-catelists .m_Container .product_list .img-responsive .title{
white-space: nowrap;
@@ -2596,10 +2597,15 @@ video img {
.Multi_color ul {
width: 100%;
margin-top: 0.65rem;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: center;
}
.Multi_color .S-small-img {
display: inline-block;
width: 1.3rem;
+ margin: 0 1%;
}
.cricle {
display: block;
@@ -3672,16 +3678,15 @@ video::-webkit-media-controls-current-time-display {
color: #fff;
cursor: pointer;
background: #0060ff;
- height: 2rem;
border-radius: 20px;
- padding: 0 0.5rem;
+ padding: 0.75rem 0;
float: left;
margin-left: 0.5rem;
+ width: 22%;
}
.search_box .search {
width: 75%;
- height: 2rem;
- line-height: 2.875rem;
+ padding: 0.75rem 0;
border: 1px solid #dbdbdb !important;
border-radius: 1.5rem !important;
text-indent: 0.5rem;
@@ -3693,7 +3698,7 @@ video::-webkit-media-controls-current-time-display {
}
.search_box .search_icon {
width: 1rem;
- height: 1rem;
+ padding: 0.6rem 0;
display: block;
position: absolute;
right: 1rem;
diff --git a/public/static/index/pc/css/attachment_index.css b/public/static/index/pc/css/attachment_index.css
index 2165fc18..11decf98 100755
--- a/public/static/index/pc/css/attachment_index.css
+++ b/public/static/index/pc/css/attachment_index.css
@@ -162,6 +162,7 @@
color: #004bfa;
background-color: rgba(0, 75, 250, 0.05);
cursor: pointer;
+ font-size: 0.9rem;
}
.orico_Page_download .downloadMain .page-box {
text-align: center;