锦水居民端小程序
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.

78 lines
1.2 KiB

6 years ago
.notice {
width: 100%;
height: 100vh;
background: #f7f7f7;
}
.nav {
height: 94rpx;
background: #ffffff;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav .nav-left image {
width: 32rpx;
height: 32rpx;
margin: 0 9rpx 0 20rpx;
}
.nav .nav-left text {
font-size: 32rpx;
font-weight: bold;
color: #f13d3c;
}
.nav .nav-right {
font-size: 26rpx;
color: #999;
margin-right: 20rpx;
}
.content {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 0 20rpx;
}
.notice-list {
padding-top: 20rpx;
}
.list-item {
background: #ffffff;
border-radius: 16rpx;
background: #ffffff;
box-sizing: border-box;
padding: 10rpx 33rpx 20rpx 24rpx;
margin-bottom: 20rpx;
}
.title {
font-size: 36rpx;
line-height: 46rpx;
letter-spacing: 1rpx;
margin: 20rpx 0 26rpx 0;
color: #333333;
}
.tip {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 15rpx;
}
.tip span {
font-size: 22rpx;
letter-spacing: 1rpx;
color: #999999;
}
.notice-logo {
width: 34rpx;
height: 34rpx;
}
.notice-logo image {
width: 100%;
height: 100%;
float:left;
}
.location {
margin-left: 15rpx;
}
.time {
margin-left: 18rpx;
}