huodongchaxun.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /*样式重置*/
  2. body {
  3. background: #fff;
  4. }
  5. .demo-comtop {
  6. top: 0;
  7. right: 0;
  8. left: 0;
  9. background-color: #17B3EC;
  10. -webkit-box-shadow: none !important;
  11. box-shadow: none !important;
  12. -webkit-backface-visibility: hidden;
  13. backface-visibility: hidden;
  14. width: 100%;
  15. height: 45px;
  16. line-height: 44px;
  17. color: #333;
  18. text-align: center;
  19. font-size: 18px;
  20. position: relative;
  21. z-index: 9999;
  22. box-sizing: border-box;
  23. -webkit-box-sizing: border-box;
  24. -moz-box-sizing: border-box;
  25. -ms-box-sizing: border-box;
  26. }
  27. #integral {
  28. display: block;
  29. height: 45px;
  30. position: absolute;
  31. right: 10px;
  32. top: 0;
  33. font-size: 16px;
  34. color: #fff;
  35. }
  36. /*搜索样式*/
  37. .lin-search-ipt {
  38. height: 130px;
  39. padding: 18px 10px;
  40. background-color: #F2F3F4;
  41. box-sizing: border-box;
  42. }
  43. .lin-search-ipt div:nth-of-type(1) {
  44. border-radius: 20px;
  45. height: 45px;
  46. background-color: #fff;
  47. color: #999999;
  48. float: left;
  49. text-align: left;
  50. width: 80%;
  51. -webkit-box-flex: 1;
  52. }
  53. .lin-search-ipt input {
  54. border-radius: 20px;
  55. height: 100%;
  56. color: #999999;
  57. text-align: left;
  58. padding-left: 30px;
  59. background: url(../images/sousuo_icon.png) no-repeat;
  60. background-size: 15px 15px;
  61. background-position: 10px;
  62. }
  63. .lin-search-ipt a {
  64. font-size: 16px;
  65. display: block;
  66. padding: 4px 6px 4px 12px;
  67. color: #999999;
  68. height: 45px;
  69. float: left;
  70. width: 15%;
  71. text-align: center;
  72. line-height: 35px;
  73. }
  74. .lin-search-ipt .searchbar-clear {
  75. position: absolute;
  76. padding: 0;
  77. top: 13px;
  78. right: 5px;
  79. width: 18px;
  80. height: 18px;
  81. background: url(../images/shanchu_shuru_icon.png) no-repeat;
  82. background-size: 100% 100%;
  83. display: none;
  84. }
  85. .recent {
  86. font-size: 16px;
  87. display: block;
  88. padding: 4px 6px 4px 12px;
  89. color: #999999;
  90. height: 20px;
  91. float: left;
  92. text-align: center;
  93. margin-top: 20px
  94. }
  95. /*搜索样式结束*/
  96. .plr10 {
  97. padding: 0 10px;
  98. }
  99. .mgt20 {
  100. margin-top: 20px;
  101. }
  102. /*标签样式*/
  103. .search-pre-item span {
  104. display: inline-block;
  105. padding: 2px 11px;
  106. margin: 0 10px 10px 0;
  107. border: 1px solid #e1e1e1;
  108. border-radius: 10px;
  109. color: #333333;
  110. }
  111. .ax-naills{
  112. padding: 0px 20px;
  113. }
  114. .c-border-tb {
  115. border-top-width: 0px;
  116. border-bottom-width: 1px;
  117. }
  118. .c-list .c-list-info > h4>p {
  119. font-size: 17px;
  120. line-height: 20px;
  121. }
  122. .c-avatar-div{
  123. background: url(../images/tiaozhuan_icon.png) no-repeat;
  124. background-position: center right;
  125. background-size: 15px 15px;
  126. width: 100px;
  127. height: 45px;
  128. font-size: 14px;
  129. overflow: hidden;
  130. display: block;
  131. -webkit-box-pack: center;
  132. -webkit-box-align: center;
  133. text-align: center;
  134. margin: 25px 15px 0px 0px;
  135. }
  136. .c-avatar-div>p:nth-of-type(1){
  137. font-size: 15px;
  138. color: #999;
  139. margin-right: 28px;
  140. }
  141. .c-avatar-div>p:nth-of-type(2){
  142. font-size: 18px;
  143. color: #333;
  144. margin-right: 20px;
  145. }