潦草配几个背景,换个风味还不错
CSS代码如下:
.search_box {
background: url("https://img.hk/i/2024/06/02/665c4b9cbaf55.png");
background-size: 100% 100%;
}
#result {
background: url("https://img.hk/i/2024/06/02/665c488845c26.png");
background-size: cover;
background-position: center;
}
#main, #text {
background: rgba(0, 0, 0, 0.4);
}
#text, #text a {
color: #dddddd;
}
#search_button {
background: rgba(0, 0, 0, 0.5);
}
#search_input {
background: rgba(255,255,255,0.7);
}
@media screen and (min-width: 630px) {
.background {
background: url("https://img.hk/i/2024/06/02/665c511151e06.png");
background-size: 100% 100%;
}
}