appCognizance.css 1.5 KB

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