.box {
width: 200px;
height: 200px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

//效果