review.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .results{
  2. text-align: center;
  3. font-size: 24rpx;
  4. position: relative;
  5. }
  6. .results view{
  7. padding:10rpx 0rpx;
  8. }
  9. .resultsBox{
  10. margin-top:20rpx;
  11. border:1px solid #f1f1f1;
  12. max-height:600rpx;
  13. overflow-y:auto
  14. }
  15. .results:nth-child(odd){
  16. background-color: #f1f1f1;
  17. }
  18. .sxImg{
  19. width: 30rpx;
  20. height: 30rpx;
  21. }
  22. .search {
  23. background-color: #f1f1f1;
  24. border-radius: 10rpx;
  25. margin-right: 10px;
  26. padding: 6rpx 10rpx;
  27. width: 100%;
  28. }
  29. .search input {
  30. background-color: #f1f1f1;
  31. }
  32. .footer{
  33. position: fixed;
  34. bottom: 0;
  35. right: 0;
  36. left: 0;
  37. z-index: 999;
  38. border-top: 1px solid #f1f1f1;
  39. text-align: center;
  40. background-color: #fff;
  41. }
  42. .footer view{
  43. padding: 24rpx 0;
  44. font-size: 32rpx;
  45. }
  46. .search image {
  47. width: 30rpx;
  48. height: 30rpx;
  49. margin-left: 10rpx;
  50. }
  51. .header {
  52. background: #fff;
  53. /* padding: 28rpx; */
  54. padding-bottom: 0rpx;
  55. position: sticky;
  56. top: 0;
  57. }
  58. .selectItems {
  59. /* margin-top: 20rpx; */
  60. }
  61. .selectItems .selectImg {
  62. border-left: 1px solid #f1f1f1;
  63. /* padding: 0 20rpx; */
  64. }
  65. .selectImg image {
  66. width: 30rpx;
  67. height: 30rpx;
  68. position: relative;
  69. top: 0.1rem;
  70. }
  71. .selectItems .flex-1 {
  72. padding: 24rpx 0;
  73. text-align: center;
  74. position: relative;
  75. }
  76. .selectItems .active::before {
  77. position: absolute;
  78. content: " ";
  79. height: 4rpx;
  80. width: 120rpx;
  81. background: #26A2FF;
  82. bottom: 0rpx;
  83. }
  84. .li {
  85. padding: 24rpx 28rpx;
  86. padding-bottom: 0rpx;
  87. }
  88. .main{
  89. background: #fff;
  90. }
  91. .main-right {
  92. margin-left: 10rpx;
  93. }
  94. .main-right .name {
  95. padding-top: 12rpx;
  96. font-size: 36rpx;
  97. }
  98. .main-right .context {
  99. overflow: hidden;
  100. text-overflow: ellipsis;
  101. display: -webkit-box;
  102. -webkit-line-clamp: 2;
  103. font-size: 32rpx;
  104. -webkit-box-orient: vertical;
  105. padding-top: 10rpx;
  106. margin-bottom: 20rpx;
  107. height: 80rpx;
  108. }
  109. .main-right .date {
  110. font-size: 32rpx;
  111. color: #909399;
  112. }
  113. .main-right .text {
  114. color: #26A2FF;
  115. padding-right: 32rpx;
  116. }
  117. .index {
  118. border-radius: 6rpx;
  119. background: #67C23A;
  120. color: #fff;
  121. font-size: 20rpx;
  122. padding: 0 6rpx;
  123. }
  124. .rule-all-text{
  125. font-size: 28rpx;
  126. color: #999;
  127. position: relative;
  128. /* right: 10rpx; */
  129. bottom: 5rpx;
  130. top: 0rpx;
  131. }
  132. .staff-all{
  133. /* background: rgba(245, 247, 250, 1); */
  134. padding: 16rpx 28rpx;
  135. }
  136. .scroll {
  137. height: calc(100vh - 236rpx);
  138. }
  139. .windows-box{
  140. background: #fff;
  141. margin: 0 32rpx;
  142. margin-top: 30%;
  143. border-radius: 20rpx;
  144. }
  145. .windows-title{
  146. text-align: center;
  147. padding: 28rpx 0;
  148. border-bottom: 1px solid #f1f1f1;
  149. }
  150. .windows-btn{
  151. border-top: 1px solid #f1f1f1;
  152. }
  153. .windows-btn view:nth-child(1){
  154. text-align: center;
  155. padding: 28rpx 0;
  156. border-right: 1px solid #f1f1f1;
  157. }
  158. .windows-btn button{
  159. text-align: center;
  160. color: #26A2FF;
  161. background: #fff;
  162. border: none;
  163. }
  164. .windows-content textarea{
  165. height: 150rpx;
  166. padding: 28rpx;
  167. }