manyidu.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .man-head{
  2. padding: 20px 0px;
  3. text-align: center;
  4. border-bottom: solid 1px #d8d8d8;
  5. background-color: #fff;
  6. }
  7. .man-head .tit{
  8. font-size: 16px;
  9. color: #666;
  10. margin-bottom: 5px;
  11. }
  12. .man-head .num{
  13. font-size: 30px;
  14. color: #f9cf18;
  15. }
  16. .tag-list{
  17. -webkit-box-flex:1;
  18. background-color: #fff;
  19. font-size: 14px;
  20. color: #333;
  21. padding: 20px 0px 5px;
  22. max-height: 152px;
  23. overflow: auto;
  24. }
  25. .tag-list .one{
  26. display: inline-block;
  27. padding: 3px 10px;
  28. border: solid 1px #DCDCDC;
  29. border-radius: 20px;
  30. margin-right: 20px;
  31. margin-bottom: 15px;
  32. }
  33. .type-score{
  34. margin-top: 5px;
  35. display: -webkit-box;
  36. -webkit-box-pack: center;
  37. color: #666666;
  38. font-size: 14px;
  39. }
  40. .type-score .p1{
  41. margin-right: 20px;
  42. }
  43. .type-score .p1:last-child{
  44. margin-right: 0px;
  45. }
  46. .man-tags{
  47. display: -webkit-box;
  48. border-bottom: solid 1px #d8d8d8;
  49. }
  50. .man-tags .tit{
  51. background-color: #fff;
  52. padding: 20px 5px 0px 15px;
  53. line-height: 28px;
  54. }
  55. .tag-one{
  56. padding-bottom: 8px;
  57. line-height: 1.2;
  58. font-size: 14px;
  59. color: #333;
  60. }
  61. .tag-name{
  62. padding-top: 10px;
  63. line-height: 1.2;
  64. padding-bottom: 5px;
  65. font-size: 14px;
  66. color: #333;
  67. }
  68. .tag-card{
  69. padding: 10px 15px;
  70. }
  71. .tag-card .p1{
  72. font-size: 16px;
  73. color: #333;
  74. }
  75. .tag-card .p1 .left{
  76. display: inline-block;
  77. }
  78. .tag-card .p1 .right{
  79. float: right;
  80. }
  81. .tag-card .p1 .right span{
  82. color: #17b3ec;
  83. font-weight: bold;
  84. }
  85. .tag-card .p2{
  86. font-size: 14px;
  87. color: #666;
  88. padding: 15px 10px;
  89. }
  90. .tag-card .p3 .left{
  91. display: inline-block;
  92. }
  93. .tag-card .p3 .left div{
  94. display: inline-block;
  95. margin-right: 10px;
  96. }
  97. .tag-card .p3 .left div:last-child{
  98. margin-right: 0px;
  99. }
  100. .tag-card .p3 .right{
  101. float: right;
  102. }
  103. .tag-card .p3{
  104. font-size: 14px;
  105. color: #333;
  106. }
  107. .nodataimg{
  108. width: 100%;
  109. padding-bottom: 40px;
  110. }
  111. .nodataimg .img{
  112. padding-top: 50px;
  113. width: 320px!important;
  114. height: 184px;
  115. margin: 0 auto;
  116. }
  117. .nodataimg img{
  118. width: 100%;
  119. }
  120. .nodataimg .text{
  121. font-size: 16px;
  122. color: #5b5b5b;
  123. text-align: center;
  124. }
  125. .slide-li{
  126. text-align: center;
  127. height: 56px;
  128. width: 25%;
  129. border-bottom:transparent 1px solid ;
  130. }
  131. .slide-li.active .tag-name,.slide-li.active .tag-one{
  132. color:#17b3ec;
  133. }
  134. .slide-li.active{
  135. border-bottom-color: #17b3ec;
  136. }
  137. #sliderControl{
  138. display: -webkit-box;
  139. }
  140. #sliderTag{
  141. width: 100%;
  142. height: 57px;
  143. background-color: #fff;
  144. border-bottom: solid 1px #d8d8d8;
  145. z-index: 100;
  146. }
  147. .mui-table-view-cell{
  148. padding: 0px;
  149. margin-bottom: 10px;
  150. background-color: #fff;
  151. }