index.wxss 414 B

123456789101112131415161718192021
  1. .medalStore .header {
  2. width: 100%;
  3. padding: 60rpx 46rpx;
  4. box-sizing: border-box;
  5. background-color: #30C866;
  6. display: flex;
  7. justify-content: space-between;
  8. align-items: center;
  9. color: white;
  10. }
  11. .medalStore .header .left .title {
  12. font-size: 42rpx;
  13. font-weight: bold;
  14. }
  15. .medalStore .header .left .tips {
  16. margin-top: 16rpx;
  17. font-size: 24rpx;
  18. }
  19. .medalStore .header .right {
  20. font-size: 54rpx;
  21. }