a.scss 3.3 KB

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