hello,大家好,我是恩机拉杯比。
.box_left{position: relative;overflow: hidden;}
.box_left p{width: 500px;background-color: green;font-size: 40px;
position: absolute;top:305px;left: 0px;transition:all 3s;}
.box_left:hover p{top:175px;opacity: 0.5;}