金诚优选前端代码
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.

114 lines
2.5 KiB

  1. @import '../../../common/css/global';
  2. #distributionCenter{
  3. .distributionCenterpage{
  4. .distributionCenter-top{
  5. color: #ffffff;
  6. background-color:@mainColor;
  7. height: 120px;
  8. text-align: center;
  9. padding: 33px 0 ;
  10. .current-title{
  11. font-size:16px;
  12. line-height: 16px;
  13. }
  14. .current-money{
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. padding-top: 8px;
  19. .cur-num{
  20. font-size:32px;
  21. font-weight: bold;
  22. height:32px ;
  23. line-height: 32px;
  24. }
  25. .current{
  26. font-size: 16px;
  27. height: 16px;
  28. line-height: 16px;
  29. }
  30. .cur-topic{
  31. font-size: 14px;
  32. color: #ffffff;
  33. display: inline-block;
  34. width: 51px;
  35. height: 23px;
  36. line-height: 23px;
  37. text-align: center;
  38. border-radius: 23px;
  39. border: 1px solid #ffffff;
  40. position: relative;
  41. left: 15px;
  42. }
  43. }
  44. }
  45. .distributionCenter-profit{
  46. display: flex;
  47. background-color: #ffffff;
  48. align-items: center;
  49. margin-bottom:15px;
  50. .addUp{
  51. flex: 1;
  52. padding: 20px;
  53. border-right:1px solid #D8D8D8;
  54. }
  55. .outStanding{
  56. flex: 1;
  57. padding: 20px;
  58. }
  59. .earnings{
  60. font-size: 14px;
  61. color: #9b9b9b;
  62. }
  63. .earnings-num{
  64. font-size: 20px;
  65. color: #4a4a4a;
  66. }
  67. }
  68. .distributionCenter-handle{
  69. padding: 20px 20px 0 20px;
  70. background: #ffffff;
  71. display: flex;
  72. align-items: center;
  73. //justify-content: space-around;
  74. flex-wrap: wrap;
  75. view{
  76. width: 33.33%;
  77. margin-bottom: 20px;
  78. font-size:14px;
  79. color:#4A4A4A;
  80. text-align: center;
  81. span{
  82. display: block;
  83. &.iconfont{
  84. font-size: 35px;
  85. }
  86. &.icon-woyaotixian{
  87. color:#76A73D;
  88. }
  89. &.icon-fenxiaodingdan{
  90. color: #F5A344;
  91. }
  92. &.icon-shoukuanzhanghu{
  93. color: #2C97D3;
  94. }
  95. &.icon-fenxiaotongji{
  96. color: #2C97D3;
  97. }
  98. &.icon-woyaotuiguang{
  99. color: #F86F5C;
  100. }
  101. &.icon-huiyuanguanli{
  102. color: #FE7400;
  103. }
  104. &.icon-youhuiquan3 {
  105. color: #F5A344;
  106. }
  107. &.icon-tuikeguanli{
  108. color:#2C97D3;
  109. }
  110. }
  111. }
  112. }
  113. }
  114. }