全局样式
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="search-item search-item1">
|
||||
<view class="search-item flexend">
|
||||
<button class="confirm-button" @tap="toSearch()">刷 新</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -336,15 +336,12 @@
|
||||
z-index 99
|
||||
.addHeight
|
||||
transition height .2s linear
|
||||
height 315px
|
||||
height 215px /** 35*4+ 15*5 */
|
||||
.delHeight
|
||||
transition height .2s linear
|
||||
height 0
|
||||
.search-item
|
||||
width 42%
|
||||
&:nth-child(1)
|
||||
margin-right 10px
|
||||
.search-item1
|
||||
width calc(16% - 10px)
|
||||
justify-content flex-end
|
||||
// .search-item
|
||||
// width 42%
|
||||
// &:nth-child(1)
|
||||
// margin-right 10px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user