Browse Source

管理大屏适配1280宽度屏幕

release_0.0.1
dengyinhuan 2 years ago
parent
commit
5b623fd52f
  1. 4
      web/client/src/sections/quanju/containers/footer/guanli/LeftItem.js
  2. 15
      web/client/src/sections/quanju/containers/footer/guanli/style.less

4
web/client/src/sections/quanju/containers/footer/guanli/LeftItem.js

@ -10,7 +10,7 @@ export default function LeftItem() {
text: '75%', text: '75%',
top:'35%', top:'35%',
textStyle: { textStyle: {
fontSize: 22, fontSize: "1.375rem",
fontFamily: 'PingFangSC-Medium, PingFang SC', fontFamily: 'PingFangSC-Medium, PingFang SC',
fontWeight: 500, fontWeight: 500,
// marginTop:-60, // marginTop:-60,
@ -18,7 +18,7 @@ export default function LeftItem() {
}, },
subtext: '已处理', subtext: '已处理',
subtextStyle: { subtextStyle: {
fontSize: 16, fontSize: "1rem",
fontFamily: "PingFangSC-Regular, PingFang SC", fontFamily: "PingFangSC-Regular, PingFang SC",
fontWeight: 400, fontWeight: 400,
color: 'rgba(216,240,255,0.8000)' color: 'rgba(216,240,255,0.8000)'

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

@ -1,3 +1,8 @@
@media screen and (max-width:1281px){
html{
font-size: 10px;
}
}
.guanli{ .guanli{
// box-sizing: border-box; // box-sizing: border-box;
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
@ -25,7 +30,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
span{ span{
font-size: 20px; font-size: 1.25rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(216,240,255,0.8000); color: rgba(216,240,255,0.8000);
@ -34,7 +39,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
// align-items: ; // align-items: ;
font-size: 34px; font-size: 2.125rem;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
color: #FFFFFF; color: #FFFFFF;
height: 70%; height: 70%;
@ -43,7 +48,7 @@
background-size: 100% 80%; background-size: 100% 80%;
background-position: center bottom; background-position: center bottom;
span{ span{
font-size: 16px; font-size: 1rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
padding-top: 10%; padding-top: 10%;
@ -143,12 +148,12 @@
justify-content: space-around; justify-content: space-around;
// background: rgba(21,77,160,0.2000); // background: rgba(21,77,160,0.2000);
span{ span{
font-size: 14px; font-size: 0.875rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(216,240,255,0.8000); color: rgba(216,240,255,0.8000);
line-height: 20px; line-height: 20px;
flex:1; // flex:1;
text-align: center; text-align: center;
// &:nth-child(1){ // &:nth-child(1){

Loading…
Cancel
Save