no message

This commit is contained in:
A1300399510 2024-11-27 14:10:44 +08:00
parent f482481645
commit 5648b99c9b
6 changed files with 10 additions and 4 deletions

View File

@ -313,6 +313,9 @@ body {
margin-bottom: 5px; margin-bottom: 5px;
position: relative; position: relative;
} }
.my-project .my-box .contrast-box .left .list .item .left .name:hover {
text-decoration: underline;
}
.my-project .my-box .contrast-box .left .list .item .left .name::after { .my-project .my-box .contrast-box .left .list .item .left .name::after {
content: ""; content: "";
position: absolute; position: absolute;

View File

@ -354,6 +354,9 @@ body {
color: #000000; color: #000000;
margin-bottom: 5px; margin-bottom: 5px;
position: relative; position: relative;
&:hover {
text-decoration: underline;
}
&::after { &::after {
content: ""; content: "";
position: absolute; position: absolute;

View File

@ -207,7 +207,7 @@
cursor: pointer; cursor: pointer;
} }
.content .side .item.pitch { .content .side .item.pitch {
width: 101%; width: calc(100% + 1px);
background-color: #fbfbfb; background-color: #fbfbfb;
border-top: 1px solid #ebebeb; border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
@ -630,7 +630,7 @@
.content .details-box .demand .list .item .triangle { .content .details-box .demand .list .item .triangle {
position: absolute; position: absolute;
transform: rotate(270deg); transform: rotate(270deg);
top: 27px; top: 22px;
left: 7px; left: 7px;
} }
.content .details-box .demand .list .item:not(:last-of-type) { .content .details-box .demand .list .item:not(:last-of-type) {

View File

@ -236,7 +236,7 @@
border-radius: 12px 0 0 0; border-radius: 12px 0 0 0;
overflow: hidden; overflow: hidden;
} }
width: 101%; width: calc(100% + 1px);
background-color: rgba(251, 251, 251, 1); background-color: rgba(251, 251, 251, 1);
border-top: 1px solid rgba(235, 235, 235, 1); border-top: 1px solid rgba(235, 235, 235, 1);
border-bottom: 1px solid rgba(235, 235, 235, 1); border-bottom: 1px solid rgba(235, 235, 235, 1);
@ -715,7 +715,7 @@
.triangle { .triangle {
position: absolute; position: absolute;
transform: rotate(270deg); transform: rotate(270deg);
top: 27px; top: 22px;
left: 7px; left: 7px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 53 KiB