优化页面

This commit is contained in:
pengxiaolong
2025-05-27 21:05:01 +08:00
parent cf8728f0d7
commit e682754922
28 changed files with 2742 additions and 2434 deletions

View File

@@ -75,12 +75,8 @@
.scroll.data-v-9639f721 {
width: 470rpx;
height: 500rpx;
border: 1px solid #afafaf;
border: 2px solid #afafaf;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card.data-v-9639f721 {
margin-top: 10rpx;
@@ -88,14 +84,34 @@
}
.card-content.data-v-9639f721 {
width: 445rpx;
height: 70rpx;
border: 1px solid #afafaf;
height: 75rpx;
/* border: 2px solid #afafaf; */
border-radius: 10px;
display: flex;
font-size: 28rpx;
color: rgb(127, 127, 127);
}
.createModule.data-v-9639f721{
position: fixed;
bottom: 0;
right: 0;
z-index: 998;
width: 100vw;
.createModule.data-v-9639f721 {
position: fixed;
bottom: 0;
right: 0;
z-index: 998;
width: 100vw;
}
.avatar.data-v-9639f721 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.TimeMoney.data-v-9639f721 {
width: 300rpx;
display: flex;
justify-content: space-between;
}
.NameMoney.data-v-9639f721 {
display: flex;
flex-direction: column;
}
.NameMoney_Name.data-v-9639f721 {
text-align: left;
}