c491e76a by zhangmeng

看板

1 parent a22ed4f0
......@@ -67,7 +67,7 @@
<div ref="bing3" style="width: 100%;height:13vh;">
</div>
<div class="bingBottom">
<div style="text-align: center">{{ `${dayjs().format('YYYY')}年${dayjs().format('MM')}月` }} <br> 累计应收余额<br>(万元)
<div style="text-align: center">{{ `${dayjs().format('YYYY')}年${dayjs().format('MM')}月` }} <br> 累计现金余额<br>(万元)
</div>
</div>
</div>
......
......@@ -25,7 +25,6 @@
<el-select
v-model="type1"
class="select"
collapse-tags
multiple
placeholder="数据因素"
size="small"
......@@ -750,15 +749,15 @@ onUnmounted(() => {
}
.title {
font-family: PingFang SC, serif;
font-family: SimHei, serif;
font-weight: 600;
color: #FFFFFF;
text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41);
background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: calc(12 * 100vw / 1920) calc(50 * 100vw / 1920) 0;
font-size: calc(20 * 100vw / 1920);
padding: calc(12 * 100vw / 1920) calc(5 * 100vw / 1920) 0;
font-size: calc(14 * 100vw / 1920);
position: relative;
&::after {
......@@ -796,7 +795,7 @@ onUnmounted(() => {
right: calc(20 * 100vw / 1920);
top: 3%;
z-index: 1;
width: 50%;
width: 70%;
display: flex;
justify-content: space-between;
......@@ -820,7 +819,7 @@ onUnmounted(() => {
}
.itemBox {
width: 45%;
width: 48%;
background: #0B2239;
box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27);
border-radius: 5px;
......
......@@ -890,15 +890,15 @@ onUnmounted(() => {
}
.title {
font-family: PingFang SC, serif;
font-family: SimHei, serif;
font-weight: 600;
color: #FFFFFF;
text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41);
background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: calc(12 * 100vw / 1920) calc(50 * 100vw / 1920) 0;
font-size: calc(20 * 100vw / 1920);
padding: calc(12 * 100vw / 1920) calc(5 * 100vw / 1920) 0;
font-size: calc(14 * 100vw / 1920);
position: relative;
&::after {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!