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.
74 lines
1.5 KiB
74 lines
1.5 KiB
/* subpages/heart/pages/myApplyList/myApplyList.wxss */
|
|
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: 0rpx 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;
|
|
margin-top: 32rpx;
|
|
}
|
|
.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-state {
|
|
margin: 26rpx 0rpx 28rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
}
|
|
.apply-list .apply-item .item-state .state-0 {
|
|
color: #FB9F00;
|
|
}
|
|
.apply-list .apply-item .item-state .state-1 {
|
|
color: #666666;
|
|
}
|
|
.apply-list .apply-item .item-state .state-2 {
|
|
color: #D80000;
|
|
}
|