html div鼠标选中状态,html+css+javascript实现跟随鼠标移动显示选中效果

1,显示效果:

html div鼠标选中状态,html+css+javascript实现跟随鼠标移动显示选中效果_第1张图片

2,html结构

  • End customer get product1
  • Log in EFOSE website and present installation or maintenance requirements 2
  • EFOSE prefer contact service point3
  • Customer contact service point to get service4
  • Customer pays the bill directly or EFOSE pays the maintenance cost5

3,主要的css样式

.line-lpu{ height:55px; position:relative; width:100%; overflow:hidden;}

.line-lpu span{ width:43px; height:46px; background:url('https://www.efose.com/images/banners/lpu_03.png') no-repeat; position:absolute;top:0;}

.border-lpu{border-bottom:1px soli

你可能感兴趣的:(html,div鼠标选中状态)