.container { width: 100%; height: 100%; background: url("https://small-app.oss-cn-beijing.aliyuncs.com/black-white/gequliebiaoditu%20.png") repeat no-repeat; background-size:100% 100% ; background-attachment: fixed; } .music { padding-top: 44rpx; } .musicItem{ width: 614rpx; height: 140rpx; background-color: rgba(255,255,255,1); border-radius: 24rpx; display: flex; justify-content: space-between; align-items: center; margin: auto; opacity: 0.8; margin-bottom: 44rpx; } .musicItem .note { width: 48rpx; height: 68rpx; } .musicItem .note image{ width: 48rpx; height: 68rpx; margin-left: 36rpx; } .musicItem .musicName { width: 400rpx; height: 56rpx; line-height: 56rpx; font-size: 40rpx; font-family:PingFangSC-Medium; margin-left: 10rpx; } .musicItem .checkMark { width: 48rpx; height: 68rpx; margin-right: 40rpx; } .musicItem .checkMark image{ width: 48rpx; height: 68rpx; }