样式优化

This commit is contained in:
2025-06-27 11:42:01 +08:00
parent 4306cd343a
commit be7d55d9b8
5 changed files with 24 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
<form action="{:url('article/index', ['pid' => $Request.param.pid])}" method="get" autocomplete="off">
<input type="text" class="search" id="article-blog-in" name="keywords" value="">
<input type="hidden" class="search" id="article-blog-in" name="cid" value="{$Request.get.cid}">
<button id="blog-btnput" class="search-button-blog" style="padding:5px 12px;">{:lang_i18n('搜索')}</button>
<button id="blog-btnput" class="search-button-blog">{:lang_i18n('搜索')}</button>
</form>
</div>
{notempty name="articles"}

View File

@@ -101,8 +101,8 @@
<a href="{$sc.link}"><img src="{$sc.image}" /></a>
<div class="position_a text_center wow animated bounceInLeft">
<p class="f_weight_500 timetitle" {:style(['color'=>$sc['title_txt_color']])}>{$sc.title}</p>
<p class=" margin-top-14 f_weight_100 timedesin" {:style(['color'=>$sc['desc_txt_color']])}>{$sc.desc}</p>
<p class=" margin-top-20 f_weight_100">
<p class=" margin-top-14 f_weight_400 timedesin" {:style(['color'=>$sc['desc_txt_color']])}>{$sc.desc}</p>
<p class=" margin-top-20 f_weight_400">
<a href="{$sc.link}" class="timeblue"> {:lang_i18n('了解更多')} <img src="__IMAGES__/more-r.png"></a>
</p>
</div>
@@ -141,8 +141,8 @@
<img src="{$bs.image}">
<div class="position_a text_center">
<p class=" timetitle" {:style(['color'=>$bs['title_txt_color']])}>{$bs.title} </p>
<p class=" margin-top-14 f_weight_100 timedesin" {:style(['color'=>$bs['desc_txt_color']])}>{$bs.desc}</p>
<p class=" margin-top-20 f_weight_100">
<p class=" margin-top-14 f_weight_400 timedesin" {:style(['color'=>$bs['desc_txt_color']])}>{$bs.desc}</p>
<p class=" margin-top-20 f_weight_400">
<span class=" timeblue">
<a href="{$bs.link}">{:lang_i18n('了解更多')}<img src="__IMAGES__/more-r.png"></a>
</span>

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;