no message

This commit is contained in:
2025-08-13 00:05:08 +08:00
parent a41db76b4b
commit 63404c0fb5
16 changed files with 986 additions and 234 deletions
+70
View File
@@ -36,7 +36,77 @@
.container {
padding: 15px;
}
.content {
display: flex;
min-width: 750rpx;
max-width: 750rpx;
height: 100vh;
padding: 0;
margin: 0;
flex-direction: column;
align-items: center;
position: relative;
overflow: hidden;
background-color: $app-bj;
}
.flex-r-lr{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.flex-c{
display: flex;
align-items: center;
justify-content: center;
}
.flex-r-e{
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.text-white{
color:#fff;
}
.text-zi{
color:#7934F6;
}
.text-zu{
color:#000;
}
.text-zu1{
color:#333;
}
.text-fu{
color:#666;
}
.text-lu{
color:#00A776;
}
.mt-24{
margin-top:24rpx;
}
.mt-32{
margin-top:32rpx;
}
.mt-48{
margin-top:48rpx;
}
.mt-88{
margin-top:88rpx;
}
.text-20{
font-size:20rpx;
}
.text-24{
font-size:24rpx;
}
.text-28{
font-size:28rpx;
}
.text-36{
font-size:36rpx;
}
button {
margin-bottom: 15px;
}