💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### index-detail.wxss ``` .music-play{ position: relative; } .play{ width:100rpx; height: 100rpx; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); } .container{ padding:10rpx 30rpx ; } .info{ display: flex; align-items: center; color:#aaa; } .info>image{ width:60rpx; height: 60rpx; } .info>view{ margin-left: 30rpx; font-size: 30rpx; } .info>view>text{ margin-right: 20rpx; font-size: 24rpx; } .content{ margin-top:40rpx; } .title{ font-weight: bolder; } .label{ position: relative; padding:50rpx 0 10rpx 0; text-align: right; } .line{ position: absolute; top:90rpx; width: 100%; height: 1px; background: #eee; z-index:-100; } .label>image{ width:80rpx; height: 80rpx; margin-left: 30rpx; } .text{ font-size: 30rpx; color:#aaa; text-indent:50rpx; } image{ width: 100%; } ``` *****