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

/* subpages/heart/pages/myApplyList/myApplyList.wxss */
page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
}
.issue-list {
}
.issue-list .my-apply-img {
position: absolute;
right: -10rpx;
}
.issue-list .my-apply-img image {
width: 208rpx;
height: 76rpx;
}
.issue-list .issue-item {
width: 100%;
background-color: white;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0rpx 30rpx 30rpx;
margin-top: 16rpx;
box-sizing: border-box;
}
.issue-list .issue-item .item-title {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
margin: 32rpx 0rpx;
overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.issue-list .issue-item .item-content {
width: 100%;
height: 44rpx;
line-height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
}
.issue-list .issue-item .text-content {
height: 88rpx;
color: #666666;
}
.issue-list .issue-item .line {
width: 100%;
height: 1px;
background: #F2F2F2;
border-radius: 1px;
margin: 28rpx 0rpx;
}
.issue-list .issue-item .item-time {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
.issue-list .issue-item .item-state {
margin: 26rpx 0rpx 28rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
.issue-list .issue-item .item-state .state-0 {
color: #FB9F00;
}
.issue-list .issue-item .item-state .state-1 {
color: #28C896;
}
.issue-list .issue-item .item-state .state-2 {
color: #D80000;
}