Browse Source

优化大屏样式

release_0.0.4
dengyinhuan 3 years ago
parent
commit
45b753ce6c
  1. 8
      web/client/src/sections/quanju/containers/footer/build/style.less
  2. 4
      web/client/src/sections/quanju/containers/footer/guanli/style.less

8
web/client/src/sections/quanju/containers/footer/build/style.less

@ -45,8 +45,8 @@
align-items: center; align-items: center;
span{ span{
&:nth-child(1){ &:nth-child(1){
width: 8px; width: 0.5rem;
height: 8px; height: 0.5rem;
margin-right: 5px; margin-right: 5px;
background: #07B9FE; background: #07B9FE;
clip-path: polygon(0 0, 100% 0, 0 100%, 0 0); clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
@ -115,7 +115,7 @@
font-size: 1.75rem; font-size: 1.75rem;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
color: #FFFFFF; color: #FFFFFF;
line-height: 36px; // line-height: 36px;
text-shadow: 0px 0px 4px #07B9FE; text-shadow: 0px 0px 4px #07B9FE;
} }
} }
@ -221,7 +221,7 @@
h2{ h2{
height: 30%; height: 30%;
width: 100%; width: 100%;
padding-left: 15px; padding-left: 0.9375rem;
font-size: 1.5rem; font-size: 1.5rem;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
color: #FFFFFF; color: #FFFFFF;

4
web/client/src/sections/quanju/containers/footer/guanli/style.less

@ -1,6 +1,6 @@
@media screen and (max-width:1366px){ @media screen and (max-width:1366px){
html{ html{
font-size: 10px; font-size: 12px;
} }
} }
.guanli{ .guanli{
@ -72,7 +72,7 @@
width: 8px; width: 8px;
height: 8px; height: 8px;
background-color: #fff; background-color: #fff;
top: 1.5%; bottom: 7.0625rem;
left: 50%; left: 50%;
z-index: 10; z-index: 10;
border-radius: 4px; border-radius: 4px;

Loading…
Cancel
Save