|
@@ -170,7 +170,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="home-qa">
|
|
|
+ <div class="home-qa" v-if="homeList3 !== []">
|
|
|
<div class="home-content">
|
|
|
<div class="home-title">咨询信息</div>
|
|
|
<div class="home-title-sub" @click="amodalFn">
|
|
@@ -434,7 +434,7 @@ export default {
|
|
|
border-color: #526eea !important;
|
|
|
color: #fff !important;
|
|
|
// width: 150px;
|
|
|
- width: 500px !important;
|
|
|
+ width: 80% !important;
|
|
|
height: 200px !important;
|
|
|
font-size: 60px !important;
|
|
|
}
|
|
@@ -463,9 +463,6 @@ export default {
|
|
|
.ant-btn-primary {
|
|
|
height: 200px;
|
|
|
}
|
|
|
-.ant-modal-title {
|
|
|
- // font-size: 80px !important;
|
|
|
-}
|
|
|
|
|
|
.van-nav-bar {
|
|
|
background-color: #1f1d29 !important;
|
|
@@ -510,5 +507,7 @@ export default {
|
|
|
}
|
|
|
.ant-modal-footer{
|
|
|
border-top: 0 !important;
|
|
|
+ padding-bottom: 300px;
|
|
|
+
|
|
|
}
|
|
|
</style>
|