@@ -517,12 +517,18 @@ page {
width: 200upx;
height: 110upx;
box-sizing: border-box;
+ padding-left: 2upx;
+ padding-right: 2upx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28upx;
color: #444;
font-weight: 400;
+ text {
+ width: 100%;
+ text-align: center;
+ }
}
.active {
position: relative;