m_financial_recharge.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. .tree-padding{
  19. padding:0 20px;
  20. padding-bottom: 150px;
  21. }
  22. .tree-padding>h1{
  23. font-size: 14px;
  24. line-height: 60px;
  25. height: 60px;
  26. }
  27. .tree-padding>h1 em{
  28. font-size: 18px;
  29. }
  30. .rechargetab{
  31. width: 100%;
  32. height: 42px;
  33. border-bottom: 1px solid @border-color1;
  34. }
  35. .rechargetab .tab{
  36. width: 100%;
  37. }
  38. .rechargetab .tab li{
  39. float: left;
  40. display: inline-block;
  41. padding:0 15px;
  42. position: relative;
  43. line-height: 40px;
  44. border:1px solid @border-color1;
  45. border-bottom: 0;
  46. margin-left: -1px;
  47. background-color: @bj-color;
  48. }
  49. .rechargetab .tab li.active{
  50. margin-bottom: -1px;
  51. background-color: #fff;
  52. border-top:2px solid @theme-color2;
  53. }
  54. .rechargetabcontent .list .input-wrap{
  55. width: 180px;
  56. margin-right: 5px;
  57. display: inline-block;
  58. }
  59. .rechargetabcontent .list {
  60. padding-left: 90px;
  61. }
  62. .rechargetabcontent .list label{
  63. width: 80px;
  64. position: absolute;
  65. left: 0;
  66. top: 0;
  67. line-height: 42px;
  68. text-align: center;
  69. font-weight: normal;
  70. }
  71. .rechargetabcontent .tabcontent{
  72. padding-top: 20px;
  73. }
  74. .rechargestyle{
  75. width: 1000px;
  76. padding-top: 20px;
  77. }
  78. .rechargestyle .rechargebox{
  79. width: 190px;
  80. height: 40px;
  81. border:1px solid @border-color1;
  82. float: left;
  83. margin-right: 15px;
  84. margin-bottom: 10px;
  85. text-align: center;
  86. line-height: 40px;
  87. cursor: pointer;
  88. }
  89. .rechargestyle .rechargebox.active{
  90. border:1px solid @theme-color2;
  91. }
  92. .warmtip{
  93. width: 100%;
  94. padding:10px;
  95. border:1px solid @border-color1;
  96. background: @bj-color;
  97. }
  98. .warmtip h1{
  99. font-size: 14px;
  100. font-weight: normal;
  101. line-height: 25px;
  102. }
  103. .warmtip ul{
  104. margin: 0;
  105. line-height: 22px;
  106. }
  107. .warmtip ul li{
  108. }
  109. .warmtip ul .f_redcolor{
  110. color: #ff0000
  111. }
  112. .btnrecharge{
  113. width: 90px;
  114. padding-top: 15px;
  115. }
  116. .successpadding{
  117. padding: 25px 30px;
  118. padding-bottom: 400px;
  119. }
  120. .successpadding .successbk{
  121. width: 100%;
  122. background: @bj-color;
  123. padding: 15px;
  124. padding-left: 90px;
  125. padding-bottom: 30px;
  126. position: relative;
  127. }
  128. .successpadding .successbk i{
  129. position: absolute;
  130. left:30px;
  131. top:8px;
  132. font-size: 45px;
  133. }
  134. .successpadding .successbk h4{
  135. font-size: 21px;
  136. line-height: 40px;
  137. }
  138. .successpadding .successbk h6{
  139. font-size:14px;
  140. line-height:28px;
  141. color: @font-color3;
  142. }
  143. .successpadding .successbk span{
  144. margin: 0 10px;
  145. line-height: 10px;
  146. height: 10px;
  147. position: relative;
  148. }
  149. .successpadding .successbk span:after{
  150. content: "";
  151. display: block;
  152. position: absolute;
  153. left: 0;
  154. top:3px;
  155. height: 14px;
  156. border-right: 1px solid @font-color3;
  157. }
  158. .successpadding .successbk .lookdetail{
  159. margin-top: 30px;
  160. }