|
|
@@ -15,7 +15,6 @@
|
|
|
align-items: center;
|
|
|
width: 700px;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: -100000px;
|
|
|
|
|
|
.title {
|
|
|
height: 80px;
|
|
|
@@ -44,6 +43,35 @@
|
|
|
margin-top: 60px;
|
|
|
}
|
|
|
|
|
|
+ &.project {
|
|
|
+ .cell {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ .showDetail {
|
|
|
+ width:65px;
|
|
|
+ height:25px;
|
|
|
+ border-radius:2px;
|
|
|
+ border:1px solid rgba(48,142,255,1);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ cursor: pointer;
|
|
|
+ p {
|
|
|
+ height: 13px;
|
|
|
+ line-height: 16px;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(48,142,255,1);
|
|
|
+ transform-origin: center center;
|
|
|
+ transform: scale(0.917);
|
|
|
+ user-select: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.stitle {
|
|
|
width: 100%;
|
|
|
height:44px;
|
|
|
@@ -162,6 +190,7 @@
|
|
|
color:rgba(48,142,255,1);
|
|
|
line-height:18px;
|
|
|
margin-right: 150px;
|
|
|
+ user-select: none;
|
|
|
}
|
|
|
}
|
|
|
|