按钮样式修改

This commit is contained in:
2024-03-21 10:45:53 +08:00
parent edfbf2b48d
commit 673f6596d6
18 changed files with 380 additions and 268 deletions

View File

@@ -2,7 +2,7 @@
<view class="header">
<span @tap="goBack" class="iconfont icon_back">&#xe6db;</span>
<span class="page_name">{{title}}</span>
<span @tap="backHome" class="iconfont icon_home" :class="{'vhide': show1 === false}">&#xe69b;</span>
<span @tap="backHome" class="iconfont icon_home" :class="{'vhide': show === false}">&#xe69b;</span>
</view>
</template>
@@ -22,7 +22,7 @@
type: Boolean,
default: false
},
show1: {
show: {
type: Boolean,
default: true
}

View File

@@ -129,14 +129,14 @@
@import '../common/style/mixin.styl';
.search_wraper
position relative
_wh(100%, 70rpx)
_wh(100%, 80rpx)
.search_input
padding-right: 160rpx;
.buttons_wraper
position absolute
top 0
right 10rpx
_wh(auto, 70rpx)
_wh(auto, 80rpx)
_fj(flex-end)
.icon_scan_active
color $red

View File

@@ -99,12 +99,12 @@
@import '../common/style/mixin.styl';
.search_wraper
position relative
_wh(100%, 70rpx)
_wh(100%, 80rpx)
.search_input
padding-right: 160rpx;
.buttons_wraper
position absolute
top 0
right 0
_wh(auto, 70rpx)
_wh(auto, 80rpx)
</style>

View File

@@ -74,14 +74,14 @@
@import '../common/style/mixin.styl';
.search_wraper
position relative
_wh(100%, 70rpx)
_wh(100%, 80rpx)
.search_input
padding-right: 160rpx;
.buttons_wraper
position absolute
top 0
right 10rpx
_wh(auto, 70rpx)
_wh(auto, 80rpx)
_fj(flex-end)
.icon_scan_active
color $red