no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user