|
|
@@ -45,7 +45,7 @@ |
|
|
|
<p class="content">{{ item.news.detailText }}</p>
|
|
|
|
</div>
|
|
|
|
<div class="btn">
|
|
|
|
<el-button plain class="more" size="small" @click="routerToMate">MORE</el-button>
|
|
|
|
<el-button plain class="more more1" size="small" @click="routerToMate">MORE</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="yyzrbimg lr" >
|
|
|
@@ -210,9 +210,6 @@ export default { |
|
|
|
#hot, #daliay {
|
|
|
|
width: 100%;
|
|
|
|
background: #E3E5EA;
|
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
|
|
|
// justify-content: center;
|
|
|
|
padding: 25px 0;
|
|
|
|
.content {
|
|
|
|
width: 1200px;
|
|
|
@@ -315,8 +312,6 @@ export default { |
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
.more {
|
|
|
|
// position: absolute;
|
|
|
|
// left: 0px;
|
|
|
|
background: none !important;
|
|
|
|
border: 1px solid #00F6BD;
|
|
|
|
opacity: 0.8;
|
|
|
@@ -324,6 +319,10 @@ export default { |
|
|
|
color: #00F6BD;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.more:hover {
|
|
|
|
border: 1px solid #088669;
|
|
|
|
color: #088669;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -405,6 +404,10 @@ export default { |
|
|
|
border-radius: 4px;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.more1:hover {
|
|
|
|
border: 1px solid #202020;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.yyzrbimg {
|
|
|
|