This commit is contained in:
SelfRidicule 2024-08-26 11:57:31 +08:00
parent 24044f1f11
commit fdc051fbed

View File

@ -228,7 +228,7 @@
background: white;
display: flex;
justify-content: flex-end;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
@ -237,11 +237,12 @@
position: relative;
box-sizing: border-box;
border-radius: 6rpx;
margin-right: 20rpx;
width: 23%;
margin-bottom: 20rpx;
padding: 16rpx 38rpx;
padding: 16rpx 0;
font-size: 30rpx;
text-align: center;
color: white;
background: #579ff8;
}