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.
98 lines
1.8 KiB
98 lines
1.8 KiB
6 years ago
|
page {
|
||
|
width: 100%;
|
||
|
min-height: 100vh;
|
||
|
height: auto;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
.event-detail {
|
||
|
width: 100%;
|
||
|
height:100%;
|
||
|
background: #f7f7f7;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.event-content {
|
||
|
width: 100%;
|
||
|
background: #fff;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 25rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.event-content .user-info {
|
||
|
width: 100%;
|
||
|
height: 64rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-top: 50rpx;
|
||
|
}
|
||
|
.event-content .user-info .avatar {
|
||
|
width: 64rpx;
|
||
|
height: 64rpx;
|
||
|
object-fit: cover;
|
||
|
border-radius: 8rpx;
|
||
|
margin-right: 13rpx;
|
||
|
}
|
||
|
.event-content .user-info .identify {
|
||
|
display: flex;
|
||
|
flex-direction:column;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.event-content .user-info .identify .identify-top {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.event-content .user-info .identify .identify-top .nickname {
|
||
|
font-size: 28rpx;
|
||
|
color: #444;
|
||
|
}
|
||
|
.event-content .user-info .identify .identify-top .party-flag {
|
||
|
width: 27rpx;
|
||
|
height: 27rpx;
|
||
|
object-fit: cover;
|
||
|
margin-left: 6rpx;
|
||
|
}
|
||
|
.event-content .user-info .identify .identify-bottom {
|
||
|
font-size: 20rpx;
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.event-content .issue-content {
|
||
|
font-size: 38rpx;
|
||
|
color: #333;
|
||
|
line-height: 58rpx;
|
||
|
margin: 26rpx 0;
|
||
|
}
|
||
|
|
||
|
.event-content .image-list {
|
||
|
width: 100%;
|
||
|
margin-bottom: 76rpx;
|
||
|
}
|
||
|
.event-content .image-list .image-item {
|
||
|
width: 100%;
|
||
|
border-radius: 16rpx;
|
||
|
}
|
||
|
.event-content .image-list .image-item + .image-item {
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.handle-progress {
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.handle-progress .title {
|
||
|
width: 100%;
|
||
|
font-size: 32rpx;
|
||
|
color: #333;
|
||
|
line-height: 86rpx;
|
||
|
height: 86rpx;
|
||
|
margin-top: 38rpx;
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
.handle-progress .handle-progress-content {
|
||
|
width: 100%;
|
||
|
background: #fff;
|
||
|
box-sizing: border-box;
|
||
|
padding: 30rpx 25rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #F40D0D;
|
||
|
}
|