no message
This commit is contained in:
parent
f482481645
commit
5648b99c9b
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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) {
|
||||||
|
@ -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 |
BIN
img/subject.png
BIN
img/subject.png
Binary file not shown.
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 53 KiB |
Loading…
Reference in New Issue
Block a user