about.css 610 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .bottom-div{
  2. position: fixed;
  3. bottom: 0px;
  4. width: 100%;
  5. margin-bottom: 10px;
  6. }
  7. .title-div{
  8. font-size:16px;
  9. text-align:center;
  10. font-weight:bold;
  11. margin: 5px 0px 10px 0px;
  12. color: #323232;
  13. }
  14. .corpy-title{
  15. font-size:14px;
  16. text-align:center;
  17. margin-bottom: 5px;
  18. color: #909090;
  19. }
  20. .company-title{
  21. font-size:13px;
  22. text-align: center;
  23. color: #909090;
  24. }
  25. .fc-c{
  26. color: #CCCCCC;
  27. }
  28. .img-div{
  29. background: url(../images/about.png);
  30. background-size: 45px 45px;
  31. width: 45px;
  32. height: 45px;
  33. margin: auto;
  34. border-radius: 10px;
  35. }
  36. div.xiaoxi_tishi{
  37. width: 80%;
  38. }
  39. .hide{
  40. display: none;
  41. }