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