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

126 lines
2.4 KiB

  1. @import '../../../common/css/global';
  2. #point_index{
  3. .point-top{
  4. background-color: @mainColor;
  5. color: #ffffff;
  6. padding: 19px 15px 15px 35px;
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. font-size: 12px;
  11. .point-current{
  12. text-align: center;
  13. .point-num{
  14. font-size:35px;
  15. line-height: 49px;
  16. }
  17. }
  18. .point-frozen{
  19. .point_rule{
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. color: #FFFFFF;
  24. width:60px;
  25. height:24px;
  26. background:#CE4347;
  27. border-radius:12px;
  28. }
  29. .point-mall{
  30. text-align: center;
  31. width: 63px;
  32. line-height: 20px;
  33. margin: auto;
  34. font-size: 12px;
  35. margin-top:15px ;
  36. border:1px solid #ffffff ;
  37. border-radius: 2px;
  38. }
  39. }
  40. }
  41. .point-content{
  42. margin-top: 15px;
  43. .navbar {
  44. width: 100%;
  45. display: flex;
  46. z-index: 20;
  47. height: 50px;
  48. line-height: 50px;
  49. background: #FFFFFF;
  50. font-size: 14px;
  51. color: #9B9B9B;
  52. .navbar-item {
  53. flex: 1;
  54. width: 0%;
  55. text-align: center;
  56. &.activity {
  57. color: @mainColor;
  58. }
  59. }
  60. .navbar-slider {
  61. position: absolute;
  62. content: " ";
  63. left: 0;
  64. bottom: 0;
  65. width: 4em;
  66. height: 3px;
  67. background-color: @mainColor;
  68. transition: transform .3s;
  69. }
  70. }
  71. .tab-panel{
  72. padding-top: 15px;
  73. }
  74. .point-list{
  75. background-color: #ffffff;
  76. display: flex;
  77. align-items: center;
  78. margin-bottom:10px ;
  79. view{
  80. width: 50%;
  81. text-align: center;
  82. padding: 10px 0;
  83. }
  84. }
  85. .point-item{
  86. .point-info{
  87. background-color: #ffffff;
  88. color: #888888;
  89. font-size: 12px;
  90. padding: 10px 15px;
  91. display: flex;
  92. align-items: center;
  93. justify-content: space-between;
  94. .info-left{
  95. flex: 1;
  96. }
  97. .info-right{
  98. display: flex;
  99. flex-direction: column;
  100. text-align: right;
  101. }
  102. .store-title{
  103. font-size: 16px;
  104. color: #666666;
  105. line-height: 25px;
  106. }
  107. .up-time{
  108. line-height:16px ;
  109. }
  110. .up-money{
  111. color:#FB5054;
  112. font-size: 15px;
  113. }
  114. .slow-money{
  115. color:#E73237 ;
  116. font-size: 15px;
  117. }
  118. }
  119. }
  120. }
  121. }