大屏标题修改

This commit is contained in:
13713575202 2025-04-18 11:54:55 +08:00
parent d99a2c6af4
commit 9eac2572b6
2 changed files with 7 additions and 6 deletions

View File

@ -28,7 +28,8 @@
</template>
</div>
<div class="title txt-ellipsis clamp1">{{ topTitle }}</div>
<!-- <div class="title txt-ellipsis clamp1">{{ topTitle }}</div> -->
<div class="title txt-ellipsis clamp1">{{ '农业产业政务云平台' }}</div>
<div class="b-nav-r">
<template v-for="(m, indexm) in navlist" :key="m.name">
<div
@ -169,7 +170,7 @@ div {
width: 300px;
line-height: 38px;
text-align: center;
font-size: 18px;
font-size: 22px;
font-weight: bold;
transform: skewX(-8deg);
background: linear-gradient(to bottom, '#ff7e5f', '#548fff');

View File

@ -60,7 +60,7 @@
<div class="home-index-top-warp">
<div class="home-index-top" :style="{ 'background-image': 'url(' + getAssetsFile('images/vsualized/home/hometopbg.png') + ')' }">
<div class="home-data-p">
<h3 class="home-title">耿马县农产品销售情况</h3>
<!-- <h3 class="home-title">耿马县农产品销售情况</h3> -->
<div class="home-data-top">1284.624</div>
<div class="home-data-contrast">
<span class="tips">同比去年</span>
@ -109,7 +109,7 @@ let rollDataList = reactive([
.data-home-index {
.home-index-top-warp {
position: fixed;
top: 0;
top: 48px;
left: 0;
width: 100%;
height: 120px;
@ -126,7 +126,7 @@ let rollDataList = reactive([
.home-data-p {
position: absolute;
left: 0;
top: -12px;
top: 13px;
width: 100%;
}
.home-title {
@ -145,7 +145,7 @@ let rollDataList = reactive([
font-weight: bold;
color: #fff;
letter-spacing: 8px;
margin-top: 9px;
margin-bottom: 10px;
}
.home-data-contrast {
.tips {