全局样式

This commit is contained in:
2023-05-10 15:32:25 +08:00
parent a52efffb8a
commit afb5c0be4c
6 changed files with 42 additions and 34 deletions

View File

@@ -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()">&nbsp;&nbsp;</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>