index.less 447 B

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