no message
This commit is contained in:
parent
6f6ecf7668
commit
abc8c588cb
@ -42,6 +42,18 @@ body {
|
|||||||
margin-top: 37px;
|
margin-top: 37px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
.scrollbar::-webkit-scrollbar-track-piece {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.scrollbar::-webkit-scrollbar {
|
||||||
|
width: 7px;
|
||||||
|
height: 7px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.scrollbar::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #ebebeb;
|
||||||
|
}
|
||||||
.base {
|
.base {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
@ -278,18 +290,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ebebeb;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .left .list .item {
|
.my-project .my-box .contrast-box .left .list .item {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -395,18 +395,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .right .list::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .right .list::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .right .list::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ebebeb;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .right .list .item {
|
.my-project .my-box .contrast-box .right .list .item {
|
||||||
width: 370px;
|
width: 370px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@ -560,18 +548,6 @@ body {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
.my-project .my-box .manage-box .list::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .manage-box .list::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.my-project .my-box .manage-box .list::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ebebeb;
|
|
||||||
}
|
|
||||||
.my-project .my-box .manage-box .list .list-box {
|
.my-project .my-box .manage-box .list .list-box {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 860px;
|
width: 860px;
|
||||||
@ -741,18 +717,6 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 348px;
|
width: 348px;
|
||||||
}
|
}
|
||||||
.manage-input::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.manage-input::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.manage-input::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ebebeb;
|
|
||||||
}
|
|
||||||
.empty-box {
|
.empty-box {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@ -52,6 +52,23 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scrollbar {
|
||||||
|
&::-webkit-scrollbar-track-piece {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 7px;
|
||||||
|
height: 7px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: rgba(235, 235, 235, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.base {
|
.base {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
@ -312,21 +329,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
||||||
&::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: rgba(235, 235, 235, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -337,9 +339,6 @@ body {
|
|||||||
background-color: rgba(246, 246, 246, 1);
|
background-color: rgba(246, 246, 246, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// &:hover {
|
|
||||||
// background-color: rgba(246, 246, 246, 1);
|
|
||||||
// }
|
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-bottom: 1px dotted rgb(215, 215, 215);
|
border-bottom: 1px dotted rgb(215, 215, 215);
|
||||||
@ -448,20 +447,6 @@ body {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
&::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: rgba(235, 235, 235, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 370px;
|
width: 370px;
|
||||||
@ -580,7 +565,6 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
&.pitch {
|
&.pitch {
|
||||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||||
@ -633,20 +617,6 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
&::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: rgba(235, 235, 235, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-box {
|
.list-box {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -841,21 +811,6 @@ body {
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 348px;
|
width: 348px;
|
||||||
|
|
||||||
&::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: rgba(235, 235, 235, 1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-box {
|
.empty-box {
|
||||||
|
@ -189,18 +189,6 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
.handle-project-mask .handle-project .list::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.handle-project-mask .handle-project .list::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.handle-project-mask .handle-project .list::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ebebeb;
|
|
||||||
}
|
|
||||||
.handle-project-mask .handle-project .list .item {
|
.handle-project-mask .handle-project .list .item {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
@ -220,21 +220,6 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
||||||
&::-webkit-scrollbar-track-piece {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: rgba(235, 235, 235, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user