a.scss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. .search {
  53. width : 100%;
  54. height : 44px;
  55. padding: 7px 17px;
  56. input {
  57. width : 75%;
  58. height : $a*60px;
  59. background : rgba(240, 243, 245, 1);
  60. border-radius: $a*30px;
  61. border : none;
  62. }
  63. span {
  64. font-size : 1.5rem;
  65. font-family: PingFang-SC-Medium;
  66. font-weight: 500;
  67. color : rgba(255, 92, 92, 1);
  68. margin-left: 13px;
  69. }
  70. }
  71. .bidlist {
  72. overflow-y : auto;
  73. padding-bottom : 75px;
  74. background-color: #f8f9fa;
  75. height : 90%;
  76. li {
  77. height : 302px*$a;
  78. margin-bottom : 18px*$a;
  79. background-color: #fff;
  80. padding : 35px*$a;
  81. h2 {
  82. height : 31px*$a;
  83. font-size : 32px*$a;
  84. font-family: PingFang-SC-Bold;
  85. font-weight: bold;
  86. color : rgba(32, 32, 32, 1);
  87. line-height: 31px*$a;
  88. }
  89. .p1 {
  90. margin : 20px*$a 0;
  91. font-size : 26px*$a;
  92. font-family : PingFang-SC-Medium;
  93. font-weight : 500;
  94. color : rgba(122, 122, 122, 1);
  95. }
  96. }
  97. }
  98. .label {
  99. background : rgba(242, 242, 250, 1);
  100. border-radius: 4px;
  101. font-size : 22px*$a;
  102. font-family : PingFang-SC-Regular;
  103. font-weight : 400;
  104. color : rgba(108, 116, 122, 1);
  105. padding : 5px;
  106. }
  107. .time {
  108. float: right;
  109. color: rgba(122, 122, 122, 1);
  110. }
  111. * {
  112. margin : 0;
  113. padding: 0;
  114. }
  115. }
  116. * {
  117. text-decoration: none;
  118. list-style : none;
  119. box-sizing : border-box;
  120. }
  121. $colour :#009688 #5FB878 #393D49 #1E9FFF #F7B824 #FF5722