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

master
zsk 2 years ago
parent 5e0dbdab3b
commit c8883e54ce

@ -1806,7 +1806,7 @@ page {
padding-left: 12px; padding-left: 12px;
box-sizing: border-box; box-sizing: border-box;
/* left: -10px; */ /* left: -10px; */
font-size: 16px; font-size: 14px;
height: 40px !important; height: 40px !important;
font-weight: bold; font-weight: bold;
line-height: 40px !important; 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>-->
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch"> <view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
<i class="iconfont icon-sousuo"></i> <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"> <block wx:for="{{swiperTextList}}" wx:key="index">
<swiper-item catchtouchmove="modalMove"> <swiper-item catchtouchmove="modalMove">
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view> <view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
</swiper-item> </swiper-item>
</block> </block>
</swiper> </swiper> -->
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> --> <!-- <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="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> <view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>

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

Loading…
Cancel
Save