first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
page {
background: linear-gradient(180deg, #dbe5ff 0%, #f7f7f7 15%, #f7f7f7 81%, #f7f7f7 100%);
}
.mine.data-v-66f7dc32 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
}
.mine_header.data-v-66f7dc32 {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.mine_header_img.data-v-66f7dc32 {
width: 152rpx;
height: 152rpx;
margin-right: 22rpx;
border-radius: 50%;
}
.mine_header_text.data-v-66f7dc32 {
flex: 1;
}
.mine_header_text_nick.data-v-66f7dc32 {
font-weight: bold;
font-size: 40rpx;
color: #232323;
margin-bottom: 15rpx;
}
.mine_header_text_acc.data-v-66f7dc32 {
font-weight: bold;
font-size: 32rpx;
color: #232323;
}
.mine_header_sz.data-v-66f7dc32 {
width: 44rpx;
height: 38rpx;
}
.mine ::deep .u-grid-item.data-v-66f7dc32 {
margin-top: 0;
}
.mine button.data-v-66f7dc32::after {
all: unset;
}