about.css 572 B

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