问星数据小程序

hotLive.wxss 415B

123456789101112131415161718192021222324
  1. /* pages/hotLive/hotLive.wxss */
  2. @import '../../assets/css/liveList.wxss';
  3. .title {
  4. font-size: 28rpx;
  5. color: #000;
  6. }
  7. .blur {
  8. width: 100%;
  9. height: 100%;
  10. -webkit-filter: blur(15px);
  11. filter: blur(15px);
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. }
  16. .cover {
  17. width: 100%;
  18. height: 162rpx;
  19. position: absolute;
  20. top: 50%;
  21. -webkit-transform: translateY(-50%);
  22. transform: translateY(-50%);
  23. left: 0;
  24. }