/* 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; }