This commit is contained in:
lmj
2022-10-10 16:05:25 +08:00
parent e87fc494d1
commit ae8000bbfa
2 changed files with 10 additions and 9 deletions

View File

@@ -213,8 +213,9 @@
.xindex-case { .xindex-case {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
width: 33.33%; width: 30.33%;
padding-right: 20px; margin-right: 20px;
// padding-right: 20px;
} }
.xindex-qa { .xindex-qa {
@@ -490,7 +491,7 @@
} }
.xindex-case { .xindex-case {
padding-right: 20px; // padding-right: 20px;
} }
// .boe-index{ // .boe-index{
// width: 235px; // width: 235px;
@@ -530,7 +531,7 @@
width: 200px; width: 200px;
height: 169px; height: 169px;
top:20px; top:20px;
left:20px; left:25px;
padding: 17px; padding: 17px;
.time-one{ .time-one{
padding:3px 3px; padding:3px 3px;
@@ -728,7 +729,7 @@
} }
.xindex-case { .xindex-case {
padding-right: 20px; // padding-right: 20px;
} }
.case-inter{ .case-inter{
@@ -754,7 +755,7 @@
width: 290px; width: 290px;
height: 250px; height: 250px;
top:30px; top:30px;
left:30px; left:15px;
padding: 20px; padding: 20px;
.time-one{ .time-one{
padding:3px 10px; padding:3px 10px;
@@ -947,7 +948,7 @@
} }
.xindex-case { .xindex-case {
padding-right: 30px; // padding-right: 30px;
} }
.case-inter{ .case-inter{
@@ -1162,7 +1163,7 @@
height:188px; height:188px;
} }
.xindex-case { .xindex-case {
padding-right: 30px; // padding-right: 30px;
} }
.case-inter{ .case-inter{

View File

@@ -281,7 +281,7 @@
:sex="article.authorInfo.sex"></author-img> :sex="article.authorInfo.sex"></author-img>
<span <span
style="color: #6E7B84;font-size: 14px;margin:6px 13px 0 10px;">{{article.authorInfo.name}}</span> style="color: #6E7B84;font-size: 14px;margin:6px 13px 0 10px;">{{article.authorInfo.name}}</span>
<interactBar :type="2" :readonly="true" :data="article" :views="false"></interactBar> <interactBar :type="2" :readonly="true" :data="article" :views="false" :shares="false"></interactBar>
</div> </div>
<div><span class="article-info-time">{{ article.sysCreateTime.substring(0, 10) }}</span></div> <div><span class="article-info-time">{{ article.sysCreateTime.substring(0, 10) }}</span></div>
</div> </div>