first commit

This commit is contained in:
仲么了
2023-11-16 15:13:28 +08:00
commit 6023eac4fe
209 changed files with 34095 additions and 0 deletions

47
pages/levelUp/levelUp.css Normal file
View File

@@ -0,0 +1,47 @@
.levelUp-block{
margin: 0 40rpx;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.levelUp-text{
margin-top: 60rpx;
color: #333333;
font-size: 38rpx;
}
.levelUp-input{
border-bottom: solid 1px rgba(217,217,217,1);
margin-top: 60rpx;
font-size: 36rpx;
color: #333333;
text-align: center;
}
.levelUp-input-ph{
color: #9B9B9B;
font-size: 30rpx;
text-align: center;
}
.levelUp-click{
margin-top: 160rpx;
width:658rpx;
height:80rpx;
background:rgba(57,130,252,1);
border-radius:20px;
color: rgba(108,163,255,1);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.levelUp-click-high{
margin-top: 160rpx;
width:658rpx;
height:80rpx;
background:rgba(57,130,252,1);
border-radius:20px;
color: #FFFFFF;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}