m_financial_consumer.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. .financialtit{
  19. line-height: 60px;
  20. height: 60px;
  21. padding:0 15px;
  22. margin-bottom: 15px;
  23. }
  24. .financialtit .f_l{
  25. }
  26. .financialtit em{
  27. font-size: 24px;
  28. }
  29. .financialtit span{
  30. line-height: 30px;
  31. }
  32. .financialtit .btn{
  33. margin-left: 8px;
  34. margin-top: 15px;
  35. }
  36. .flowbox{
  37. position: relative;
  38. }
  39. .flow{
  40. position: absolute;
  41. left: 0;
  42. top: 0;
  43. background-color: #fff;
  44. width: 500px;
  45. height:0;
  46. overflow: hidden;
  47. }
  48. .flow.active{
  49. height:58px;
  50. transition: all 0.5s;
  51. -moz-transition: all 0.5s;
  52. -webkit-transition: all 0.5s;
  53. -o-transition: all 0.5s;
  54. }
  55. .flow .input-wrap{
  56. margin-top: 10px;
  57. margin-left: 15px;
  58. }
  59. .flow .btn{
  60. float: left;
  61. margin-top: 10px;
  62. }
  63. .line1{
  64. display: inline-block;
  65. margin: 0 8px;
  66. margin-top: 5px;
  67. height: 12px;
  68. line-height: 12px;
  69. border-left: 1px solid #D6D6D6;
  70. }
  71. .financialist1{
  72. border-bottom: 1px solid @border-cut-color;
  73. }
  74. .financialist1 select{
  75. margin-right: 10px;
  76. }
  77. .financialist1 .list{
  78. margin-right: 12px;
  79. }
  80. .financialist1 .list>span.lh{
  81. display: inline-block;
  82. line-height: 37px;
  83. }
  84. .financialist1 .list i{
  85. vertical-align: middle;
  86. margin-left: 3px;
  87. }
  88. .financialist1,
  89. .financialist2{
  90. width: 100%;
  91. padding: 15px;
  92. }
  93. .financialist2{
  94. color: #000;
  95. }
  96. .financialist2 em{
  97. font-weight: bold;
  98. }
  99. .financialist3 .table > thead th{
  100. color: @font-color3;
  101. font-weight: normal;
  102. }
  103. .financialist4{
  104. text-align: right;
  105. padding: 15px 8px;
  106. }
  107. .financialist4 .pagination{
  108. margin: 0 10px;
  109. }
  110. .financialist4 span.f_garycolor{
  111. line-height: 42px;
  112. }
  113. .financialist4 .input-wrap{
  114. width: 40px;
  115. margin-right: 10px;
  116. }
  117. .percent50{
  118. width: 50%;
  119. }
  120. .percent30{
  121. width: 30%;
  122. }
  123. .financialtab .tab{
  124. width: 100%;
  125. padding: 10px 0;
  126. }
  127. .financialtab .tab li{
  128. display: inline-block;
  129. padding:0 10px;
  130. position: relative;
  131. }
  132. .financialtab .tab li:after{
  133. content: "";
  134. display: block;
  135. height: 12px;
  136. border-left: 1px solid @font-color1;
  137. position: absolute;
  138. left: -.5px;
  139. top:5px;
  140. }
  141. .financialtab .tab li.first:after{
  142. height:0;
  143. }
  144. .financialtab .tab li a{
  145. display: inline-block;
  146. padding-bottom: 2px;
  147. }
  148. .financialtab .tab li.active a{
  149. color: @theme-color2;
  150. font-weight: bold;
  151. border-bottom: 2px solid @theme-color2;
  152. }
  153. .list.timelist{
  154. }
  155. .list.timelist{
  156. }
  157. .lh37{
  158. line-height: 37px;
  159. }
  160. .zhi{
  161. padding: 0 8px;
  162. }