Compare commits

..

No commits in common. "8ef61ca63d816e54a3b35fd6ee4fc4188834c395" and "ff96edad3b5813fec1c4737103b599631b52affe" have entirely different histories.

4 changed files with 0 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,5 @@
<template> <template>
<div class="person-container"> <div class="person-container">
<div class="person-container-bj"></div>
<div class="person-content"> <div class="person-content">
<div class="person-side"> <div class="person-side">
<div class="my-label"> <div class="my-label">
@ -495,14 +494,6 @@ onMounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.person-container-bj {
width: 100%;
height: 241px;
background: url("../../assets/person/bg1.png") no-repeat;
background-size: 100% 100%;
position: absolute;
top: 20%;
}
.person-container { .person-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -559,13 +550,6 @@ onMounted(() => {
cursor: pointer; cursor: pointer;
z-index: 5; z-index: 5;
font-family: YouSheBiaoTiHei;
font-size: 20px;
text-shadow: 0px 2px 4px rgba(28, 68, 63, 0.5);
text-align: left;
font-style: normal;
&:nth-of-type(1) { &:nth-of-type(1) {
top: 70px; top: 70px;
left: 70px; left: 70px;
@ -609,7 +593,6 @@ onMounted(() => {
&:hover { &:hover {
background: url("../../assets/person/tag-active.png") no-repeat; background: url("../../assets/person/tag-active.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
color: #00fffc;
} }
} }
@ -700,10 +683,6 @@ onMounted(() => {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
p {
font-weight: 500;
font-size: 18px;
}
} }
} }
} }