107 lines
2.1 KiB
Plaintext
107 lines
2.1 KiB
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.push_content {
|
|
padding: 30rpx;
|
|
background-color: #fff;
|
|
margin: 30rpx;
|
|
}
|
|
.push_content .image_content {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
padding: 10rpx 0 30rpx 0;
|
|
}
|
|
.push_content .image_content image {
|
|
width: 190rpx;
|
|
height: 190rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
.push_content .Link_content {
|
|
background-color: #f8f8f8;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
margin: 30rpx 0 0 0;
|
|
}
|
|
.push_content .Link_content .cover {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.push_content .Link_content .cover image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.push_content .Link_content .content {
|
|
flex: 1;
|
|
padding: 0 30rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.push_content .video_content {
|
|
padding: 50rpx 0 30rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.push_content .miniProgram_content {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
width: 280rpx;
|
|
margin-top: 30rpx;
|
|
border: 1rpx solid #eee;
|
|
}
|
|
.push_content .miniProgram_content .miniProgram_title {
|
|
font-size: 28rpx;
|
|
}
|
|
.push_content .miniProgram_content .miniProgram_cover {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.push_content .miniProgram_content .miniProgram_cover image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
.push_header {
|
|
display: flex;
|
|
align-items: self-start;
|
|
border-bottom: 1rpx solid #eee;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.push_header .avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.push_header .avatar image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 12rpx;
|
|
}
|
|
.push_header .employee_info {
|
|
flex: 1;
|
|
padding-left: 20rpx;
|
|
color: #3d3d3d;
|
|
font-size: 28rpx;
|
|
height: 100rpx;
|
|
}
|
|
.push_header .employee_info .des {
|
|
padding-top: 10rpx;
|
|
}
|
|
.push_header .status {
|
|
border-radius: 100rpx;
|
|
font-size: 28rpx;
|
|
padding: 7rpx 17rpx;
|
|
font-weight: 500;
|
|
}
|
|
.push_header .status_Sent {
|
|
color: #0082fa;
|
|
background-color: #edf4ff;
|
|
}
|
|
.push_header .status_NotSent {
|
|
color: #f97316;
|
|
background-color: #fff7ed;
|
|
} |