page.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. max-width: 100%;
  46. }
  47. .page_content{
  48. padding:15px;
  49. }
  50. .page_list {
  51. margin:0;
  52. padding:0 10px;
  53. border-top:1px solid #eee;
  54. background:#fff;
  55. }
  56. .page_list li{
  57. list-style:none;
  58. border-bottom:1px solid #eee;
  59. line-height:50px;
  60. padding:0 15px;
  61. background:url("../images/me_next.png") center right no-repeat;
  62. }
  63. .page_list li a{
  64. text-decoration:none;
  65. color:#000;
  66. display:block;
  67. font-size:16px;
  68. }
  69. .team{
  70. margin:0 0 10px 0;
  71. padding:0 10px;
  72. background:#fff;
  73. }
  74. .team .team_hd {
  75. list-style:none;
  76. border-bottom:1px solid #eee;
  77. line-height:50px;
  78. padding:0 15px;
  79. background:url("../images/me_next.png") center right no-repeat;
  80. }
  81. .team .team_hd a{
  82. text-decoration:none;
  83. color:#000;
  84. display:block;
  85. font-size:16px;
  86. font-weight:bold;
  87. }
  88. .team .page_list{
  89. padding:0;
  90. }
  91. .news_content{
  92. }
  93. .news_content .news_hd{
  94. width:100%;
  95. padding:0 15px;
  96. background:#fff;
  97. font-weight:bold;
  98. font-size:18px;
  99. line-height:50px;
  100. position:fixed;
  101. top:0;
  102. }
  103. .news_content .news_bd{
  104. padding:10px 15px;
  105. margin:50px 0 0 0;
  106. }