/* subpages/heart/pages/myApply/myApply.wxss */ page { width: 100%; overflow-y: auto; background: #f7f7f7; } .apply-list { position: relative; overflow: hidden; } .apply-list .my-apply-img { position: absolute; right: -10rpx; top: 16rpx; } .apply-list .my-apply-img image { width: 208rpx; height: 76rpx; } .apply-list .apply-item { width: 100%; height: 170rpx; 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 { height: 50rpx; line-height: 50rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #333333; margin-bottom: 26rpx; } .apply-list .apply-item .item-content { width: 100%; height: 44rpx; line-height: 44rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 400; color: #666666; } .apply-list .apply-item .text-content { font-weight: 400; height: 88rpx; } .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; } .time-group { width: 100%; display: flex; justify-content: space-around; align-items: center; } .time-group .select-time { width: 304rpx; height: 50rpx; /* background: #F7F7F7; */ border-radius: 25rpx; display: flex; justify-content: center; align-items: center; font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .time-group .select-time image { width: 26rpx; height: 26rpx; opacity: 0.76; margin-right: 20rpx; }