This commit is contained in:
xvv 2024-07-12 08:52:24 +08:00
parent dfa51f9e49
commit 06ddd48db7
4 changed files with 8 additions and 10 deletions

View File

@ -550,12 +550,10 @@ export default {
.size-hui{ .size-hui{
display: flex; display: flex;
align-items: center; align-items: center;
//width: 200px;
font-family: Source Han Sans CN, Source Han Sans CN; font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400; font-weight: 400;
font-size: 13px; font-size: 13px;
color: #888888; color: #888888;
//line-height: 0px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
@ -564,15 +562,12 @@ export default {
} }
} }
.size-bole{ .size-bole{
//font-weight: bold;
//width: 53px; height:31px;
height: 31px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
font-weight: 400; font-weight: 400;
font-size: 24px; font-size: 24px;
color: #555555; color: #555555;
//line-height: 0px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;

View File

@ -468,6 +468,7 @@ export default {
margin-top: 20px; margin-top: 20px;
} }
.left-box{ .left-box{
width: 73%;
background: #FFFFFF; background: #FFFFFF;
border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
border: 1px solid #FFFFFF; border: 1px solid #FFFFFF;
@ -479,6 +480,7 @@ export default {
padding: 15px; padding: 15px;
} }
.left-box-t{ .left-box-t{
width: 73%;
box-sizing: border-box; box-sizing: border-box;
padding: 15px; padding: 15px;
border-radius: 8px; border-radius: 8px;
@ -488,7 +490,7 @@ export default {
} }
.right-box{ .right-box{
width: 435px; width: 25%;
border-radius: 8px; border-radius: 8px;
background: #fff; background: #fff;
border: 1px solid #FFFFFF; border: 1px solid #FFFFFF;
@ -497,7 +499,7 @@ export default {
padding: 15px; padding: 15px;
} }
.right-box-t{ .right-box-t{
width: 435px; width: 25%;
border-radius: 8px; border-radius: 8px;
background: #fff; background: #fff;
border: 1px solid #FFFFFF; border: 1px solid #FFFFFF;
@ -546,7 +548,6 @@ export default {
font-size: 14px; font-size: 14px;
color: #777777; color: #777777;
margin: 14px auto; margin: 14px auto;
overflow: auto;
} }
.h-tt{ .h-tt{
font-size: 16px; font-size: 16px;

View File

@ -1,3 +1,4 @@
<template> <template>
<div class="app-center"> <div class="app-center">
<!-- 查询--> <!-- 查询-->

View File

@ -4714,8 +4714,9 @@
} }
.of-title{ .of-title{
font-weight: bold; font-weight: bold;
font-size: 22px; font-size: 26px;
text-align: center; text-align: center;
font-family: YouSheBiaoTiHei;
margin: 13px; margin: 13px;
} }
.data-top{ .data-top{