appCognizance.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. border-bottom: none;
  47. border-color: #CCCCCC;
  48. opacity: 0.2;
  49. }
  50. .service .promiseText {
  51. text-align: justify;
  52. padding: 15px 29px 15px 16px;
  53. }
  54. .service .promiseText div p {
  55. line-height: 20px;
  56. font-size: 1.2rem;
  57. color: #3C3C3C;
  58. }
  59. .service .specifications {
  60. padding-left: 16px;
  61. }
  62. .service .specifications div {
  63. display: inline-block;
  64. width: 30%;
  65. text-align: center;
  66. font-size: 1.2rem;
  67. line-height: 50px;
  68. }
  69. #guarantee,#guarantee div{clear:both;overflow: hidden;}
  70. #guarantee div p span {
  71. height: 20px;
  72. line-height: 20px;
  73. width: 60px;
  74. border: 1px solid rgb(255,133,35);
  75. border-radius: 5px;
  76. color: #FF8523;
  77. text-align: center;
  78. margin-right: 5px;
  79. display: inline-block;
  80. font-size: 1.2rem;
  81. }
  82. #guarantee div p{
  83. margin-bottom: 10px;
  84. }
  85. #guarantee{
  86. padding-bottom: 40px;
  87. }
  88. .servicebj{
  89. background: #f8f8f8;
  90. }