basicdata.less 2.1 KB

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