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.
41 lines
893 B
41 lines
893 B
/* subpages/heart/pages/myApplyDetail/myApplyDetail.wxss */
|
|
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
.issue-detail {
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.issue-detail .issue-item {
|
|
width: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding: 40rpx 30rpx;
|
|
margin-top: 16rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.issue-detail .issue-item .item-title {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.issue-detail .issue-item .item-content {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #666666;
|
|
margin-top: 28rpx;
|
|
}
|
|
.issue-detail .issue-item .line {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #F2F2F2;
|
|
border-radius: 1px;
|
|
margin: 28rpx 0rpx;
|
|
}
|