提交 76305136 authored 作者: matian's avatar matian

updates

上级 ed5aa1ce
...@@ -144,10 +144,10 @@ button:-moz-focusring, ...@@ -144,10 +144,10 @@ button:-moz-focusring,
height: auto; height: auto;
} }
::-webkit-input-placeholder { /* ::-webkit-input-placeholder {
color: inherit; color: inherit;
opacity: 0.54; opacity: 0.54;
} } */
::-webkit-file-upload-button { ::-webkit-file-upload-button {
-webkit-appearance: button; -webkit-appearance: button;
......
...@@ -25,13 +25,7 @@ import cAction from '@action' ...@@ -25,13 +25,7 @@ import cAction from '@action'
export default { export default {
name: 'leavex', name: 'leavex',
props: {
imgUrl: {},
leavheight: {
type: Number
},
imgUrlBg: {}
},
data() { data() {
var checkPhone = (rule, value, callback) => { var checkPhone = (rule, value, callback) => {
var reg = /^1[345789]\d{9}$/ var reg = /^1[345789]\d{9}$/
...@@ -132,6 +126,9 @@ export default { ...@@ -132,6 +126,9 @@ export default {
border-radius: 0px; border-radius: 0px;
padding: 0px; padding: 0px;
color: #333; color: #333;
&::placeholder {
color: #ccc;
}
} }
::v-deep .el-button { ::v-deep .el-button {
margin-top: 20px; margin-top: 20px;
......
...@@ -146,11 +146,7 @@ ...@@ -146,11 +146,7 @@
</div> </div>
</div> </div>
<!-- 模块五 --> <!-- 模块五 -->
<leavex <leavex />
:imgUrl="require('@/assets/images/mes1.png')"
:imgUrlBg="require('@/assets/images/mesbk.png')"
:leavheight="heightdy - 60"
/>
<!-- 模块六 --> <!-- 模块六 -->
<page-footer /> <page-footer />
</div> </div>
......
...@@ -213,16 +213,6 @@ ...@@ -213,16 +213,6 @@
</template> </template>
<div class="swiper-pagination" slot="pagination"></div> <div class="swiper-pagination" slot="pagination"></div>
</swiper> </swiper>
<!-- <div class="major-kc-wm-list" v-for="(item, index) in wmList" :key="index">
<div class="list-img">
<img :src="item.img" />
</div>
<div class="list-body">
<span class="font-size-18 nowrap">{{item.title}}</span>
<span class="font-size-14 wm-red">{{item.label}}</span>
<span class="font-size-14 max-width-180">{{item.main}}</span>
</div>
</div> -->
</div> </div>
</div> </div>
<div class="layout_com_page_banner major-kc-wm bg2" :style="{ 'min-height': 700 + 'px' }"> <div class="layout_com_page_banner major-kc-wm bg2" :style="{ 'min-height': 700 + 'px' }">
...@@ -249,18 +239,6 @@ ...@@ -249,18 +239,6 @@
</template> </template>
<div class="swiper-pagination" slot="pagination"></div> <div class="swiper-pagination" slot="pagination"></div>
</swiper> </swiper>
<!-- <div class="major-kc-wm-list" v-for="(item, index) in wmList" :key="index">
<div class="list-img">
<img :src="item.img" />
</div>
<div class="list-body">
<span class="font-size-18 nowrap title">{{item.title}}</span>
<span class="font-size-14 wm-red zs">{{item.label}}</span>
<template v-for="(sItem, sIndex) in item.main">
<span :key="sIndex+'-'+index" class="font-size-14 mian-txt">{{sItem}}</span>
</template>
</div>
</div> -->
</div> </div>
</div> </div>
<div class="layout_com_page_banner major-kc-sy" :style="{ 'min-height': 700 + 'px' }"> <div class="layout_com_page_banner major-kc-sy" :style="{ 'min-height': 700 + 'px' }">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论