about.css 638 B

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