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 {
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
<u-icon name="arrow-left" color="#000" size="24"></u-icon>
|
||||
</view>
|
||||
<!-- <view class="logo">logo</view> -->
|
||||
<view class="name">{{ navName }}</view>
|
||||
<view class="name">
|
||||
{{ navName }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
|
||||
></up--image>
|
||||
</view>
|
||||
<view class="name">{{ navName }}</view>
|
||||
<view class="name">
|
||||
{{ navName }}
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@@ -54,6 +57,15 @@
|
||||
margin-left: 16rpx;
|
||||
font-size: 30rpx;
|
||||
color: #111827;
|
||||
position: relative;
|
||||
.navbg{
|
||||
position: absolute;
|
||||
z-index:-1;
|
||||
top:10rpx;
|
||||
left:18rpx;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.search {
|
||||
|
||||
@@ -11,7 +11,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 class="search">
|
||||
<view class="searchwrap">
|
||||
@@ -34,6 +43,7 @@
|
||||
import { ref, watch} from "vue";
|
||||
import headImg from "@/static/headImg.png";
|
||||
import logoImg from "@/static/logo.png";
|
||||
import navbg from "@/static/navbg.png"
|
||||
import navTo from "@/utils/navTo.js";
|
||||
import { onShow,onLoad } from "@dcloudio/uni-app";
|
||||
const userHeadImg = ref('');
|
||||
@@ -135,6 +145,15 @@ onLoad(()=>{
|
||||
margin-left: 16rpx;
|
||||
font-size: 30rpx;
|
||||
color: #111827;
|
||||
position: relative;
|
||||
.navbg{
|
||||
position: absolute;
|
||||
z-index:-1;
|
||||
top:10rpx;
|
||||
left:18rpx;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.search {
|
||||
|
||||
@@ -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 class="search">
|
||||
<view class="searchwrap">
|
||||
@@ -37,6 +46,7 @@
|
||||
import { ref, watch,defineEmits} from "vue";
|
||||
import headImg from "@/static/headImg.png";
|
||||
import logoImg from "@/static/logo.png";
|
||||
import navbg from "@/static/navbg.png"
|
||||
import { onShow,onLoad } from "@dcloudio/uni-app";
|
||||
import navTo from "@/utils/navTo.js";
|
||||
const keyWord = ref('');
|
||||
@@ -130,6 +140,9 @@ const search=()=>{
|
||||
rgba(255, 255, 255, 0) 100%
|
||||
);
|
||||
}
|
||||
:deep(.u-image){
|
||||
background: none!important;
|
||||
}
|
||||
.namebox {
|
||||
padding-top: 102rpx;
|
||||
margin: 0rpx 30rpx 0rpx;
|
||||
@@ -142,6 +155,15 @@ const search=()=>{
|
||||
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