appCognizance.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. font-size: 62.5%;
  5. outline: none;
  6. }
  7. h3{margin: 0;padding: 0;}
  8. #dataName{
  9. font-weight: normal;
  10. font-size: 16px;
  11. line-height: 40px;
  12. padding-left: 15px;
  13. color: #3C3C3C;
  14. }
  15. .container {
  16. padding: 0;
  17. max-width: 768px;
  18. margin: 0 auto;
  19. background: #ececec;
  20. }
  21. #imgs {
  22. width: 100%;
  23. height: 168px;
  24. }
  25. .service:first-child {
  26. margin-top: 0;
  27. }
  28. .service {
  29. margin-top: 5px;
  30. background: #ffffff;
  31. }
  32. .service h3 img {
  33. width: 3px;
  34. height: 18px;
  35. margin-top: 13.5px;
  36. float: left;
  37. margin-right: 10px;
  38. }
  39. .service h3 span {
  40. float: left;
  41. height: 45px;
  42. line-height: 45px;
  43. font-size: 1.4rem;
  44. }
  45. .service h3 {
  46. color: #3C3C3C;
  47. padding-left: 15px;
  48. font-weight: normal;
  49. height: 45px;
  50. line-height: 45px;
  51. }
  52. .service hr {
  53. margin: 0;
  54. padding: 0;
  55. border-bottom: none;
  56. border-color: #CCCCCC;
  57. opacity: 0.2;
  58. }
  59. .service .promiseText {
  60. text-align: justify;
  61. padding: 15px 29px 15px 16px;
  62. }
  63. .service .promiseText p {
  64. line-height: 20px;
  65. font-size: 1.2rem;
  66. color: #3C3C3C;
  67. }
  68. .service .specifications {
  69. padding-left: 16px;
  70. }
  71. .service .specifications div {
  72. display: inline-block;
  73. width: 30%;
  74. text-align: center;
  75. font-size: 1.2rem;
  76. line-height: 50px;
  77. }
  78. #guarantee,#guarantee div{clear:both;overflow: hidden;}
  79. #guarantee div p span {
  80. height: 20px;
  81. line-height: 20px;
  82. width: 60px;
  83. border: 1px solid rgb(255,133,35);
  84. border-radius: 5px;
  85. color: #FF8523;
  86. text-align: center;
  87. margin-right: 5px;
  88. display: inline-block;
  89. font-size: 1.2rem;
  90. }
  91. #guarantee div p{
  92. margin-bottom: 10px;
  93. }
  94. #guarantee{
  95. padding-bottom: 40px;
  96. }
  97. .servicebj{
  98. background: #f8f8f8;
  99. }
  100. #promise{
  101. padding-bottom: 50px;
  102. }
  103. body iframe{
  104. opacity:0!important;
  105. display:none!important;
  106. }