| @@ -58,7 +58,7 @@ | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div class="footer"> | |||||
| <div :class="{'footer':xsgsList.length < 9 , 'footer2':xsgsList.length > 8}"> | |||||
| {{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}} | {{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}} | ||||
| </div> | </div> | ||||
| <img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode"> | <img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode"> | ||||
| @@ -261,5 +261,12 @@ | |||||
| color: #3f3d56; | color: #3f3d56; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| .footer2{ | |||||
| width: 100%; | |||||
| font-size: 22px; | |||||
| color: #3f3d56; | |||||
| text-align: center; | |||||
| margin-top: 15PX; | |||||
| } | |||||
| } | } | ||||
| </style> | </style> | ||||