update:修改样式
This commit is contained in:
@@ -74,15 +74,22 @@
|
||||
background: rgba(255, 255, 255, .28);
|
||||
}
|
||||
.gridImg {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
width: 90px;
|
||||
height: 80px;
|
||||
margin: 12px 6px;
|
||||
padding-top: 5px;
|
||||
|
||||
opacity: 1;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.gridImgBg {
|
||||
width: 38px;
|
||||
height: 35px;
|
||||
}
|
||||
/* .gridImg:hover {
|
||||
opacity: 1;
|
||||
} */
|
||||
.bigImg {
|
||||
width: 100%;
|
||||
height: 91px;
|
||||
@@ -101,12 +108,15 @@
|
||||
background-size: 100% 41px;
|
||||
}
|
||||
.projectIcon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
width: 40px;
|
||||
height: 39px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
|
||||
vertical-align: middle;
|
||||
|
||||
border-radius: 5px 0 0 0;
|
||||
border-radius: 5px 0 0;
|
||||
background: #3284cd;
|
||||
}
|
||||
.projectTitle {
|
||||
@@ -126,7 +136,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
width: 95px;
|
||||
height: 27px;
|
||||
|
||||
opacity: .82;
|
||||
@@ -136,10 +145,11 @@
|
||||
.projectRightFont {
|
||||
font-family: PingFangSC-Semibold,
|
||||
PingFang SC;
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
|
||||
padding-right: 5px;
|
||||
|
||||
color: #fff;
|
||||
}
|
||||
.projectRightIcon {
|
||||
|
||||
Reference in New Issue
Block a user