basicdata.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .basetit {
  7. padding: 15px 0;
  8. margin-bottom: 15px;
  9. }
  10. .basetit .left {
  11. width: 60%;
  12. border-right: 1px solid #eceff4;
  13. height: 100%;
  14. position: relative;
  15. float: left;
  16. }
  17. .basetit .right {
  18. float: left;
  19. width: 39%;
  20. }
  21. .basetit .headimg {
  22. position: absolute;
  23. width: 85px;
  24. height: 85px;
  25. overflow: hidden;
  26. left: 45px;
  27. top: 15px;
  28. }
  29. .basetit .headimg img {
  30. width: 100%;
  31. }
  32. .basetit .headcontent {
  33. padding-left: 175px;
  34. line-height: 36px;
  35. min-height: 140px;
  36. }
  37. .basetit .headcontent h1 {
  38. font-size: 22px;
  39. line-height: 38px;
  40. font-weight: bold;
  41. }
  42. .basetit .headcontent .list {
  43. float: left;
  44. padding-right: 30px;
  45. }
  46. .basetit .headcontent .list .a-link {
  47. padding-left: 12px;
  48. }
  49. .basetit .headcontent .list .btn {
  50. margin: 0 8px;
  51. }
  52. .basetit .headcontent .list i.look {
  53. vertical-align: middle;
  54. color: #ccc;
  55. font-size: 20px;
  56. }
  57. .basetit .headcontent .list i.sj {
  58. padding-right: 5px;
  59. vertical-align: top;
  60. color: #ccc;
  61. font-size: 20px;
  62. }
  63. span.pd30 {
  64. padding-left: 30px;
  65. }
  66. .basetit .rcontent {
  67. padding-left: 45px;
  68. }
  69. .basetit .rcontent h1 {
  70. font-size: 15px;
  71. line-height: 35px;
  72. font-weight: normal;
  73. }
  74. .basetit .rcontent h2 {
  75. font-size: 40px;
  76. font-weight: normal;
  77. vertical-align: text-bottom;
  78. }
  79. .basetit .rcontent h2 a {
  80. font-size: 14px;
  81. vertical-align: bottom;
  82. }
  83. .basetit .rcontent .btnrecharge {
  84. padding-top: 10px;
  85. }
  86. .basetit .rcontent .btnrecharge a {
  87. font-size: 16px;
  88. }
  89. .newswrap .left,
  90. .newswrap .right {
  91. width: 50%;
  92. }
  93. .newswrap .left {
  94. float: left;
  95. padding-right: 10px;
  96. }
  97. .newswrap .right {
  98. float: right;
  99. padding-left: 10px;
  100. }
  101. .newswrap .table {
  102. margin-bottom: 40px;
  103. }
  104. .newswrap thead span {
  105. background: #389ee1;
  106. color: #fff;
  107. margin-left: 5px;
  108. padding: 0 5px;
  109. border-radius: 2px;
  110. font-weight: normal;
  111. }
  112. .newswrap tbody tr {
  113. cursor: pointer;
  114. }