a.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @charset "utf-8";
  2. //font
  3. $table:150px*0.5;
  4. $a :0.5;
  5. $z1 :10;
  6. $z2 :50;
  7. $z3 :100;
  8. body {
  9. // background : yellow;
  10. padding-bottom : $table;
  11. font-size : 1.5rem;
  12. height : 100%;
  13. .table {
  14. position : fixed;
  15. bottom : 0;
  16. left : 0;
  17. width : 100%;
  18. height : $table;
  19. margin : 0;
  20. background-color: #fff;
  21. padding-top : 15px;
  22. ul {
  23. width : 100%;
  24. height: 100%;
  25. li:nth-child(1) {
  26. background-image: url(../static/img/ztb.png);
  27. }
  28. li:nth-child(2) {
  29. background-image: url(../static/img/gc.png);
  30. }
  31. li:nth-child(3) {
  32. background-image: url(../static/img/xm.png);
  33. }
  34. li:nth-child(4) {
  35. background-image: url(../static/img/me.png);
  36. }
  37. li {
  38. width : 24%;
  39. height : 100%;
  40. display : inline-block;
  41. text-align : center;
  42. background-size: 30px !important;
  43. background : no-repeat center top;
  44. span {
  45. margin-top: 33px;
  46. display : inline-block;
  47. }
  48. }
  49. }
  50. }
  51. div {
  52. height: 100%;
  53. }
  54. .search {
  55. width : 100%;
  56. height : 44px;
  57. padding: 7px 17px;
  58. input {
  59. width : 75%;
  60. height : $a*60px;
  61. background : rgba(240, 243, 245, 1);
  62. border-radius: $a*30px;
  63. border : none;
  64. }
  65. span {
  66. font-size : 1.5rem;
  67. font-family: PingFang-SC-Medium;
  68. font-weight: 500;
  69. color : rgba(255, 92, 92, 1);
  70. margin-left: 13px;
  71. }
  72. }
  73. .bidlist {
  74. overflow-y : auto;
  75. padding-bottom : 75px;
  76. background-color: #f8f9fa;
  77. height : 90%;
  78. li {
  79. height : 302px*$a;
  80. margin-bottom : 18px*$a;
  81. background-color: #fff;
  82. padding : 35px*$a;
  83. h2 {
  84. height : 31px*$a;
  85. font-size : 32px*$a;
  86. font-family: PingFang-SC-Bold;
  87. font-weight: bold;
  88. color : rgba(32, 32, 32, 1);
  89. line-height: 31px*$a;
  90. }
  91. .p1 {
  92. margin : 20px*$a 0;
  93. font-size : 26px*$a;
  94. font-family: PingFang-SC-Medium;
  95. font-weight: 500;
  96. color : rgba(122, 122, 122, 1);
  97. }
  98. }
  99. }
  100. .label {
  101. background : rgba(242, 242, 250, 1);
  102. border-radius: 4px;
  103. font-size : 22px*$a;
  104. font-family : PingFang-SC-Regular;
  105. font-weight : 400;
  106. color : rgba(108, 116, 122, 1);
  107. padding : 5px;
  108. }
  109. .time {
  110. float: right;
  111. color: rgba(122, 122, 122, 1);
  112. }
  113. * {
  114. margin : 0;
  115. padding: 0;
  116. }
  117. }
  118. * {
  119. text-decoration: none;
  120. list-style : none;
  121. box-sizing : border-box;
  122. }
  123. $colour :#009688 #5FB878 #393D49 #1E9FFF #F7B824 #FF5722