qrCodePagesC.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. *{
  6. padding: 0;
  7. margin: 0;
  8. text-decoration: none;
  9. font-family: "Microsoft Yahei", "΢���ź�", Tahoma, Arial, Helvetica, STHeiti;
  10. }
  11. ol,ul{
  12. list-style:none;
  13. }
  14. .zcolor{
  15. color: #f4f4f4 !important;
  16. }
  17. .containers{
  18. height:100%;
  19. margin:2vh;
  20. }
  21. .topHeader {
  22. width: 100%;
  23. height:9rem;
  24. background: #2577e3;
  25. color: #2c2c2c;
  26. }
  27. .topHeaderL{
  28. width: 35%;
  29. padding-left:7%;
  30. height: 9rem;
  31. line-height:9rem;
  32. background: #2577e3;
  33. color: #fff;
  34. font-size: 3rem;
  35. float: left;
  36. }
  37. .topHeaderR{
  38. width: 58%;
  39. height: 9rem;
  40. line-height:9rem;
  41. background: #2577e3;
  42. color: #fff;
  43. font-size:3rem;
  44. float: left;
  45. }
  46. .centerC{
  47. width: 100%;
  48. padding-top:15%;
  49. padding-bottom:25%;
  50. }
  51. .centerTop{
  52. width: 90%;
  53. padding-left: 5%;
  54. padding-top: 6%;
  55. height: 17%;
  56. padding-bottom:6%;
  57. line-height: 3rem;
  58. color: #555555;
  59. font-size: 2.1rem;
  60. text-align: center;
  61. }
  62. .centerImg{
  63. width: 60%;
  64. margin-left: 20%;
  65. /* height: 45%; */
  66. }
  67. .cImg{
  68. width: 100%;
  69. height: 100%;
  70. }