111
This commit is contained in:
@@ -14,7 +14,16 @@
|
||||
|
||||
></up--image>
|
||||
</view>
|
||||
<view class="name">{{ navName }}</view>
|
||||
<view class="name">
|
||||
{{ navName }}
|
||||
<view class="navbg">
|
||||
<up--image
|
||||
:src="navbg"
|
||||
width="100rpx"
|
||||
height="31rpx"
|
||||
></up--image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@@ -22,6 +31,7 @@
|
||||
|
||||
<script setup>
|
||||
import logoImg from "@/static/logo.png";
|
||||
import navbg from "@/static/navbg.png"
|
||||
const props = defineProps({
|
||||
navName: {
|
||||
type: String,
|
||||
@@ -78,6 +88,15 @@ const goBack = () => {
|
||||
margin-left: 16rpx;
|
||||
font-size: 30rpx;
|
||||
color: #111827;
|
||||
position: relative;
|
||||
.navbg{
|
||||
position: absolute;
|
||||
z-index:-1;
|
||||
top:10rpx;
|
||||
left:18rpx;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.search {
|
||||
|
||||
Reference in New Issue
Block a user