no message

This commit is contained in:
A1300399510 2024-11-22 12:25:03 +08:00
parent bea1896bf7
commit 29fa121c13
2 changed files with 2 additions and 6 deletions

View File

@ -12,8 +12,6 @@
left: 0;
width: 100%;
height: 66px;
background: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%);
background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
border-radius: 18px;
z-index: -1;
@ -41,7 +39,7 @@
color: #000000;
}
.boxbox .details {
padding: 31px 60px;
padding: 31px 60px 40px;
}
.boxbox .details .logo {
width: 120px;

View File

@ -13,8 +13,6 @@
left: 0;
width: 100%;
height: 66px;
background: -webkit-linear-gradient(0deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
background: -moz-linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
background: linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
border-radius: 18px;
z-index: -1;
@ -44,7 +42,7 @@
}
}
.details {
padding: 31px 60px;
padding: 31px 60px 40px;
.logo {
width: 120px;
height: 120px;