This commit is contained in:
pengxiaolong
2025-05-21 17:03:19 +08:00
parent 829199a197
commit 0b9353de84
96 changed files with 9172 additions and 30 deletions

View File

@@ -0,0 +1,91 @@
.Mask.data-v-96d38e2b{
width: 100vw;
height: 100vh;
background: #00000076;
display: flex;
flex-direction: column-reverse;
}
.container.data-v-96d38e2b {
display: flex;
background-color: #fff;
flex-direction: column;
width: 100%;
height: 900rpx;
}
.Fork.data-v-96d38e2b{
width: 50rpx;
height: 50rpx;
margin-top: 20rpx;
/* margin-bottom: 40rpx; */
margin-left: 90%;
}
.Title.data-v-96d38e2b{
width: 100%;
height: 30rpx;
font-size: 50rpx;
font-weight: bold;
text-align: center;
margin-top: 40rpx;
margin-bottom: 40rpx;
}
.Individual.data-v-96d38e2b{
display: flex;
/* justify-content: center; */
}
.NameAnchor.data-v-96d38e2b{
margin: 40rpx;
}
.NameAnchorcss.data-v-96d38e2b{
width: 300rpx;
height: 85rpx;
border: 1rpx solid #ccc;
border-radius: 10rpx;
text-align: center;
}
.Gender.data-v-96d38e2b{
margin: 40rpx;
}
.Gendercss.data-v-96d38e2b{
width: 300rpx;
height: 80rpx;
text-align: center;
}
.Accountnumber.data-v-96d38e2b{
display: flex;
}
.Country.data-v-96d38e2b{
}
.Countrycss.data-v-96d38e2b{
margin: 40rpx;
width: 300rpx;
height: 65rpx;
text-align: center;
}
.Coins.data-v-96d38e2b{
margin: 40rpx;
width: 300rpx;
height: 65rpx;
display: flex;
justify-content: center;
align-items: center;
}
.number-box.data-v-96d38e2b {
text-align: center;
}
.Remarkscss.data-v-96d38e2b{
width: 90%;
margin-top: 30rpx;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 50rpx;
border-radius: 10rpx;
}
.Publish.data-v-96d38e2b{
margin-bottom: 50rpx;
width: 90%;
margin-left: 5%;
}
.Publishcss.data-v-96d38e2b{
background-color: #0048ff94;
}