优化页面

This commit is contained in:
pengxiaolong
2025-06-13 22:13:15 +08:00
parent de99d32c01
commit 0f2a48b450
86 changed files with 4383 additions and 671 deletions

View File

@@ -38,14 +38,25 @@
height: 100%;
}
.name.data-v-402ad917 {
width: 400rpx;
width: 280rpx;
font-size: 36.26rpx;
font-weight: 500;
color: #161616;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
}
.Sign.data-v-402ad917 {
width: 100rpx;
height: 50rpx;
background-color: #91e3e4;
border-radius: 20rpx;
font-size: 20rpx;
color: #fff;
text-align: center;
line-height: 50rpx;
margin-left: 30rpx;
}
.content.data-v-402ad917 {
position: absolute;
top: 294.5rpx;
@@ -56,6 +67,16 @@
flex-direction: column;
align-items: center;
}
.scroll.data-v-402ad917 {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.PKInformation.data-v-402ad917 {
margin-top: 48.5rpx;
}
@@ -81,13 +102,18 @@
border-radius: 7.16rpx 0rpx 7.16rpx 7.16rpx;
background-color: #91e3e48b;
}
.AnchorMore.data-v-402ad917 {
margin-left: 390rpx;
font-size: 28.63rpx;
color: #333333;
}
.titleMore.data-v-402ad917 {
margin-left: 400rpx;
font-size: 28.63rpx;
color: #333333;
}
.myPkRecordMore.data-v-402ad917 {
margin-left:330rpx;
margin-left: 330rpx;
font-size: 28.63rpx;
color: #333333;
}
@@ -173,17 +199,17 @@
color: #333333;
font-weight: 400;
}
.copyright.data-v-402ad917{
.copyright.data-v-402ad917 {
font-size: 23rpx;
color: #929292;
text-align: center;
position: fixed;
bottom: 250rpx;
position: absolute;
bottom: 0rpx;
left: 0;
right: 0;
height: 50rpx;
}
.no-content.data-v-402ad917{
.no-content.data-v-402ad917 {
width: 100%;
height: 100%;
display: flex;