/* subpages/heart/pages/noticeNewDetail/noticeNewDetail.wxss */ page { width: 100%; height: auto; overflow-y: auto; background: #f7f7f7; } .notice-detail { margin-bottom: 60rpx; } .notice-detail .apply-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; } .notice-detail .apply-item .item-title { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #333333; } .notice-detail .apply-item .item-content { font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #666666; margin-top: 28rpx; } .notice-detail .apply-item .item-mobile { width: 100%; display: flex; align-items: center; justify-content: space-between; } .notice-detail .apply-item .item-mobile .call-img { width: 176rpx; height: 76rpx; } .notice-detail .apply-item .item-mobile .call-img image{ width: 100%; height: 100%; } .notice-detail .apply-item .line { width: 100%; height: 1px; background: #F2F2F2; border-radius: 1px; margin: 28rpx 0rpx; }