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

47 lines
992 B

  1. @import '../../../common/css/global';
  2. #sensus{
  3. .sensuspage{
  4. .sensus-detail{
  5. height:260px;
  6. }
  7. .sensus-item{
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. flex-wrap: wrap;
  12. background-color: #ffffff;
  13. view{
  14. text-align: center;
  15. width: 33.3%;
  16. font-size: 13px;
  17. color:#9b9b9b ;
  18. border-right: 1px solid #d8d8d8;
  19. border-bottom: 1px solid #d8d8d8;
  20. padding:19px 0 17px 0;
  21. span{
  22. display: block;
  23. &.item-top{
  24. font-size: 17px;
  25. line-height: 18px;
  26. padding-bottom: 8px;
  27. }
  28. &.sale-earning{
  29. color: @globalColor;
  30. }
  31. }
  32. }
  33. }
  34. .check-money{
  35. position: fixed;
  36. width: 100%;
  37. bottom: 0;
  38. button{
  39. background-color: #ffffff;
  40. color: #4A90E2;
  41. font-size:17px;
  42. }
  43. button::after{
  44. border: none;
  45. }
  46. }
  47. }
  48. }