guide_list.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. html,body {
  2. background-color: #efeff4;
  3. }
  4. .mui-bar~.mui-content .mui-fullscreen {
  5. top: 44px;
  6. height: auto;
  7. }
  8. .mui-bar-nav ~ .mui-content {
  9. padding: 0;
  10. }
  11. .mui-input-clear.lin-search {
  12. width: 95%;
  13. display: block;
  14. margin: auto;
  15. background-color: #efeff4;
  16. }
  17. .mui-bar~.mui-pull-top-tips {
  18. top: 24px;
  19. }
  20. .mui-pull-top-wrapper {
  21. width: 42px;
  22. height: 42px;
  23. display: block;
  24. text-align: center;
  25. border: 1px solid #ddd;
  26. border-radius: 25px;
  27. background-clip: padding-box;
  28. box-shadow: 0 4px 10px #bbb;
  29. overflow: hidden;
  30. }
  31. .mui-pull-top-tips.mui-transitioning {
  32. -webkit-transition-duration: 200ms;
  33. transition-duration: 200ms;
  34. }
  35. .top_button {
  36. height: 90px;
  37. margin-top: 10px;
  38. line-height: 45px;
  39. background-color: #fff !important;
  40. padding-top: 5px;
  41. padding-bottom: 10px;
  42. }
  43. .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
  44. width: 98.5%;
  45. margin: auto;
  46. height: 40px;
  47. white-space: nowrap;
  48. }
  49. .mui-segmented-control.mui-scroll-wrapper {
  50. height: 55px;
  51. }
  52. .mui-scroll a {
  53. border-right: #e1e1e1 solid 1px !important;
  54. }
  55. .lin-search {
  56. line-height: 12px;
  57. height: 27px !important;
  58. /*background-color: #f2f4f6 !important;*/
  59. border-radius: 5px;
  60. width: 95%;
  61. padding: 10px 8px;
  62. margin: auto;
  63. color: #999;
  64. }
  65. .mui-input-clear.lin-search {
  66. padding-left: 25px;
  67. }
  68. .mui-icon.mui-icon-clear {
  69. margin-top: 4px;
  70. }
  71. .one {
  72. height:50px;
  73. padding-top: 10px;
  74. background-color: #fff ;
  75. position: relative;
  76. }
  77. .search_img{
  78. position: absolute;
  79. margin-top: 15px;
  80. margin-left: 10px;
  81. top: 0;
  82. color: #909090;
  83. }
  84. .template_color{
  85. border-bottom: 2px solid #17b3ec;
  86. }
  87. .mui-table-view-cell.mui-active {
  88. /*background-color: #FFF100;*/
  89. }
  90. .add-btn {
  91. width: 50px;
  92. height: 50px;
  93. position: fixed;
  94. bottom: 30px;
  95. right: 30px;
  96. background: url(../images/xuanfu_btn.png) no-repeat center top;
  97. background-size: 50px;
  98. z-index: 999;
  99. }
  100. .group_list {
  101. margin-top: 81px;
  102. }
  103. .article_name{
  104. width: 282px;
  105. height: 45px;
  106. word-wrap: break-word;
  107. }
  108. .mt5 {
  109. font-size: 0;
  110. vertical-align: top;
  111. }
  112. .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
  113. border-top: 0px;
  114. }
  115. .mui-table-view-cell.mui-collapse {
  116. margin: auto;
  117. padding: 17px 16px;
  118. }
  119. .four{
  120. border-top: 0;
  121. }
  122. .mui-table-view-cell.mui-collapse .mui-collapse-content{
  123. padding: 8px;
  124. }
  125. .list-arrow-r.ptb10.team_list {
  126. padding: 17px 16px;
  127. margin-left: 0;
  128. }
  129. .load_more{
  130. width: 100%;
  131. text-align: center;
  132. color: #909090;
  133. font-size: 12px;
  134. }
  135. .list_left{
  136. display: inline;
  137. }
  138. .list_right{
  139. display: inline !important;
  140. }
  141. .team_list {
  142. display:flex ;
  143. justify-content: space-between;
  144. align-items: center;
  145. }