<style type="text/css">
.fwlb-location{
cursor: pointer;
transition: all 0.6s;
}
.fwlb-location:hover{
transform: scale(1.4);
}
</style>
transition: all 0.6s :在0.6秒之内增大
transform: scale(1.4) :增大1.4倍
fwlb-location :div的class名称