.font-name {
|
font-size: 15px;
|
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
margin-left: -55px;
|
line-height: 10rpx;
|
}
|
|
.indexImage {
|
/* margin-top: -100px;
|
height: 200px; */
|
/* margin-bottom: 100%; */
|
}
|
|
.imageView {
|
width: 100%;
|
/* position:absolute;
|
top: 0;
|
left: 0;
|
right: 0; */
|
}
|
|
/* 首页图标
|
.reportIcon{
|
width: 120rpx;
|
height: 120rpx;
|
margin-top: 15px;
|
margin-left: -30px;
|
} */
|
|
.show1 {
|
display: block;
|
border-radius: 8rpx;
|
margin: 20rpx 20rpx 20rpx 20rpx;
|
font-size: 35rpx;
|
font-style: normal;
|
}
|
|
.icon {
|
height: 30px;
|
width: 30px;
|
margin-top: 15px;
|
margin-left: 0.7rem;
|
}
|
|
.container {
|
width: 100%;
|
background-color: #F5F5F5;
|
}
|
|
.box-title {
|
/* position: fixed;
|
top: 2rem; */
|
/* height: 10rem; */
|
display: flex;
|
padding: 0.5rem 0.5rem;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
|
}
|
.box-t{
|
margin-bottom: 1rem;
|
}
|
|
|
.box2 {
|
width: 10rem;
|
height: 4rem;
|
/* flex: 1; */
|
/* align-items: center; */
|
/* border: 1px solid #CCC; */
|
border-radius: 1rem;
|
background: -webkit-linear-gradient(left,#C0DEFE,#BFDEFD,#D9ECFB,#C0DEFE);
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.box1 {
|
background: -webkit-linear-gradient(left,#FCCBCB,#FFE0E0,#FFF4F4,#FCCACA);
|
}
|
.box3 {
|
/* margin: 0 1rem; */
|
background: -webkit-linear-gradient(left,#D8EFDE,#F1FFF0,#D8EFDE,#F1FFF0);
|
}
|
|
.box4 {
|
background: -webkit-linear-gradient(left,#E2D8F3,#E8DEFE,#FDFBFF,#E2D8F3);
|
}
|
|
.container3 {
|
margin-top: 10px;
|
}
|
|
.font-wenzi {
|
/* margin-left: 20px; */
|
font-size: 13px;
|
font-weight: 900;
|
}
|
|
|
|
/* .font-wenzi{
|
float: right;
|
font-size: 30px;
|
margin-right: 20px;
|
margin-top: -15px;
|
color:rgba(0,0,0,0.2);
|
} */
|
.font-name {
|
font-size: 14px;
|
margin-bottom: 4px;
|
}
|
|
.font-qita {
|
font-size: 13px;
|
}
|
|
.font-qita1 {
|
font-size: 13px;
|
margin-bottom: 5px;
|
}
|
|
.conter {
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
}
|
|
/* .font-wenzi1和more在list盒子的左右两边 */
|
.list {
|
display: flex;
|
margin-top: 1rem;
|
width: 100%;
|
font-size: 14px;
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
justify-content: space-between;
|
}
|
|
.list .font-wenzi1 {
|
font-size: 17px;
|
margin-bottom: 4px;
|
margin-left: 0.5rem;
|
font-weight: 900;
|
}
|
|
.list .more {
|
margin-bottom: 4px;
|
float: right;
|
font-size: 17px;
|
color: rgba(0, 0, 0, 0.7);
|
margin-right: 0.5rem;
|
font-weight: 900;
|
}
|
|
.lists {
|
margin-top: 0.5rem;
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
width: 100%;
|
}
|
.lists .swiper-video{
|
height: 100%;
|
width: 100%;
|
}
|
.lists:last-child{
|
margin-bottom: 1rem;
|
}
|
.top-img{
|
width: 100%;
|
}
|
.lists .lists-top {
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.lists .lists-top .lists-top-time {
|
font-size: 12px;
|
margin-bottom: 1%;
|
color: rgba(0, 0, 0, 0.5);
|
margin-right: 0.5rem;
|
width: 50%;
|
text-align: right;
|
}
|
|
.lists .lists-top .lists-top-title {
|
font-size: 14px;
|
/* margin-right: 40%; */
|
font-weight: bold;
|
margin-left: 0.5rem;
|
word-wrap: normal;
|
width: 50%;
|
overflow:hidden;/*内容超出后隐藏*/
|
|
text-overflow: ellipsis;/* 超出内容显示为省略号 */
|
|
white-space: nowrap;/* 文本不进行换行 */
|
}
|
|
.lists .lists-content {
|
font-size: 11px;
|
margin: 0.5rem;
|
margin-bottom: 0.5rem;
|
width: 90%;
|
overflow:hidden;/*内容超出后隐藏*/
|
|
text-overflow: ellipsis;/* 超出内容显示为省略号 */
|
|
white-space: nowrap;/* 文本不进行换行 */
|
}
|