This commit is contained in:
ljx
2025-09-12 20:00:26 +08:00
parent ae21698e5f
commit fd30294f69
4 changed files with 135 additions and 12 deletions

View File

@ -328,13 +328,14 @@ onUnmounted(() => {
padding: 15px 5px 5px 5px;
.progress_text_title {
width: 100%;
// height: 100%;
height: 100%;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
& > div:first-child {
// 第一个子元素的样式
width: 50%;
// width: 50%;
height: 100%;
font-size: 24px;
// font-weight: bold;
font-family: 'AlimamaShuHeiTi', sans-serif;
@ -343,10 +344,14 @@ onUnmounted(() => {
& > div:last-child {
// 最后一个子元素的样式
width: 50%;
// width: 50%;
height: 100%;
font-size: 12px;
color: #999;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding-left: 5px;
}
}
.content_text {