AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
``` /**index.wxss**/ .header-detail{ height: 400rpx; } .banner{ width: 100%; height: 400rpx; } .music{ width: 60rpx; height: 60rpx; position: relative; top:-230rpx; cursor: pointer; left:50%; margin-left: -30rpx; } .content-header{ margin-top: 25rpx; display: flex; margin-left: 35rpx; margin-right: 35rpx; } .head-portrait{ width: 80rpx; height: 80rpx; } .txt{ margin-left: 40rpx; height: 80rpx; line-height: 80rpx; font-size: 30rpx; margin-bottom: 35rpx; } .txt text{ margin: 0 15rpx; font-size: 25rpx; } .content-title{ margin-left: 35rpx; margin-right: 35rpx; } .title{ font-size: 45rpx; font-weight: bold; margin: 0 90rpx; } .content-line{ position: relative; height: 90rpx; margin: 15rpx 15rpx; } .line{ position: absolute; top:40rpx; height: 1rpx; background-color: #808080; width: 100%; } .line-img image{ position: absolute; height: 80rpx; width: 80rpx; z-index: 10; } .collection{ right:0; margin-right:100rpx; } .share{ right:0; } .content-txt{ margin-top: 20px; text-indent: 20px; line-height: 20px; } ```