.medalStore { .header { width: 100%; padding: 60rpx 46rpx; box-sizing: border-box; background-color: #30C866; display: flex; justify-content: space-between; align-items: center; color: white; .left { .title { font-size: 42rpx; font-weight: bold; } .tips { margin-top: 16rpx; font-size: 24rpx; } } .right { font-size: 54rpx; } } }