| | |
| | | <template> |
| | | <div class="custom-footer"> |
| | | <el-row justify="center"> |
| | | <!-- <el-row justify="center"> |
| | | <el-select |
| | | v-for="(item,index) in selectList" |
| | | v-model="item.value" |
| | |
| | | :value="item.value" |
| | | /> |
| | | </el-select> |
| | | </el-row> |
| | | </el-row> --> |
| | | <el-row> |
| | | <el-text class="text-white font-medium text-default"> |
| | | ©2025 深圳市企鹅网络科技有限公司 粤ICP备15026064号 粤公网安备 44030502007327 号 |
| | |
| | | <style scoped> |
| | | .custom-footer { |
| | | width: 100%; |
| | | min-height: 185px !important; |
| | | min-height: 60px !important; |
| | | display: flex; |
| | | padding: 20px; |
| | | flex-direction: column; |
| | |
| | | align-items: center; |
| | | background-color: #007AFF; |
| | | margin-top: 30px; |
| | | /* background-image: url('@/assets/images/test.png'); */ |
| | | background-image: url('@/assets/images/footerBg.png'); |
| | | background-repeat: no-repeat, no-repeat, repeat; /* 分别设置 */ |
| | | background-size: cover; |
| | | } |
| | | :deep(.el-select__wrapper) { |
| | | min-height: 44px; |