提交
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
||||
};
|
||||
|
||||
const tab = ref("person"); // person intermediary more
|
||||
|
||||
|
||||
computed(() => {
|
||||
if (props['intermediary'] == 1) tab = "intermediary"
|
||||
else tab = "person"
|
||||
@@ -152,6 +152,19 @@ export default {
|
||||
.about-list-item {
|
||||
padding: 30px 0;
|
||||
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: -22px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: rgba(80, 227, 194, 1);
|
||||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px dashed #ebebeb;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,9 @@ export default {
|
||||
let that = this
|
||||
let info = this.info
|
||||
|
||||
if (!info['latitude']) {
|
||||
console.log("info['latitude']", info['latitude']);
|
||||
|
||||
if (info['latitude']) {
|
||||
this.latlng = {
|
||||
longitude: info['longitude'],
|
||||
latitude: info['latitude'],
|
||||
|
||||
@@ -48,6 +48,7 @@ export default {
|
||||
|
||||
.container-header-bj {
|
||||
width: 100vw;
|
||||
min-width: 1200px;
|
||||
height: 260px;
|
||||
background-image: url('@/assets/img/edit/bj-img1920.png');
|
||||
background-repeat: no-repeat;
|
||||
@@ -62,6 +63,7 @@ export default {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 100vw;
|
||||
min-width: 1200px;
|
||||
max-width: 1920px;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.698039215686274);
|
||||
@@ -70,7 +72,7 @@ export default {
|
||||
|
||||
.header-nav {
|
||||
height: 46px;
|
||||
max-width: 1200px;
|
||||
width: 1200px;
|
||||
justify-content: flex-end;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
@@ -112,7 +114,7 @@ export default {
|
||||
.logo-box {
|
||||
position: relative;
|
||||
margin: 21px auto 0;
|
||||
max-width: 1200px;
|
||||
width: 1200px;
|
||||
z-index: 1;
|
||||
|
||||
.logo-icon {
|
||||
|
||||
Reference in New Issue
Block a user