index.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .my-balance {
  2. padding-right: 55px;
  3. padding-left: 55px;
  4. }
  5. .el-pagination {
  6. padding: 50px 0 !important;
  7. text-align: center;
  8. }
  9. .my-balance .total ul {
  10. display: -webkit-box;
  11. display: -webkit-flex;
  12. display: -moz-box;
  13. display: -ms-flexbox;
  14. display: flex;
  15. padding-top: 65px;
  16. padding-bottom: 35px;
  17. font-size: 14px;
  18. color: #969696;
  19. }
  20. .my-balance .total li ~ li {
  21. margin-left: 170px;
  22. }
  23. .my-balance .total li > div:last-child {
  24. margin-top: 15px;
  25. font-weight: bold;
  26. font-size: 32px;
  27. color: #282828;
  28. }
  29. .my-balance .el-tabs.el-tabs--top {
  30. margin-top: 0;
  31. }
  32. .my-balance .el-tabs__header.is-top {
  33. padding-right: 0;
  34. padding-left: 0;
  35. }
  36. .my-balance .el-tabs__nav-wrap.is-top::after {
  37. display: block;
  38. height: 1px;
  39. background-color: #ececec;
  40. }
  41. .my-balance .el-tabs__item.is-top {
  42. padding-right: 25px;
  43. padding-left: 25px;
  44. color: #999;
  45. }
  46. .my-balance .el-tabs.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  47. padding-left: 25px;
  48. }
  49. .my-balance .el-tabs.el-tabs--top .el-tabs__item.is-top:last-child {
  50. padding-right: 25px;
  51. }
  52. .my-balance .el-tabs.el-tabs--top .el-tab-pane > ul > li {
  53. display: -webkit-box;
  54. display: -webkit-flex;
  55. display: -moz-box;
  56. display: -ms-flexbox;
  57. display: flex;
  58. -webkit-box-pack: justify;
  59. -webkit-justify-content: space-between;
  60. -moz-box-pack: justify;
  61. -ms-flex-pack: justify;
  62. justify-content: space-between;
  63. -webkit-box-align: center;
  64. -webkit-align-items: center;
  65. -moz-box-align: center;
  66. -ms-flex-align: center;
  67. align-items: center;
  68. height: 86px;
  69. padding-right: 10px;
  70. padding-left: 10px;
  71. border-bottom: 1px dashed #d0d0d0;
  72. font-size: 14px;
  73. color: #969696;
  74. }
  75. .my-balance .el-tabs.el-tabs--top li > div > div:first-child {
  76. margin-bottom: 10px;
  77. font-size: 16px;
  78. color: #282828;
  79. }
  80. .my-balance .el-tabs.el-tabs--top li > div:last-child {
  81. font-weight: bold;
  82. font-size: 16px;
  83. color: #191C6E;
  84. }
  85. .my-balance .el-tabs.el-tabs--top li > .red:last-child {
  86. color: #FF6B00;
  87. }
  88. .my-balance > div:last-child {
  89. padding-top: 41px;
  90. padding-bottom: 53px;
  91. font-size: 12px;
  92. color: #969696;
  93. }
  94. .my-balance .el-tab-pane .el-icon-warning {
  95. margin-right: 8px;
  96. font-size: 14px;
  97. color: #ff6b00;
  98. }
  99. .my-balance .empty {
  100. height: 488px;
  101. background: url("../../../images/empty7.png") center/274px no-repeat;
  102. }