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

101 lines
2.0 KiB

page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
}
.apply-list {
}
.apply-list .my-apply-img {
position: absolute;
right: -10rpx;
}
.apply-list .my-apply-img image {
width: 208rpx;
height: 76rpx;
}
.apply-list .apply-item {
width: 100%;
background-color: white;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 30rpx 30rpx;
margin-top: 16rpx;
box-sizing: border-box;
}
.apply-list .text-item {
height: 220rpx;
}
.apply-list .apply-item .item-title {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.apply-list .apply-item .item-content {
width: 100%;
height: 44rpx;
line-height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
}
.apply-list .apply-item .text-content {
height: 88rpx;
color: #666666;
}
.apply-list .apply-item .line {
width: 100%;
height: 1px;
background: #F2F2F2;
border-radius: 1px;
margin: 28rpx 0rpx;
}
.apply-list .apply-item .item-time {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
.apply-list .apply-item .item-state {
margin: 26rpx 0rpx 28rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
.apply-list .apply-item .item-state .state-0 {
color: #FB9F00;
}
.apply-list .apply-item .item-state .state-1 {
color: #28C896;
}
.apply-list .apply-item .item-state .state-2 {
color: #D80000;
}
.apply-list .footer {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.apply-list .footer .func-box {
width: 180rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.apply-list .footer .func-box view:nth-child(1) {
width: 50%;
text-align: center;
color: #FB9F00;
}
.apply-list .footer .func-box view:nth-child(2) {
width: 50%;
text-align: center;
color: #28C896;
}