list.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100 {
  35. width: 100%;
  36. }
  37. .bwin-popup {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .scoped-list {
  76. padding-top: 20rpx;
  77. }
  78. .scoped-list .sl-item {
  79. box-shadow: 0 0 5px #ccc;
  80. margin: 0 20rpx 20rpx;
  81. border-radius: 20rpx;
  82. overflow: hidden;
  83. }
  84. .scoped-list .sl-item .sli-top {
  85. position: relative;
  86. height: 70rpx;
  87. line-height: 70rpx;
  88. color: #fff;
  89. background: #2d8cf0;
  90. padding-left: 20rpx;
  91. }
  92. .scoped-list .sl-item .sli-top.t2 {
  93. background: #19be6b;
  94. }
  95. .scoped-list .sl-item .sli-top.t3 {
  96. background: #795548;
  97. }
  98. .scoped-list .sl-item .sli-top .r {
  99. position: absolute;
  100. top: 0;
  101. right: 20rpx;
  102. height: 70rpx;
  103. line-height: 70rpx;
  104. color: #eee;
  105. }
  106. .scoped-list .sl-item .sli-top .r2 {
  107. position: absolute;
  108. top: 0;
  109. right: 100rpx;
  110. height: 70rpx;
  111. line-height: 70rpx;
  112. color: #eee;
  113. }
  114. .scoped-list .sl-item .sli-body {
  115. padding: 10rpx 20rpx;
  116. }
  117. .scoped-list .sl-item .sli-p1 {
  118. color: #666;
  119. margin-bottom: 10rpx;
  120. font-size: 28rpx;
  121. }
  122. .scoped-list .sl-item .sli-p1 .n {
  123. color: #ff9900;
  124. display: inline-block;
  125. font-weight: bold;
  126. }
  127. .scoped-list .sl-item .sli-p1 .i {
  128. color: #2d8cf0;
  129. font-weight: bold;
  130. display: inline-block;
  131. padding-left: 10rpx;
  132. }
  133. .scoped-list .sl-item .sli-p2 {
  134. color: #333;
  135. margin-bottom: 10rpx;
  136. }
  137. .scoped-list .sl-item .sli-p2 .n {
  138. font-size: 30rpx;
  139. display: inline-block;
  140. font-weight: bold;
  141. color: #ed4014;
  142. }
  143. .scoped-list .sl-item .sli-p3 {
  144. color: #999;
  145. font-size: 28rpx;
  146. margin-bottom: 10rpx;
  147. }
  148. .scoped-list .sl-item .sli-p4 {
  149. background: rgba(255, 229, 100, 0.3);
  150. color: #666;
  151. margin-bottom: 10rpx;
  152. }
  153. .float-search {
  154. opacity: 0.9;
  155. position: fixed;
  156. right: 20rpx;
  157. bottom: 40rpx;
  158. padding: 20rpx;
  159. border-radius: 50%;
  160. background-color: #2080f0;
  161. }
  162. .float-search2 {
  163. opacity: 0.9;
  164. position: fixed;
  165. right: 20rpx;
  166. bottom: 150rpx;
  167. padding: 20rpx;
  168. border-radius: 50%;
  169. background-color: #2080f0;
  170. }