|
@@ -22038,21 +22038,23 @@ pre {
|
|
|
.icons-holder .mobile {
|
|
|
font-size: 34px
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
/* 设置图片默认样式 */
|
|
|
.default-image-thumbnail {
|
|
|
display: block;
|
|
|
- width: 100%;
|
|
|
- height: 200px;
|
|
|
- background-color: #d9d9d9; /* 灰色背景 */
|
|
|
+ width: 300px;
|
|
|
+ height: 300px;
|
|
|
+ background-color: #FFFFFF; /* 灰色背景 */
|
|
|
border: none; /* 去掉边框 */
|
|
|
outline: none; /* 去掉点击时的外框 */
|
|
|
object-fit: cover; /* 按比例裁剪 */
|
|
|
object-position: center; /* 确保裁剪的内容居中 */
|
|
|
}
|
|
|
.no-image-placeholder-thumbnail {
|
|
|
- width: 100%;
|
|
|
- height: 200px;
|
|
|
- background-color: #e0e0e0;
|
|
|
+ width: 300px;
|
|
|
+ height: 300px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -22063,9 +22065,9 @@ pre {
|
|
|
/* 设置图片默认样式 */
|
|
|
.default-image-thumbnail-small {
|
|
|
display: block;
|
|
|
- width: 100%;
|
|
|
- height: 120px;
|
|
|
- background-color: #d9d9d9; /* 灰色背景 */
|
|
|
+ width: 200px;
|
|
|
+ height: 200px;
|
|
|
+ background-color: #FFFFFF; /* 灰色背景 */
|
|
|
border: none; /* 去掉边框 */
|
|
|
outline: none; /* 去掉点击时的外框 */
|
|
|
object-fit: cover; /* 按比例裁剪 */
|
|
@@ -22074,9 +22076,9 @@ pre {
|
|
|
|
|
|
|
|
|
.no-image-placeholder-thumbnail-small {
|
|
|
- width: 100%;
|
|
|
- height: 120px;
|
|
|
- background-color: #e0e0e0;
|
|
|
+ width: 200px;
|
|
|
+ height: 200px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|