xg
This commit is contained in:
parent
c000f675c2
commit
caf825b2b6
@ -4,7 +4,7 @@
|
||||
<view class="" v-if="status==1">
|
||||
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
|
||||
inactive-color='#fff' active-color='#fff'></u-tabs>
|
||||
<view class="inputs" style="width: 90%;height: 60rpx;transform: none;margin: 20rpx auto;">
|
||||
<view class="inputs">
|
||||
<i class="icon"></i>
|
||||
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
||||
</view>
|
||||
@ -306,6 +306,7 @@
|
||||
height: 240rpx;
|
||||
margin: 10rpx auto;
|
||||
background: #F6F6F6;
|
||||
border-radius: 10rpx;
|
||||
|
||||
.time {
|
||||
width: 100%;
|
||||
@ -368,18 +369,17 @@
|
||||
|
||||
.inputs {
|
||||
background-color: #fff;
|
||||
width: 65%;
|
||||
// height: 60rpx;
|
||||
// border: 1px solid #F6F6F6;
|
||||
height: 0rpx;
|
||||
border-radius: 5rpx;
|
||||
background-color: #ffffff;
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: #F6F6F6;
|
||||
border-radius: 38rpx;
|
||||
border-radius: 10rpx;
|
||||
width: 96%;
|
||||
height: 60rpx;
|
||||
transform: none;
|
||||
margin: 20rpx auto;
|
||||
|
||||
.input {
|
||||
margin: 0 auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user