去除冗余

master
许宏杰 1 year ago
parent 67775f05f5
commit ac1c3d060c

@ -1,7 +1,7 @@
div{
/* div{
font-family: 'PingFang-SC-Medium';
}
} */
/* 上有标题栏、下有菜单栏的内容 */
.main-center {
width: 100%;
@ -222,7 +222,7 @@ div{
}
.cell-map-point {
position: absolute;
width: 0.3rem;
width: 0.28rem;
height: 0.3rem;
/* border-radius: 0.3rem;
background-color: #2487ff; */

@ -1,42 +1,9 @@
@font-face {
font-family: 'DIN-BlackItalic';
src: url('../css/font/DIN-BlackItalic.otf');
}
@font-face {
font-family: 'D-DIN-Bold';
src: url('../css/font/D-DIN-Bold.otf');
}
@font-face {
font-family: 'Digital';
src: url('../css/font/DS-Digital.TTF');
}
@font-face {
font-family: 'YouSheBiaoTiHei-Bold';
src: url('../css/font/YouSheBiaoTiHei.ttf');
}
@font-face {
font-family: 'AlibabaPuHuiTi-Medium';
src: url('../css/font/siyuan-Medium.otf');
}
@font-face {
font-family: 'AlibabaPuHuiTi-Regular';
src: url('../css/font/siyuan-Regular.otf');
}
@font-face {
font-family: 'DIN-BlackItali';
src: url('../css/font/DIN-BlackItalic.otf');
}
@font-face {
font-family: 'PingFang-SC-Bold';
src: url('../css/font/DIN CONDENSED BOLD.TTF');
}
@font-face {
font-family: 'PingFang-SC-Medium';
src: url('../css/font/PingFang Medium.ttf');
}
@font-face {
font-family: 'PingFang-SC-Regular';
src: url('../css/font/PingFang Regular.ttf');
}

@ -134,7 +134,6 @@ export default {
forbidClick: true,
})
api.getChecksinfo(id).then((res) => {
// console.log(res)
this.checksinfo = res.data
document.title = this.checksinfo.enterpriseName || '企业' //
@ -217,7 +216,7 @@ div {
.item-title {
width: 1.8rem;
flex-wrap: nowrap;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.21rem;
color: #666666;
@ -226,7 +225,7 @@ div {
}
.item-value {
flex: 1;
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 0.22rem;
color: #333333;
@ -245,7 +244,7 @@ div {
.item-title {
width: 1.8rem;
flex-wrap: nowrap;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.21rem;
color: #666666;
@ -273,7 +272,6 @@ div {
background: url('~@/assets/image/vxEwm/value-nei-bg.png');
background-size: 100% 100%;
span {
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 0.19rem;
color: #ffffff;
@ -281,7 +279,6 @@ div {
}
}
.value-title {
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.21rem;
color: #333333;

@ -170,7 +170,6 @@ export default {
color: #feffff;
font-weight: bold;
text-shadow: 0px 0px 0px #0e50b4;
font-family: 'PingFang-SC-Regular';
}
.download-btn {
margin-top: 0.1rem;

@ -12,7 +12,7 @@
<div class="tab-line" v-show="active == index"></div>
</div>
</div>
<div class="container-box" ref="targetElement">
<div class="container-box" ref="targetElement2">
<div class="timer-shaft" v-if="active == 0">
<div class="timer-item">
<div class="circle" style="top: 0.08rem">
@ -212,7 +212,13 @@
<van-divider />
<div class="list-item">
<div class="item-title">法人联系人</div>
<div class="item-value">{{ parkList.legalPersonPhone }}</div>
<div class="item-value">
<a
:href="'tel:' + parkList.legalPersonPhone"
style="color: #177fd4; text-decoration: underline"
>{{ parkList.legalPersonPhone }}</a
>
</div>
</div>
<van-divider />
<div class="list-item">
@ -379,9 +385,11 @@ export default {
if (this.active == index) return
this.active = index
//
this.$refs.targetElement.scrollTo({
top: 0,
behavior: 'smooth', // 使
this.$nextTick(() => {
this.$refs.targetElement2.scrollTo({
top: 0,
behavior: 'smooth', // 使
})
})
},
//
@ -699,7 +707,7 @@ img {
.item-title {
width: 1.8rem;
flex-wrap: nowrap;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.21rem;
color: #666666;
@ -707,7 +715,7 @@ img {
}
.item-value {
flex: 1;
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 0.22rem;
color: #333333;
@ -756,7 +764,7 @@ img {
.item-top {
background: #ffffff;
padding: 0.32rem 0.42rem;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.24rem;
color: #333333;
@ -769,7 +777,7 @@ img {
display: flex;
align-items: center;
justify-content: space-between;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 0.21rem;
color: #666666;

@ -112,7 +112,6 @@ export default {
color: #feffff;
font-weight: bold;
text-shadow: 0px 0px 0px #0e50b4;
font-family: 'PingFang-SC-Regular';
}
.download-btn {
margin-top: 0.1rem;

@ -146,7 +146,7 @@ div {
background-size: 100% 100%;
}
/deep/ .van-list {
height: calc(100% - 1.3rem);
height: calc(100% - 1.4rem);
overflow-y: auto;
border-radius: 16px;
}
@ -167,7 +167,6 @@ div {
font-size: 0.24rem;
font-weight: bold;
color: #333333;
font-family: 'PingFang-SC-Regular';
white-space: nowrap; /* 让文本只显示在一行 */
overflow: hidden; /* 隐藏溢出部分 */
text-overflow: ellipsis; /* 显示省略号 */

@ -446,7 +446,6 @@ div {
color: #666666;
}
.num-data {
font-weight: bold;
font-size: 0.4rem;
color: #333333;
font-family: 'PingFang-SC-Bold';
@ -496,7 +495,6 @@ div {
display: flex;
align-items: center;
.num {
font-weight: bold;
font-size: 0.4rem;
font-family: 'PingFang-SC-Bold';
}
@ -583,7 +581,6 @@ div {
display: flex;
align-items: center;
.data-num {
font-weight: bold;
font-size: 0.4rem;
font-family: 'PingFang-SC-Bold';
}

@ -265,10 +265,12 @@ export default {
changeTab(name, index) {
if (this.active == index) return
this.active = index
//
this.$refs.targetElement.scrollTo({
top: 0,
behavior: 'smooth', // 使
this.$nextTick(() => {
//
this.$refs.targetElement.scrollTo({
top: 0,
behavior: 'smooth', // 使
})
})
},
//

Loading…
Cancel
Save