css文件
选择多行
按下ctrl不放
按下鼠标滚轮不放(鼠标中键)
鼠标向下移动
同时修改多个相同的字符串
<style>
.base-goods-item li {width: 304px;height: 404px;background-color: #eef9f4;
}
.base-goods-item li {display: block;
}
.base-goods-item li .pic {width: 304px;height: 304px;
}
.base-goods-item li .txt {text-align: center;
}
</style>
选中要修改的字符串
ctrl 按住不放
然后按下D
松开D
再次按下D
松开D
依次类推
这样可以选中多个相同的 字符串