|
@@ -29,9 +29,7 @@
|
|
|
<el-col :span="24" class="other_2">{{ info.brief }}</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="bottom1">
|
|
|
- <el-button @click="toView(info)" type="primary" size="small"
|
|
|
- >查看详情</el-button
|
|
|
- >
|
|
|
+ <el-button @click="toView(info)" type="primary">查看详情</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
@@ -352,7 +350,7 @@ const toView = async (item) => {
|
|
|
.two_1_1_1 {
|
|
|
border-radius: 5px;
|
|
|
padding: 0 20px;
|
|
|
- height: 495px;
|
|
|
+ height: 520px;
|
|
|
background: rgb(248, 248, 248);
|
|
|
.top1 {
|
|
|
margin: 30px 0 0 0;
|
|
@@ -379,9 +377,9 @@ const toView = async (item) => {
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.other_2 {
|
|
|
- line-height: 24px;
|
|
|
+ line-height: $global-font-size-18;
|
|
|
font-size: $global-font-size-18;
|
|
|
- height: 66px;
|
|
|
+ height: 80px;
|
|
|
overflow: hidden;
|
|
|
color: #1d1e20;
|
|
|
text-align: justify;
|
|
@@ -401,7 +399,7 @@ const toView = async (item) => {
|
|
|
.list {
|
|
|
.image {
|
|
|
width: 100%;
|
|
|
- height: 185px;
|
|
|
+ height: 190px;
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.other {
|