农经大屏
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.scss 465 B

123456789101112131415161718192021222324252627282930
  1. .block {
  2. display: block;
  3. width: 100px;
  4. height: 40px;
  5. align-items: center;
  6. display: flex;
  7. .icon {
  8. width: 80px;
  9. height: 100px;
  10. }
  11. .right {
  12. flex: 1;
  13. display: flex;
  14. flex-direction: column;
  15. .value {
  16. font-weight: bold;
  17. font-size: 24px;
  18. color: #FFFFFF;
  19. text-shadow: 0px 3px 2px #05357D;
  20. }
  21. .name {
  22. color: rgba(185, 211, 235, 1);
  23. font-size: 12px;
  24. }
  25. }
  26. }