Commit 71856866 authored by xinzhedeai's avatar xinzhedeai

fix: css deal

parent b08794ad
...@@ -382,13 +382,13 @@ export default { ...@@ -382,13 +382,13 @@ export default {
height: 100%; height: 100%;
line-height: 0.48rem; line-height: 0.48rem;
margin: 0; margin: 0;
font-size: 0.2rem; font-size: 0.22rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
padding-left: 0.4rem; padding-left: 0.4rem;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
text-shadow: 0px 3px 8px rgba(19, 80, 113, 0.48); text-shadow: 0px 12px 8px rgba(19, 80, 113, 0.48);
background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%); background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
......
...@@ -185,13 +185,13 @@ export default { ...@@ -185,13 +185,13 @@ export default {
height: 100%; height: 100%;
line-height: 0.48rem; line-height: 0.48rem;
margin: 0; margin: 0;
font-size: 0.2rem; font-size: 0.22rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
padding-left: 0.4rem; padding-left: 0.4rem;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
text-shadow: 0px 3px 8px rgba(19, 80, 113, 0.48); text-shadow: 0px 12px 8px rgba(19, 80, 113, 0.48);
background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%); background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
.count2 { .count2 {
font-family: diget year; font-family: diget year;
font-weight: normal; font-weight: normal;
font-size: 0.34rem; font-size: 0.36rem;
color: #ffffff; color: #ffffff;
text-shadow: 0px 0.04rem 0.3rem rgba(5, 54, 78, 0.48); text-shadow: 0px 0.04rem 0.3rem rgba(5, 54, 78, 0.48);
background: linear-gradient(180deg, #dff2ff 0%, #36acff 100%); background: linear-gradient(180deg, #dff2ff 0%, #36acff 100%);
...@@ -258,7 +258,7 @@ export default { ...@@ -258,7 +258,7 @@ export default {
.count1{ .count1{
font-family: diget year; font-family: diget year;
font-weight: normal; font-weight: normal;
font-size: 0.34rem; font-size: 0.36rem;
color: #ffffff; color: #ffffff;
text-shadow: 0px 0.04rem 0.3rem rgba(5, 54, 78, 0.48); text-shadow: 0px 0.04rem 0.3rem rgba(5, 54, 78, 0.48);
background: linear-gradient(180deg, #fffae4 0%, #ffe25d 100%); background: linear-gradient(180deg, #fffae4 0%, #ffe25d 100%);
......
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
:key="index" :key="index"
> >
<span style="color:#fff;" class="ellipsis">{{ item.monName }}</span> <span style="color:#fff;" class="ellipsis">{{ item.monName }}</span>
<span :style="{ color: colorBlock[index] }">{{ <span :style="{ color: colorBlock[index%4] }">{{
item.monDate item.monDate
}}</span> }}</span>
<span :style="{ color: colorBlock[index] }">{{ <span :style="{ color: colorBlock[index%4] }">{{
item.monNumber item.monNumber
}}</span> }}</span>
</dd> </dd>
...@@ -72,14 +72,10 @@ export default { ...@@ -72,14 +72,10 @@ export default {
intervalTime4qiaoliang: 40, // 每次滚动的时间间隔(ms) intervalTime4qiaoliang: 40, // 每次滚动的时间间隔(ms)
colorBlock: [ colorBlock: [
"#27BAFF", "rgb(72,196,255)",
"#EEE485", "rgb(255,242,121)",
"#25D8A9", "rgb(41,255,194)",
"#008ADD", "rgb(6,162,255)",
"#25D8A9",
"#EEE485",
"#27BAFF",
"#008ADD",
], ],
dataList: [], dataList: [],
chartsTarget: null, chartsTarget: null,
...@@ -345,13 +341,13 @@ export default { ...@@ -345,13 +341,13 @@ export default {
height: 100%; height: 100%;
line-height: 0.48rem; line-height: 0.48rem;
margin: 0; margin: 0;
font-size: 0.2rem; font-size: 0.22rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
padding-left: 0.4rem; padding-left: 0.4rem;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
text-shadow: 0px 3px 8px rgba(19, 80, 113, 0.48); text-shadow: 0px 12px 8px rgba(19, 80, 113, 0.48);
background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%); background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
...@@ -372,7 +368,7 @@ export default { ...@@ -372,7 +368,7 @@ export default {
.bottom { .bottom {
height: 2.8rem; height: 2.8rem;
overflow: hidden; overflow: hidden;
margin-top: -0.06rem; margin-top: 0.06rem;
.dt { .dt {
height: 0.42rem; height: 0.42rem;
line-height: 0.42rem; line-height: 0.42rem;
...@@ -393,6 +389,7 @@ export default { ...@@ -393,6 +389,7 @@ export default {
overflow-y: auto; overflow-y: auto;
border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
border: 1px solid #0aabff; border: 1px solid #0aabff;
margin-top: 0;
// opacity: 0.5; // opacity: 0.5;
dd { dd {
...@@ -405,7 +402,7 @@ export default { ...@@ -405,7 +402,7 @@ export default {
grid-template-columns: 1.5rem 1.5rem 0.9rem; grid-template-columns: 1.5rem 1.5rem 0.9rem;
text-align: center; text-align: center;
background: #01689d52; background: #01689d52;
font-size: 0.14rem; font-size: 0.16rem;
align-items: center; align-items: center;
border-bottom: 0.01rem solid #1f77c2; border-bottom: 0.01rem solid #1f77c2;
background-size: cover; background-size: cover;
......
...@@ -166,18 +166,17 @@ export default { ...@@ -166,18 +166,17 @@ export default {
height: 100%; height: 100%;
line-height: 0.48rem; line-height: 0.48rem;
margin: 0; margin: 0;
font-size: 0.2rem; font-size: 0.22rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
padding-left: 0.4rem; padding-left: 0.4rem;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
text-shadow: 0px 3px 8px rgba(19, 80, 113, 0.48); text-shadow: 0px 12px 8px rgba(19, 80, 113, 0.48);
background: linear-gradient(180deg, #ffffff 54.00390625%, #28caff 100%); background: linear-gradient(180deg, #ffffff 80.00390625%, #0383ff 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
//background-image:linear-gradient(to bottom,#fff,#f3fffc,#e4fff9); background-clip: text;
//-webkit-background-clip:text;-webkit-text-fill-color:transparent;
} }
} }
...@@ -216,7 +215,7 @@ export default { ...@@ -216,7 +215,7 @@ export default {
margin-right: 0px; margin-right: 0px;
display: grid; display: grid;
text-align: center; text-align: center;
font-size: 0.14rem; font-size: 0.16rem;
align-items: center; align-items: center;
border-bottom: 0.01rem solid #1f77c2; border-bottom: 0.01rem solid #1f77c2;
} }
......
...@@ -488,7 +488,7 @@ footer{ ...@@ -488,7 +488,7 @@ footer{
font-size: 0.44rem; font-size: 0.44rem;
line-height: 1; line-height: 1;
letter-spacing: 0.04rem; letter-spacing: 0.04rem;
margin: 0.23rem 0 0 0rem; margin: 0.18rem 0 0 0rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
font-family: Source Han Sans SC; font-family: Source Han Sans SC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment