这是我的预期输出:
这是我生成的输出,宽度为375px
.
这里是767px
:
这是我的CSS代码:
.content{
width:100%;
background-image:
url("./../../images/small/tantum-winter-home.jpg"),
url("./../../images/small/tantum-dotts-house.png"),
linear-gradient(90deg,#e8e6e6 50%, rgba(0,212,255,0) 20%);
background-repeat: no-repeat, no-repeat;
background-position: 65% 20%, right 56% bottom;
height: 35rem;
}
我在这里面临两个问题:
- 虚线图案并非完全从所有尺寸开始(参见 767px)
- 如何用向下的某个点限制渐变。(应该停在虚线图案开始的地方)目前在高度上应用。