page.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. *{
  2. -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  3. -moz-tap-highlight-color:rgba(0, 0, 0, 0);
  4. -ms-tap-highlight-color:rgba(0, 0, 0, 0);
  5. -o-tap-highlight-color:rgba(0, 0, 0, 0);
  6. tap-highlight-color:rgba(0, 0, 0, 0);
  7. }
  8. dy, h1, h2, h3, h4, h5, p,a {
  9. padding: 0;
  10. margin: 0;
  11. font-size: 14px;
  12. font-family: Arial, '\5FAE\8F6F\96C5\9ED1';
  13. }
  14. body {
  15. padding:0;
  16. margin: 0;
  17. font-family: Arial, '\5FAE\8F6F\96C5\9ED1';
  18. }
  19. h1 {
  20. font-size: 16px;
  21. color:#8ee2d3;
  22. text-align: center;
  23. padding-bottom:10px;
  24. }
  25. h2 {
  26. font-size: 16px;
  27. color:#8ee2d3;
  28. text-align: left;
  29. padding-bottom:10px;
  30. }
  31. h3, h5 {
  32. color: #8ee2d3;
  33. }
  34. h4 {
  35. color: #8ee2d3;
  36. text-align:center;
  37. padding:10px 0 5px;
  38. }
  39. p {
  40. line-height: 18px;
  41. color: #000000;
  42. text-align: left;
  43. }
  44. img {
  45. width: 70%;
  46. display: block;
  47. margin: 5px auto 20px;
  48. }
  49. .page_content{
  50. padding:10px;
  51. }
  52. .page_list {
  53. margin:0;
  54. padding:0 10px;
  55. border-top:1px solid #eee;
  56. /* background:#1b1924; */
  57. }
  58. .page_list li{
  59. list-style:none;
  60. border-bottom:1px solid #eee;
  61. line-height:50px;
  62. padding:0 15px;
  63. background:url("../images/me_next.png") center right no-repeat;
  64. }
  65. .page_list li a{
  66. text-decoration:none;
  67. color:#1b1924;
  68. display:block;
  69. font-size:16px;
  70. }
  71. .team{
  72. margin:0 0 10px 0;
  73. padding:0 10px;
  74. background:#fff;
  75. }
  76. .team .team_hd {
  77. list-style:none;
  78. border-bottom:1px solid #eee;
  79. line-height:50px;
  80. padding:0 15px;
  81. background:url("../images/me_next.png") center right no-repeat;
  82. }
  83. .team .team_hd a{
  84. text-decoration:none;
  85. color:#000;
  86. display:block;
  87. font-size:16px;
  88. font-weight:bold;
  89. }
  90. .team .page_list{
  91. padding:0;
  92. }
  93. .news_content{
  94. }
  95. .news_content .news_hd{
  96. width:100%;
  97. padding:0 15px;
  98. background:#fff;
  99. font-weight:bold;
  100. font-size:18px;
  101. line-height:50px;
  102. position:fixed;
  103. top:0;
  104. }
  105. .news_content .news_bd{
  106. padding:10px 15px;
  107. margin:50px 0 0 0;
  108. }
  109. /*常见问题样式*/
  110. .questionList{
  111. width: 100%;
  112. margin:0;
  113. padding: 0;
  114. background: #15112C;
  115. }
  116. .questionList a{
  117. text-decoration: none;
  118. color: #8A8A8C;
  119. }
  120. .questionList li{
  121. text-decoration: none;
  122. list-style: none;
  123. width: 90%;
  124. margin:0 auto;
  125. height: 50px;
  126. line-height: 50px;
  127. border-bottom: 1px solid #1D1934;
  128. background: url(../images/right.png) no-repeat center right -3% #15112C;
  129. font-size: 1rem;
  130. }