首页 > 其他分享 >新闻列表item2

新闻列表item2

时间:2024-02-28 11:45:10浏览次数:33  
标签:flex item2 新闻 列表 content color font display justify

       <template v-for="(item, index) in (NoticeData?NoticeData.slice(0, 3):NoticeData)" :key="index">                         <div class="item" @click="openAcademicleturesComView(item.id)">                             <div class="ico">科技<br>成果</div>                             <div class="box">                                 <div class="title">                                     <span class="text" style="max-width: 300px">{{item.achiveName}}</span>                                     <span class="text">{{item.stDate}}</span>
                                </div>                                 <div class="text" v-html="item.expert" style="  display: -webkit-box; height: 40px;                                 -webkit-box-orient: vertical;                                 -webkit-line-clamp: 2;                                    overflow: hidden; ">                                 </div>                             </div>


                        </div>
                    </template>       .item{                         padding: 10px;                         &:hover{                             box-shadow: 0px 4px 12px 0px rgba(12, 68, 204, 0.3);
                        }                         cursor: pointer;                         display: flex;                         justify-content: space-between;
                        .ico{                             width: 68px;                             height: 68px;                             flex-shrink: 0;                             border-radius: 10px;                             background: linear-gradient(105deg, #1E3C72 -2.04%, #2A5298 107.42%);                             color: #fff;                             display: flex;                             flex-direction: column;                             color: #fff;                             justify-content: center;                             align-items: center;
                        }                         .box{                             width: 412px;                             display: flex;                             justify-content: space-between;                             flex-direction: column;                             .title{                                 display: flex;                                 justify-content: space-between;                                 .span1{                                     color: #1E1E1E;                                     font-family: HarmonyOS Sans SC;                                     font-size: 16px;                                 }                                 .span2{                                     color: #838990;                                     font-size: 12px;                                     font-style: normal;                                     font-weight: 400;                                 }                             }                             .text{                                 color: #838990;                                 text-align: justify;                                 font-size: 14px;                                 font-style: normal;                                 font-weight: 400;                                 line-height: 20px; /* 142.857% */                                 letter-spacing: 0.56px;                                 display: -webkit-box;
                                -webkit-box-orient: vertical;                                 -webkit-line-clamp: 1;                                 overflow: hidden;
                            }                         }                     }  

 

标签:flex,item2,新闻,列表,content,color,font,display,justify
From: https://www.cnblogs.com/linxiaogang1122/p/18039144

相关文章

  • 图片列表
      <templatev-for="(item,index)in(NewsData?NewsData.slice(0,3):NewsData)":key="index">        <divclass="newlistitem"@click="newsDetails(item.id)">          <img:src=&quo......
  • Vue学习笔记18--列表渲染
    总结: <!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport"content="width=device-width,initial-scale=1.0"><title>列表渲染</title>&l......
  • python中的列表和元组有什么区别
    python中的列表和元组有什么区别在Python中,列表(List)和元组(Tuple)都是用来存储一组有序元素的数据结构,它们之间有几个重要的区别:可变性:列表是可变的(Mutable),意味着你可以改变列表中的元素,包括添加、删除、修改元素。元组是不可变的(Immutable),一旦创建后就无法修改。你不能在元组中......
  • powershell遍历文件获取字段列表
    #指定要搜索的文件夹路径和正则表达式关键字$folderPath="C:\myapp\"$table_list="tblBOM,tblTest"$tables=$table_list.Split(',')foreach($tablein$tables){$regexPattern_field="$table\.(\w+......
  • VS中任务列表的妙用
    VisualStudio/VS中任务列表的妙用一、任务列表开启方法首先说下开启的方法:视图-任务列表,即可打开任务列表。快捷键Ctrl+'\'+T,熟练了可以快速开启。注意,'\'键是回车键上面的’’,不要按成了'/'二、任务列表标签设置设置的方法:工具-选项-环境-任务列表。内置有三种,如TODO、UND......
  • SharePoint Online 列表启用条形码
    前言我们经常会在项目中使用条形码,尤其是和移动设备相关的系统上,而SharePointOnline列表默认就支持这样的功能。正文1.我们进入列表设置,找到“Informationmanagementpolicysettings”,如下图:2.点击Item,如下图:3.勾选启用条形码,点击保存,如下图:......
  • 列表切片
    句法结构 slice=list[start:stop:step]list是你要进行切片的列表。start是切片的起始索引,如果省略,则从列表的开头开始。stop是切片的结束索引,但不包括该索引对应的元素。如果省略,则切片会一直到列表的末尾。step是切片的步长,即每次跳过多少个元素。如果省略,则默认为1......
  • 【列表】
    定义:列表是写在方括号[]之间、用逗号分隔开的元素列表,列表可以完成大多数集合类的数据结构实现。列表中元素的类型可以不相同,它支持数字,字符串甚至可以包含列表(所谓嵌套),列表中的元素是可以改变。注意:列表的元素类型不唯一。forexample,list_1=["帅帅","学习","python",......
  • Windows 10 如何隐藏登录界面左下角的用户列表
    步骤讲解编辑注册表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon下新建项SpecialAccountsSpecialAccounts中再新建项UserListUserList中新建值->整数值,名称写需要隐藏的用户名,数值保持默认0保存,确认生效貌似不需要重启即可......
  • 如何在C#中使用 Excel 动态函数生成依赖列表
    前言在Excel中,依赖列表或级联下拉列表表示两个或多个列表,其中一个列表的项根据另一个列表而变化。依赖列表通常用于Excel的业务报告,例如学术记分卡中的【班级-学生】列表、区域销售报告中的【区域-国家/地区】列表、人口仪表板中的【年份-区域】列表以及生产摘要报告中的【单位-......