This commit is contained in:
duanxiaohai 2024-08-23 10:58:35 +08:00
parent 60b27946ca
commit 80a7feafb0
2 changed files with 35 additions and 63 deletions

View File

@ -8,10 +8,14 @@
<div id="date-display"></div>
<div id="clock" style="margin-top: 4px">加载中...</div>
</div>
<!-- <div class="back" @click="back()">
<div
class="back"
@click="back()"
v-if="routers.path == '/home/index/table/details'"
>
<img src="@/assets/person/back.png" alt="" />
<p>返回</p>
</div> -->
</div>
<div class="header-menu">
<div class="header-menu-item header-menu-left">
<div
@ -385,32 +389,32 @@ onMounted(() => {
// background-color: rgba(17, 44, 78, 0.9);
background: url("../assets/bgImg.png") no-repeat 0/100% 100%;
}
// .back {
// box-sizing: border-box;
// position: fixed;
// width: 88px;
// height: 36px;
// top: 90px;
// left: 45px;
// background: url("../../assets/person/back_bg.png") no-repeat;
// background-size: 100% 100%;
// background-color: #0d4378;
// border-radius: 36px;
// display: flex;
// align-items: center;
// padding: 10px 16px;
// z-index: 10000;
// cursor: pointer;
// img {
// width: 17px;
// height: 16px;
// }
// p {
// margin-left: 5px;
// font-weight: 400;
// font-size: 16px;
// color: #b5eaff;
// line-height: 22px;
// }
// }
.back {
box-sizing: border-box;
position: fixed;
width: 88px;
height: 36px;
top: 90px;
left: 45px;
background: url("../../assets/person/back_bg.png") no-repeat;
background-size: 100% 100%;
background-color: #0d4378;
border-radius: 36px;
display: flex;
align-items: center;
padding: 10px 16px;
z-index: 10000;
cursor: pointer;
img {
width: 17px;
height: 16px;
}
p {
margin-left: 5px;
font-weight: 400;
font-size: 16px;
color: #b5eaff;
line-height: 22px;
}
}
</style>

View File

@ -1,9 +1,5 @@
<template>
<div class="module">
<div class="back" @click="back()">
<img src="@/assets/person/back.png" alt="" />
<p>返回</p>
</div>
<div class="displayFlex left_bg">
<div class="bt_title">
<div class="yd_title">
@ -1629,7 +1625,6 @@ onMounted(() => {
}
});
</script>
<style lang="scss" scoped>
.module {
width: 100%;
@ -1639,34 +1634,7 @@ onMounted(() => {
justify-content: space-between;
padding: 10px 45px;
box-sizing: border-box;
.back {
box-sizing: border-box;
position: fixed;
width: 88px;
height: 36px;
top: 90px;
left: 45px;
background: url("../../assets/person/back_bg.png") no-repeat;
background-size: 100% 100%;
background-color: #0d4378;
border-radius: 36px;
display: flex;
align-items: center;
padding: 10px 16px;
z-index: 10001;
cursor: pointer;
img {
width: 17px;
height: 16px;
}
p {
margin-left: 5px;
font-weight: 400;
font-size: 16px;
color: #b5eaff;
line-height: 22px;
}
}
.displayFlex {
height: 100%;
display: flex;