no message

This commit is contained in:
A1300399510 2024-11-27 17:19:38 +08:00
parent 8e68325a65
commit 0e131e6e1c
4 changed files with 14 additions and 10 deletions

View File

@ -312,6 +312,7 @@ body {
color: #000000; color: #000000;
margin-bottom: 5px; margin-bottom: 5px;
position: relative; position: relative;
display: block;
} }
.my-project .my-box .contrast-box .left .list .item .left .name:hover { .my-project .my-box .contrast-box .left .list .item .left .name:hover {
text-decoration: underline; text-decoration: underline;

View File

@ -354,6 +354,7 @@ body {
color: #000000; color: #000000;
margin-bottom: 5px; margin-bottom: 5px;
position: relative; position: relative;
display: block;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }

View File

@ -95,7 +95,7 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 18px 15px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
display: block; display: block;
@ -143,10 +143,10 @@
.boxbox .body .left .list .item .word { .boxbox .body .left .list .item .word {
background-color: #f9f8f8; background-color: #f9f8f8;
border-radius: 3px; border-radius: 3px;
padding: 10px 15px; padding: 8px 15px;
font-size: 14px; font-size: 14px;
color: #7f7f7f; color: #7f7f7f;
margin-bottom: 12px; margin-bottom: 15px;
} }
.boxbox .body .left .list .item .operate { .boxbox .body .left .list .item .operate {
position: absolute; position: absolute;
@ -276,12 +276,12 @@
} }
.boxbox .body .right .list .item { .boxbox .body .right .list .item {
width: fit-content; width: fit-content;
line-height: 36px;
text-align: center; text-align: center;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #ebebeb; border: 1px solid #ebebeb;
border-radius: 12px; border-radius: 12px;
padding: 0 16px; padding: 7px 16px;
font-size: 14px;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer; cursor: pointer;

View File

@ -103,7 +103,7 @@
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1); border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 18px 15px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
display: block; display: block;
@ -148,13 +148,14 @@
margin: 0 10px; margin: 0 10px;
} }
} }
.word { .word {
background-color: rgba(249, 248, 248, 1); background-color: rgba(249, 248, 248, 1);
border-radius: 3px; border-radius: 3px;
padding: 10px 15px; padding: 8px 15px;
font-size: 14px; font-size: 14px;
color: #7f7f7f; color: #7f7f7f;
margin-bottom: 12px; margin-bottom: 15px;
} }
.operate { .operate {
@ -298,12 +299,13 @@
.item { .item {
width: fit-content; width: fit-content;
// height: 36px; // height: 36px;
line-height: 36px; // line-height: 36px;
text-align: center; text-align: center;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1); border: 1px solid rgba(235, 235, 235, 1);
border-radius: 12px; border-radius: 12px;
padding: 0 16px; padding: 7px 16px;
font-size: 14px;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer; cursor: pointer;