No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

piechart.css 691B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @charset "utf-8";
  2. /* **********************************************
  3. * population定義 css
  4. *
  5. *
  6. ********************************************** */
  7. div.population{
  8. position: relative;
  9. display: block;
  10. width: 180px;
  11. height: 120px;
  12. }
  13. span#PopMan_text{
  14. position: absolute;
  15. display: none;
  16. left: 150px;
  17. top: 55px;
  18. font-size: 10px;
  19. }
  20. span#PopWoman_text{
  21. position: absolute;
  22. display: none;
  23. left: 9px;
  24. top: 55px;
  25. font-size: 10px;
  26. }
  27. span#PerPopMan_text{
  28. position: absolute;
  29. display: none;
  30. left: 105px;
  31. top: 50px;
  32. font-size: 14px;
  33. color: #FFFFFF;
  34. }
  35. span#PerPopWoman_text{
  36. position: absolute;
  37. display: none;
  38. left: 45px;
  39. top: 50px;
  40. font-size: 14px;
  41. color: #FFFFFF;
  42. }