no message

This commit is contained in:
2025-09-03 21:06:28 +08:00
parent c2ba5048b0
commit 40e5e0ff8d
12 changed files with 1108 additions and 333 deletions
+19
View File
@@ -49,6 +49,19 @@
overflow: hidden;
background-color: $app-bj;
}
.content-one {
display: flex;
min-width: 750rpx;
max-width: 750rpx;
height: calc(100vh - 100rpx);
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;
@@ -123,6 +136,9 @@
.text-28{
font-size:28rpx;
}
.text-30{
font-size:30rpx;
}
.text-32{
font-size:32rpx;
}
@@ -152,6 +168,9 @@
.text-d{
text-decoration: line-through;
}
.text-space{
white-space: nowrap;
}
button {
margin-bottom: 15px;