This commit is contained in:
wangyuting2
2023-03-09 10:51:50 +08:00
parent f63da9390a
commit bdd9564fc4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
.screen .top .image i:before {content: '\f1c5';}
.screen .bottom {padding: 12px 16px; height: 70px;}
.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;}
.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;overflow:hidden; white-space: nowrap;}
.screen .bottom .screen-title a{color: white;}
.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden;height:34px;}
.row a.btn-collect-screen {color: white; position: absolute; right: 10px; top: 117px; z-index: 1;}
+1 -1
View File
@@ -26,7 +26,7 @@
<?php if($i == 7) $i = 1;?>
<?php endif?>
<div class='bottom' data-builtin='<?php echo $screen->builtin;?>' data-status='<?php echo $screen->status;?>'>
<div class='screen-title text-ellipsis' title='<?php echo $screen->name?>'><?php echo $screen->name;?></div>
<div class='screen-title' title='<?php echo $screen->name?>'><?php echo $screen->name;?></div>
<div class='screen-desc' title="<?php echo $screen->desc;?>">
<?php echo empty($screen->desc) ? $lang->screen->noDesc : $screen->desc;?>
</div>