plu.min.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .fui-danmu {
  2. height: 1.6rem;
  3. max-width: 14rem;
  4. border-radius: 0.8rem;
  5. position: fixed;
  6. top: 3rem;
  7. left: 1rem;
  8. z-index: 999;
  9. padding: 0.15rem;
  10. -webkit-box-align: center;
  11. -webkit-align-items: center;
  12. -ms-flex-align: center;
  13. align-items: center;
  14. font-size: 0.65rem;
  15. color: #fff;
  16. overflow: hidden;
  17. display: none;
  18. }
  19. .diy-fixedsearch ~ .fui-danmu {
  20. top: 5rem;
  21. }
  22. .fui-danmu.show{
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: -ms-flexbox;
  26. display: flex;
  27. }
  28. .fui-danmu:before {
  29. content: "";
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. bottom: 0;
  35. background: #000;
  36. z-index: -1;
  37. opacity: 0.7;
  38. }
  39. .fui-danmu .thumb {
  40. height: 1.3rem;
  41. width: 1.3rem;
  42. border-radius: 50%;
  43. background: #fff;
  44. z-index: 2;
  45. }
  46. .fui-danmu.style2 {
  47. border-radius: 0.2rem;
  48. }
  49. .fui-danmu.style2 .thumb {
  50. border-radius: 0.2rem;
  51. }
  52. .fui-danmu .text {
  53. -webkit-box-flex: 1;
  54. -webkit-flex: 1;
  55. -ms-flex: 1;
  56. flex: 1;
  57. padding-left: 0.2rem;
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. white-space: nowrap;
  61. z-index: 2;
  62. }
  63. .fui-danmu .time {
  64. max-width: 4rem;
  65. text-align: right;
  66. padding: 0 0.2rem;
  67. font-size: 0.65rem;
  68. z-index: 2;
  69. }
  70. .fui-startadv {
  71. position: fixed;
  72. top: 0;
  73. left: 0;
  74. top: 0;
  75. right: 0;
  76. bottom: 0;
  77. z-index: 10000;
  78. }
  79. .fui-startadv:before {
  80. content: "";
  81. position: absolute;
  82. top: 0;
  83. left: 0;
  84. right: 0;
  85. bottom: 0;
  86. background: rgba(0,0,0,0.6);
  87. }
  88. .fui-startadv .inner {
  89. position: absolute;
  90. top: 0;
  91. left: 0;
  92. right: 0;
  93. bottom: 0;
  94. z-index: 10001;
  95. }
  96. .fui-startadv.small-bot .inner,
  97. .fui-startadv.small-top .inner {
  98. width: 80%;
  99. height: 70%;
  100. position: relative;
  101. margin: 14% auto 0;
  102. }
  103. .fui-startadv.small-top .inner {
  104. margin: 22% auto 0;
  105. }
  106. .fui-startadv .inner img {
  107. width: 100%;
  108. height: 100%;
  109. }
  110. .fui-startadv.default .inner .close {
  111. position: absolute;
  112. top: 1rem;
  113. right: 1rem;
  114. z-index: 10002;
  115. background: rgba(0,0,0,0.5);
  116. color: #fff;
  117. font-size: 0.7rem;
  118. padding: 0.1rem 0.4rem;
  119. border-radius: 1rem;
  120. }
  121. .fui-startadv.small-bot .inner .close,
  122. .fui-startadv.small-top .inner .close {
  123. width: 100%;
  124. height: 4.5rem;
  125. position: absolute;
  126. bottom: -4.5rem;
  127. }
  128. .fui-startadv.small-top .inner .close {
  129. top: -3rem;
  130. height: 3rem;
  131. bottom: 0;
  132. }
  133. .fui-startadv.small-bot .inner .close:before,
  134. .fui-startadv.small-top .inner .close:before {
  135. position: absolute;
  136. height: 2.1rem;
  137. content: "";
  138. width: 1px;
  139. background: #fff;
  140. left: 50%;
  141. margin-left: -0.5px;
  142. display: none;
  143. }
  144. .fui-startadv.small-top .inner .close:before {
  145. left: auto;
  146. right: 0.9rem;
  147. bottom: 0;
  148. height: 1.2rem;
  149. }
  150. .fui-startadv.small-bot .inner .close .close-btn,
  151. .fui-startadv.small-top .inner .close .close-btn {
  152. height: 2.4rem;
  153. width: 2.4rem;
  154. position: absolute;
  155. bottom: 0;
  156. left: 50%;
  157. margin-left: -1.25rem;
  158. }
  159. .fui-startadv.small-top .inner .close .close-btn {
  160. height: 1.8rem;
  161. width: 1.8rem;
  162. top: 0;
  163. left: auto;
  164. right: 0;
  165. }
  166. .fui-startadv.small-bot .inner .close .close-btn:before,
  167. .fui-startadv.small-top .inner .close .close-btn:before {
  168. height: 2.4rem;
  169. width: 2.4rem;
  170. position: absolute;
  171. content: "×";
  172. color: #fff;
  173. line-height: 1.9rem;
  174. text-align: center;
  175. font-size: 2.8rem;
  176. font-weight: 100;
  177. border: 1px solid #fff;
  178. border-radius: 40px;
  179. left: -1px;
  180. top: -1px;
  181. }
  182. .fui-startadv.small-top .inner .close .close-btn:before {
  183. height: 1.8rem;
  184. width: 1.8rem;
  185. line-height: 1.5rem;
  186. font-size: 2.1rem;
  187. }
  188. .fui-startadv .fui-swipe {
  189. height: 100%;
  190. }
  191. .fui-startadv .fui-swipe-page {
  192. bottom: 0.5rem;
  193. }
  194. .fui-startadv .fui-swipe-bullet {
  195. background: #fff;
  196. margin: 0 3px;
  197. border-radius: 10px;
  198. }