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

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

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

Loading…
Cancel
Save