ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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; } ```