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

View File

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

View File

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

View File

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