我的代理 取消自动获取焦点

master
zsk 2 years ago
parent 5e0dbdab3b
commit c8883e54ce

@ -1806,7 +1806,7 @@ page {
padding-left: 12px;
box-sizing: border-box;
/* left: -10px; */
font-size: 16px;
font-size: 14px;
height: 40px !important;
font-weight: bold;
line-height: 40px !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -10,13 +10,14 @@
</view>-->
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
<i class="iconfont icon-sousuo"></i>
<swiper class="c9 f14" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
<text class="c9 f14" style="height: 40px;width:70px;line-height:42px">搜索职位</text>
<!-- <swiper class="c9 f14" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
<block wx:for="{{swiperTextList}}" wx:key="index">
<swiper-item catchtouchmove="modalMove">
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
</swiper-item>
</block>
</swiper>
</swiper> -->
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
<view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>

@ -18,12 +18,12 @@ page {
background-color: #f5f5f5;
}
.container {
/* position: relative; */
/* display: flex; */
height: 100vh;
width: 100%;
padding-bottom: 0 !important;
/* flex-direction: column; */
height: 100vh;
width: 100%;
padding-bottom: 0 !important;
background-image: url(https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/bgbmzs.png);
background-size: contain;
background-repeat: no-repeat;
}
#listBox {
@ -32,7 +32,7 @@ page {
/* background-color: #f5f5f5; */
/* background: linear-gradient(to bottom, #00B666, #fff) */
background: linear-gradient(#00B666 0%,#f5f5f5 15%);
/* background: linear-gradient(#00B666 0%,#f5f5f5 15%); */
/* display: none; */
/* width: 90%; */
}
@ -307,7 +307,7 @@ height: 746rpx;
position: relative;
letter-spacing:1px;
/* z-index: 999; */
background-color: var(--color-ysd);
/* background-color: var(--color-ysd); */
padding-bottom: 8px;
}
.navigatorBar .tabs {

Loading…
Cancel
Save