/* subpages/heart/pages/myApply/myApply.wxss */ page { width: 100%; overflow-y: auto; background: #f7f7f7; } .issue-list { position: relative; overflow: hidden; } .issue-list .report-issue-img { position: absolute; right: -10rpx; top: 16rpx; } .issue-list .report-issue-img image { width: 164rpx; 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; margin-top: 16rpx; box-sizing: border-box; } .issue-list .text-item { height: 450rpx; } .line { width: 690rpx; height: 1px; background: #DCDCDC; border-radius: 1px; } .line2 { width: 625rpx; height: 1px; background: #DCDCDC; border-radius: 1px; } .issue-list .issue-item .item-title { height: 50rpx; line-height: 50rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #333333; margin: 28rpx 0rpx 12rpx 0rpx; } .issue-list .issue-item .item-content { width: 100%; height: 44rpx; line-height: 44rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #666666; } .issue-list .issue-item .text-content { font-weight: 400; height: 350rpx; } .submit { width: 592rpx; height: 116rpx; position: relative; margin: 78rpx auto 0rpx; } .submit .submit-bk { width: 100%; height: 100%; position: absolute; z-index: -1; } .submit .submit-text { font-size: 34rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; height: 100rpx; line-height: 100rpx; text-align: center; } .radio-group { width: 100%; } .radio-group .radio-item:first-child { margin-top: 0rpx; } .radio-group .radio-item { display: flex; justify-content: flex-start; align-items: center; margin: 30rpx 0rpx; } .radio-group .radio-item .radio-img { width: 34rpx; height: 34rpx; } .radio-group .radio-item .radio-text { margin-left: 32rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #666666; } .radio-group .radio-info { margin-left: 66rpx; } .radio-group .radio-info .info { margin: 30rpx 0rpx; }