You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
525 B

/* pages/z1/z1.wxss */
.one{
display: flex; /* 使用 Flexbox 布局 */
justify-content: center; /* 水平居中 */
align-items: center; /* 垂直居中 */
height: 100rpx; /* 设置高度,以便垂直居中 */
font-size: 60rpx; /* 字体大小 */
color: #333; /* 字体颜色 */
font-weight: bold; /* 加粗字体 */
margin: 10rpx;
}
.three{
margin-top: 50rpx;
margin-bottom: 50rpx;
}
.four{
margin: 20rpx;
}
.two{
font-size: 40rpx;
}