|
|
@@ -145,18 +145,18 @@ export default { |
|
|
|
overflow:hidden; |
|
|
|
border-top-left-radius: 16px; |
|
|
|
border-top-right-radius: 16px; |
|
|
|
height:0;padding-bottom:61%; |
|
|
|
// height:0; |
|
|
|
// padding-bottom:61%; |
|
|
|
} |
|
|
|
.prjitem_img{ |
|
|
|
/* max-width: 100%; */ |
|
|
|
/* max-height: 100%; */ |
|
|
|
transform: scale(1.1); |
|
|
|
cursor: pointer; |
|
|
|
margin: 0 auto; |
|
|
|
display: block; |
|
|
|
position: inherit!important; |
|
|
|
max-width: 100%; |
|
|
|
max-height: 100%; |
|
|
|
min-height: 245px; |
|
|
|
min-width: 100%; |
|
|
|
// height: 100%; |
|
|
|
width: 100%; |
|
|
|
cursor: pointer; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.prjitem_title{ |
|
|
|
position: absolute; |
|
|
|