大数据平台的小程序版本

followAccount.wxss 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /* pages/followVideo/followVideo.wxss */
  2. .follow {
  3. padding: 0 22rpx 22rpx 22rpx;
  4. }
  5. .flex {
  6. padding: 0rpx 0 20rpx;
  7. display: flex;
  8. font-size: 28rpx;
  9. justify-content: space-between;
  10. position: relative;
  11. color: #222;
  12. }
  13. .item {
  14. padding: 0 10rpx;
  15. height: 46rpx;
  16. line-height: 42rpx;
  17. text-align: center;
  18. border-radius: 12rpx;
  19. font-size: 24rpx;
  20. color: #2A84FC;
  21. border: 2rpx solid #2A84FC;
  22. }
  23. .sort {
  24. display: inline-block;
  25. border-right: 13rpx solid transparent;
  26. border-left: 13rpx solid transparent;
  27. border-top: 13rpx solid #2A84FC;
  28. }
  29. .box {
  30. width: 170rpx;
  31. height: auto;
  32. font-size: 24rpx;
  33. background: #fff;
  34. box-shadow: 0 4rpx 8rpx 0 #E9E7E7;
  35. position: absolute;
  36. top: 64rpx;
  37. left: 0rpx;
  38. padding: 20rpx 0;
  39. z-index: 99;
  40. }
  41. .box .info {
  42. padding-left: 20rpx;
  43. width: 100%;
  44. height: 50rpx;
  45. line-height: 50rpx;
  46. text-align: left;
  47. }
  48. .box .info.active {
  49. color: #2A84FC;
  50. }
  51. .btn {
  52. /* display: flex;
  53. justify-content: space-between;
  54. align-items: center; */
  55. text-align: right;
  56. position: relative;
  57. padding-bottom: 20rpx;
  58. margin-bottom: 20rpx;
  59. }
  60. .button {
  61. display: inline-block;
  62. width: 140rpx;
  63. height: 46rpx;
  64. line-height: 46rpx;
  65. border-radius: 20rpx;
  66. background: #2562FF;
  67. color: #fff;
  68. font-size: 24rpx;
  69. text-align: center;
  70. }
  71. .normal {
  72. background: transparent;
  73. color: #9480E4;
  74. }
  75. .videoItem {
  76. width: 100%;
  77. height: 264rpx;
  78. background: #F3F7F9;
  79. margin-bottom: 20rpx;
  80. }
  81. .ul {
  82. display: flex;
  83. justify-content: space-between;
  84. width: 100%;
  85. padding: 16rpx 0 0 0;
  86. }
  87. .li {
  88. text-align: center;
  89. color: #89899C;
  90. font-size: 24rpx;
  91. width: 33.333%;
  92. }
  93. .li:first-child {
  94. text-align: left;
  95. }
  96. .videoItem {
  97. display: flex;
  98. align-items: center;
  99. padding: 24rpx 16rpx;
  100. }
  101. .right {
  102. flex: 1;
  103. padding-left: 32rpx;
  104. }
  105. .video {
  106. width: 100rpx;
  107. height: 216rpx;
  108. background-size: 100% 100%;
  109. position: relative;
  110. border-radius: 10rpx;
  111. overflow: hidden;
  112. }
  113. .videoImg {
  114. position: absolute;
  115. top: 0;
  116. left: 0;
  117. right: 0;
  118. margin: auto;
  119. width: 88rpx;
  120. height: 88rpx;
  121. border-radius: 50%;
  122. }
  123. .desc {
  124. display: inline-block;
  125. max-width: 206rpx;
  126. overflow: hidden;
  127. text-overflow: ellipsis;
  128. white-space: nowrap;
  129. color: #000;
  130. font-size: 26rpx;
  131. }
  132. .auth {
  133. width: 34rpx;
  134. height: 34rpx;
  135. margin: 0 10rpx;
  136. }
  137. .auth_text {
  138. display: inline-block;
  139. width: 200rpx;
  140. overflow: hidden;
  141. text-overflow: ellipsis;
  142. white-space: nowrap;
  143. color: #000;
  144. font-size: 26rpx;
  145. }
  146. .num {
  147. display: block;
  148. color: #000;
  149. font-size: 28rpx;
  150. line-height: 40rpx;
  151. font-weight: bold;
  152. margin-bottom: 6rpx;
  153. }
  154. .none {
  155. margin-top: 100rpx;
  156. width: 100%;
  157. color: #000;
  158. font-size: 24rpx;
  159. text-align: center;
  160. }
  161. .none image {
  162. width: 280rpx;
  163. height: auto;
  164. margin-bottom: 20rpx;
  165. }
  166. .follwImg {
  167. float: right;
  168. width: 40rpx;
  169. height: 40rpx;
  170. }
  171. .follwImg image {
  172. display: inline-block;
  173. width: 100%;
  174. height: 100%;
  175. }
  176. @keyframes remindMessage {
  177. 0% {
  178. -webkit-transform: translateX(4%);
  179. }
  180. 100% {
  181. -webkit-transform: translateX(-20%);
  182. }
  183. }
  184. .tongzhitext {
  185. margin-right:80rpx;
  186. margin-left: 20rpx;
  187. overflow: hidden;
  188. white-space: nowrap;
  189. text-overflow: ellipsis;
  190. }
  191. .tongzhi-text {
  192. font-size: 24rpx;
  193. line-height: 52rpx;
  194. animation: remindMessage 4s linear infinite 3s;
  195. width: 100%;
  196. color: #FF7500;
  197. display: block;
  198. }
  199. .notice-wrap {
  200. background: #ffebda;
  201. width: 100%;
  202. height: 52rpx;
  203. line-height: 52rpx;
  204. color: #FEF6EA;
  205. font-size: 28rpx;
  206. position: relative;
  207. margin-top: 20rpx;
  208. /* border: 0.5px solid #FF8426; */
  209. }
  210. .closeView {
  211. width: 34rpx;
  212. height: 34rpx;
  213. position: absolute;
  214. right: 10rpx;
  215. top: 50%;
  216. transform: translateY(-50%);
  217. }