hookehuyr

解决方案移动端头部banner显示优化

<template>
<div class="hager-solution-index">
<hager-box :style="{backgroundColor: '#F5F6FB', height: !is_xs ? solution_box_height : solution_mini_height }">
<div v-if="!is_xs" class="hager-solution-top">
<hager-box v-if="!is_xs" :style="{backgroundColor: '#F5F6FB', height: !is_xs ? solution_box_height : solution_mini_height }">
<div class="hager-solution-top">
<el-row :gutter="20" style="display: flex;">
<el-col :span="8">
<div class="banner-text-wrapper">
......@@ -18,9 +18,9 @@
</el-col>
</el-row>
</div>
<img v-else :style="{ height: solution_mini_height, width: '100%' }" src="https://cdn.ipadbiz.cn/hager/banner/01.png">
<!-- <img v-else :style="{ height: solution_mini_height, width: '100%' }" src="https://cdn.ipadbiz.cn/hager/banner/01.png"> -->
</hager-box>
<hager-box class="box-n">
<hager-box :class="[!is_xs ? 'box-n' : '']">
<hager-h1 title="行业解决方案" sub="Industry Solutions" style="margin: 2rem 0 1rem;"></hager-h1>
<div>海格电气为建筑,能源,工业,基础设施等行业提供安全、稳定、可靠、智能的低压配电解决方案及KNX智能楼宇解决方案。</div>
<div v-if="!is_xs" class="hager-industry-solutions">
......