Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ceb5163881 | ||
|
|
cfac6006ef | ||
|
|
e7afcd0449 |
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>新建项目 · Airshelf</title>
|
<title>新建项目 · YingQing AI</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="assets/restraint.css">
|
<link rel="stylesheet" href="assets/restraint.css">
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -323,7 +323,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #e6e7ea;
|
background: #e6e7ea;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 10px;
|
||||||
|
margin: 8px 8px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.pl-thumb img {
|
.pl-thumb img {
|
||||||
@@ -331,6 +332,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
border-radius: inherit;
|
||||||
}
|
}
|
||||||
.pl-thumb.has-mock-media {
|
.pl-thumb.has-mock-media {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@@ -339,7 +341,7 @@
|
|||||||
}
|
}
|
||||||
.pl-thumb.placeholder {
|
.pl-thumb.placeholder {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.pl-thumb .ph-frame { display: none; }
|
.pl-thumb .ph-frame { display: none; }
|
||||||
|
|
||||||
@@ -421,9 +423,10 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.pl-grid.list .pl-thumb {
|
.pl-grid.list .pl-thumb {
|
||||||
width: 148px;
|
width: 132px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
aspect-ratio: auto;
|
aspect-ratio: auto;
|
||||||
|
margin: 8px;
|
||||||
}
|
}
|
||||||
.pl-grid.list .pl-meta {
|
.pl-grid.list .pl-meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user