feat: 🎸 新增了一些页面
This commit is contained in:
@@ -59,6 +59,19 @@
|
||||
color: #0275f2;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 3px;
|
||||
width: 79px;
|
||||
height: 5px;
|
||||
opacity: 0.1;
|
||||
border-radius: 5px;
|
||||
background-color: #0275f2;
|
||||
}
|
||||
}
|
||||
.project-cases-modal-item-text {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user