22 lines
514 B
Plaintext
22 lines
514 B
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.home_page_bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 37%;
|
|
z-index: 0;
|
|
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(146deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 100rpx), linear-gradient(194deg, #dffff3 0%, #f7f7f7 200rpx);
|
|
background-repeat: no-repeat;
|
|
}
|
|
.home_page_content {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
button::after {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
} |