市北党建引领小程序初始化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.3 KiB

2 years ago
page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
font-family: PingFang SC;
2 years ago
2 years ago
}
.header {
width: 100%;
height: 150rpx;
/* position: fixed;
top: 0;
left: 0;
z-index: 1000; */
}
.header .header-bg {
width: 100%;
height: 100%;
/* position: absolute;
z-index: 10;
left: 0;
top: 0; */
position: absolute;
height: 100%;
z-index: -999;
}
.header .navigation {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-size: 32rpx;
position: relative;
z-index: 1;
}
2 years ago
.top20{margin-top: 20rpx;}
2 years ago
.w20 {
width: 38rpx;
}
.flex1 {
flex: 1;
}
.list {
2 years ago
padding: 0rpx 40rpx;
2 years ago
background-color: #fff;
}
2 years ago
.list .item {
padding: 45rpx 0rpx;
border-bottom: solid #F5F5F5 1px;
2 years ago
display: flex;
}
2 years ago
.list .item image {
2 years ago
width: 70rpx;
height: 70rpx;
2 years ago
margin-right: 25rpx;
border-radius: 12rpx;
2 years ago
}
2 years ago
.list .item .vbetween{
flex: 1;
2 years ago
}
.list .item .h1 {
2 years ago
font-size: 34rpx;
color: #333333;
margin-bottom: 20rpx; line-height: 1rem;
2 years ago
}
.list .item .h2 {
2 years ago
font-size: 26rpx;
color: #999999;
2 years ago
line-height: 1rem;
}
2 years ago
.list .item .time{
2 years ago
2 years ago
color: #BABABA; font-size: 24rpx;line-height: 45rpx;
2 years ago
}