金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.7 KiB

  1. @import '../../../common/css/global';
  2. #recharge-balance{
  3. .content{
  4. height: 100%;
  5. overflow: auto;
  6. box-sizing: border-box;
  7. .balance-top{
  8. color: #FFFFFF;
  9. padding: 20px 15px;
  10. background: @mainColor;
  11. .title{
  12. font-size: 12px;
  13. }
  14. .recharge-box{
  15. display: flex;
  16. align-items: center;
  17. margin-top: 20px;
  18. font-size: 14px;
  19. .recharge{
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. width:50px;
  24. height:24px;
  25. border-radius:2px;
  26. border:1px solid rgba(255,255,255,1);
  27. }
  28. .money{
  29. flex: 1;
  30. font-size: 30px;
  31. }
  32. }
  33. }
  34. .tab-panel{
  35. background-color: #FFFFFF;
  36. margin-top: 10px;
  37. display: flex;
  38. box-sizing: border-box;
  39. .tab-title{
  40. height: 44px;
  41. width: 50%;
  42. line-height: 44px;
  43. text-align: center;
  44. box-sizing: border-box;
  45. &.active{
  46. color:@mainColor;
  47. border-bottom: 2px solid @mainColor;
  48. }
  49. }
  50. }
  51. .tab-content{
  52. margin-top: 10px;
  53. background-color: #FFFFFF;
  54. .tab-item-content{
  55. box-sizing: border-box;
  56. padding-left: 12px;
  57. padding-right: 12px;
  58. display: flex;
  59. line-height: 60px;
  60. height: 60px;
  61. border-bottom: 1px solid #d9d9d9;
  62. justify-content: space-between;
  63. .num{
  64. color: @globalColor;
  65. }
  66. .text{
  67. overflow: hidden;
  68. white-space: nowrap;
  69. text-overflow: ellipsis;
  70. line-height: 30px;
  71. flex: 1;
  72. }
  73. }
  74. }
  75. }
  76. .loadingbox {
  77. text-align: center;
  78. padding: 5px 0;
  79. }
  80. }