/* pages/history/history.wxss */ .main{ display: flex; flex-direction: column; align-items: center; } .info{ width: 687rpx; box-sizing: border-box; background: #FFFFFF; box-shadow: 0 2rpx 24rpx 0 rgba(191, 191, 191, 0.15); border-radius: 18rpx; margin-top: 24rpx; padding: 30rpx; } .text{ font-size: 34rpx; color: #262936; line-height: 48rpx; } .timer{ display: block; font-size: 26rpx; color: #838B99; margin-top: 14rpx; }