This commit is contained in:
2022-10-17 08:41:17 +08:00
parent 9ccaf65526
commit 5395fb6a32
4 changed files with 107 additions and 0 deletions

View File

@@ -74,6 +74,27 @@ body {
color: #449942;
}
/* 漂浮窗 */
.showy {
position: relative;
width:200px;
z-index: 99;
}
.bay-close {
position: absolute;
top: 0;
right: 0;
text-align: right;
width: 100%;
z-index: 100;
}
.bay-img {
position: absolute;
top: 20px;
right: 0;
width:200px;
}
/*底部*/
.Footer {
background-color: #449942;