样式优化
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<form action="{:url('article/index', ['pid' => $Request.param.pid])}" method="get" autocomplete="off">
|
<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="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}">
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{notempty name="articles"}
|
{notempty name="articles"}
|
||||||
|
|||||||
@@ -101,8 +101,8 @@
|
|||||||
<a href="{$sc.link}"><img src="{$sc.image}" /></a>
|
<a href="{$sc.link}"><img src="{$sc.image}" /></a>
|
||||||
<div class="position_a text_center wow animated bounceInLeft">
|
<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="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-14 f_weight_400 timedesin" {:style(['color'=>$sc['desc_txt_color']])}>{$sc.desc}</p>
|
||||||
<p class=" margin-top-20 f_weight_100">
|
<p class=" margin-top-20 f_weight_400">
|
||||||
<a href="{$sc.link}" class="timeblue"> {:lang_i18n('了解更多')} <img src="__IMAGES__/more-r.png"></a>
|
<a href="{$sc.link}" class="timeblue"> {:lang_i18n('了解更多')} <img src="__IMAGES__/more-r.png"></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,8 +141,8 @@
|
|||||||
<img src="{$bs.image}">
|
<img src="{$bs.image}">
|
||||||
<div class="position_a text_center">
|
<div class="position_a text_center">
|
||||||
<p class=" timetitle" {:style(['color'=>$bs['title_txt_color']])}>{$bs.title} </p>
|
<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-14 f_weight_400 timedesin" {:style(['color'=>$bs['desc_txt_color']])}>{$bs.desc}</p>
|
||||||
<p class=" margin-top-20 f_weight_100">
|
<p class=" margin-top-20 f_weight_400">
|
||||||
<span class=" timeblue">
|
<span class=" timeblue">
|
||||||
<a href="{$bs.link}">{:lang_i18n('了解更多')}<img src="__IMAGES__/more-r.png"></a>
|
<a href="{$bs.link}">{:lang_i18n('了解更多')}<img src="__IMAGES__/more-r.png"></a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -40,6 +40,9 @@
|
|||||||
}
|
}
|
||||||
.download-right {
|
.download-right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.download-right .down-gray {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
.down-btn {
|
.down-btn {
|
||||||
@@ -64,7 +67,10 @@
|
|||||||
.download-right {
|
.download-right {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 0.64rem;
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
|
.download-right .down-gray {
|
||||||
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.down-btn {
|
.down-btn {
|
||||||
|
|||||||
@@ -1528,7 +1528,7 @@ video img {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.product_list .img-responsive a{
|
.product_list .img-responsive a{
|
||||||
@@ -1543,6 +1543,7 @@ video img {
|
|||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
.oricoEGapp-catelists .m_Container .product_list .img-responsive .title{
|
.oricoEGapp-catelists .m_Container .product_list .img-responsive .title{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -2596,10 +2597,15 @@ video img {
|
|||||||
.Multi_color ul {
|
.Multi_color ul {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0.65rem;
|
margin-top: 0.65rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.Multi_color .S-small-img {
|
.Multi_color .S-small-img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.3rem;
|
width: 1.3rem;
|
||||||
|
margin: 0 1%;
|
||||||
}
|
}
|
||||||
.cricle {
|
.cricle {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -3672,16 +3678,15 @@ video::-webkit-media-controls-current-time-display {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #0060ff;
|
background: #0060ff;
|
||||||
height: 2rem;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 0 0.5rem;
|
padding: 0.75rem 0;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
width: 22%;
|
||||||
}
|
}
|
||||||
.search_box .search {
|
.search_box .search {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
height: 2rem;
|
padding: 0.75rem 0;
|
||||||
line-height: 2.875rem;
|
|
||||||
border: 1px solid #dbdbdb !important;
|
border: 1px solid #dbdbdb !important;
|
||||||
border-radius: 1.5rem !important;
|
border-radius: 1.5rem !important;
|
||||||
text-indent: 0.5rem;
|
text-indent: 0.5rem;
|
||||||
@@ -3693,7 +3698,7 @@ video::-webkit-media-controls-current-time-display {
|
|||||||
}
|
}
|
||||||
.search_box .search_icon {
|
.search_box .search_icon {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
padding: 0.6rem 0;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
|
|||||||
@@ -162,6 +162,7 @@
|
|||||||
color: #004bfa;
|
color: #004bfa;
|
||||||
background-color: rgba(0, 75, 250, 0.05);
|
background-color: rgba(0, 75, 250, 0.05);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
.orico_Page_download .downloadMain .page-box {
|
.orico_Page_download .downloadMain .page-box {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user