|
@@ -209,19 +209,24 @@
|
|
box-shadow: 1px 2px 3px #ccc;
|
|
box-shadow: 1px 2px 3px #ccc;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
-
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
.projectBlockPosition{ //完成状态
|
|
.projectBlockPosition{ //完成状态
|
|
|
|
+ border-radius: 30px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 100px;
|
|
|
|
- height: 40px;
|
|
|
|
- line-height: 40px;
|
|
|
|
|
|
+ top: 5px;
|
|
|
|
+ left: 5px;
|
|
|
|
+ width: 80px;
|
|
|
|
+ height: 30px;
|
|
|
|
+ // line-height: 40px;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
background: #000;
|
|
background: #000;
|
|
opacity: 0.7;
|
|
opacity: 0.7;
|
|
- left: 0px;
|
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- top: 0px;
|
|
|
|
color:#d9dde7;
|
|
color:#d9dde7;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ // font-size: 14px;
|
|
}
|
|
}
|
|
img{
|
|
img{
|
|
width: 100%;height: 150px;
|
|
width: 100%;height: 150px;
|
|
@@ -255,8 +260,13 @@
|
|
|
|
|
|
.classBlockBtn{ //按钮栏
|
|
.classBlockBtn{ //按钮栏
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- padding:0 5px;
|
|
|
|
|
|
+ padding:0 6px;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ flex: 1;
|
|
|
|
+ width: 100%;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ background-color:#dfdfdf ;
|
|
.bt1{
|
|
.bt1{
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 35px;
|
|
height: 35px;
|