#
whycq
2023-02-13 1bea37073f305929215bf2c3f28e2263acb6fc20
#
2个文件已修改
28 ■■■■■ 已修改文件
pages/pakin/matSelect.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/app.less 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/matSelect.vue
@@ -1,8 +1,12 @@
<template>
    <view class="uni-input">
        <uni-search-bar @confirm="" @input="" bgColor="#FFF"/>
    </view>
</template>
<script>
</script>
<style>
<style lang="less">
    @import "../../static/css/app.less";
</style>
static/css/app.less
@@ -65,3 +65,25 @@
    background-color: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ;
}
// 输入框
.uni-input {
    min-height: 80rpx;
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
    position: fixed;
    top: 100px;
    left: 0;
}
 // #ifdef APP-PLUS
    .uni-input {
        min-height: 80rpx;
        width: 100%;
        background-color: #f8f8f8;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
        position: fixed;
        top: 0;
        left: 0;
    }
    // #endif