charTitle.css 867 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body{
  2. /* background-color:none!important; */
  3. background-color:rgba(0,0,0,0)!important;
  4. }
  5. .jsc_chartitle{
  6. /* background-color:#1a2363; */
  7. width:100%;
  8. height:30px;
  9. line-height:30px;
  10. color:#fff;
  11. text-align:center;
  12. font-weight:bold;
  13. font-size:20px;
  14. font-family: "΢ÈíÑźÚ";
  15. }
  16. ._data_span{
  17. font-size: 14px;
  18. color: #348fe2;
  19. font-family: ËÎÌå;
  20. }
  21. ._tableCompt
  22. {
  23. font-size: 14px;
  24. color: #348fe2;
  25. font-family: ËÎÌå;
  26. }
  27. .H2title{font-size: 18px;margin: 1px auto;color: #e6f3ff;padding-top: 10px;font-family: "΢ÈíÑźÚ";font-weight: bold;}
  28. h2#H2datasource{
  29. font-size: 15px;
  30. margin: 1px auto;
  31. color:aqua;
  32. }
  33. ._tableCompt
  34. {
  35. font-size: 14px;
  36. color: #348fe2;
  37. font-family: ËÎÌå;
  38. }
  39. .bg_title{
  40. /* background-color:#1a2363; */
  41. background-color:rgba(0,0,0,0)!important;
  42. height:30px;
  43. line-height:10px;
  44. }
  45. .ac{
  46. text-align:center;
  47. }