index.css 574 B

12345678910111213141516171819202122232425262728293031323334
  1. .lt-msg{
  2. width: 92rpx;
  3. height: 92rpx;
  4. line-height: 92rpx;
  5. background: #FFFFFF;
  6. box-shadow: 0rpx 5rpx 15rpx 1rpx rgba(0,0,0,0.15);
  7. opacity: 1;
  8. position: fixed;
  9. bottom:200rpx;
  10. right: 30rpx;
  11. border-radius: 100%;
  12. z-index: 5;
  13. }
  14. .lt-msg image{
  15. width: 48rpx;
  16. height: 48rpx;
  17. margin: auto;
  18. }
  19. .lt-msg-num{
  20. width: 38rpx;
  21. height: 38rpx;
  22. background: #FF5700;
  23. opacity: 1;
  24. border: 2rpx solid #FFFFFF;
  25. position: absolute;
  26. top: -8rpx;
  27. right: -8rpx;
  28. border-radius: 100%;
  29. text-align: center;
  30. line-height: 38rpx;
  31. font-size: 20rpx;
  32. font-weight: 500;
  33. color: #FFFFFF;
  34. }