procurement.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .mui-content{
  2. padding-bottom: 40px;
  3. }
  4. .procurement-nav {
  5. background: #FFFFFF;
  6. }
  7. .procurement-nav ul {
  8. overflow: hidden;
  9. height: 194px;
  10. }
  11. .procurement-nav ul li {
  12. float: left;
  13. width: 33.33333%;
  14. padding-top: 17px;
  15. }
  16. .procurement-nav ul li span:first-child {
  17. display: block;
  18. width: 34px;
  19. height: 34px;
  20. margin: 0 auto;
  21. margin-bottom: 8px;
  22. }
  23. .procurement-nav ul li img {
  24. width: 100%;
  25. height: 100%;
  26. border-radius: 4px;
  27. }
  28. .procurement-nav ul li span {
  29. display: block;
  30. text-align: center;
  31. font-size: 14px;
  32. margin-bottom: 8px;
  33. }
  34. .procurement-nav .mui-slider-indicator {
  35. position: absolute;
  36. bottom: 12px;
  37. height: 10px;
  38. }
  39. .procurement-nav .mui-slider-indicator .mui-active.mui-indicator {
  40. background: #D7D7D7;
  41. }
  42. .procurement-nav .mui-slider-indicator .mui-indicator {
  43. background: #efefef;
  44. -webkit-box-shadow: none;
  45. box-shadow: none;
  46. }
  47. .procurement-nav .mui-slider-indicator .mui-indicator {
  48. margin: 0 4px;
  49. }
  50. .procurement-content .content-nav {
  51. height: 40px;
  52. background: #FFFFFF;
  53. margin: 10px 0 0 0;
  54. padding: 0 15px;
  55. position: relative;
  56. }
  57. .procurement-content .content-nav span {
  58. display: inline-block;
  59. font-size: 14px;
  60. white-space: nowrap;
  61. }
  62. .procurement-content .content-nav span:first-child {
  63. display: inline-block;
  64. width: 3px;
  65. height: 16px;
  66. margin-top: 12px;
  67. margin-right: 6px;
  68. }
  69. .procurement-content .content-nav span.or {
  70. background: #fcaa00;
  71. }
  72. .procurement-content .content-nav span.gr {
  73. background: #0ec467;
  74. }
  75. .procurement-content .content-nav span.bl {
  76. background: #1badf8;
  77. }
  78. .procurement-content .content-nav span:nth-child(2) {
  79. position: relative;
  80. top: -3px;
  81. }
  82. .procurement-content .content-nav span:nth-child(3) {
  83. position: absolute;
  84. right: 15px;
  85. top: 12px;
  86. color: #999999;
  87. }
  88. .procurement-content .content-tent {
  89. padding: 0 15px;
  90. height: 40px;
  91. line-height: 42px;
  92. }
  93. .procurement-content .content-tent span {
  94. font-size: 12px;
  95. }
  96. .procurement-content #select,
  97. .procurement-content #select-num,
  98. .procurement-content #select-nums {
  99. width: 100%;
  100. height: 160px;
  101. }
  102. .sell-nav ul {
  103. height: 90px;
  104. }
  105. .sell-nav ul li:nth-child(2) {
  106. border-left: 1px solid #f5f5f5;
  107. border-right: 1px solid #f5f5f5;
  108. }
  109. .null{
  110. text-align: center;
  111. font-size: 16px;
  112. line-height: 160px;
  113. background: #FFFFFF;
  114. opacity: 0.6;
  115. }
  116. .null img {
  117. width: 100px;
  118. vertical-align: middle;
  119. }