.title { color: #333333; font-size: 35rpx; font-weight: bold; } .subtitle { color: #999999; margin-top: 20rpx; } .heartbox { width: 1100rpx; height: 100rpx; /* border: 1px solid red; */ position: relative; display: flex; align-items: center; justify-content: space-around; } .line { width: 1100rpx; height: 4rpx; background: #d8d8d8; position: absolute; top: 44rpx; left: 0; z-index: 0; } .num{ width: 100%; height: 100rpx; /* border: 1px solid red; */ } .allnum{ line-height: 100rpx; color: #4d4d4d; float: left; } #tousu{ width: 180rpx; color: #9d69ff; height: 50rpx; border: 1px solid #9d69ff; border-radius: 20rpx; float: right; line-height: 50rpx; text-align: center; margin-top: 25rpx; font-size: 28rpx; padding: 0; } .photobox{ display: flex; flex-wrap:wrap; margin-left: 20rpx; } .grayCircle{ width: 130rpx; height: 130rpx; border-radius: 50%; border:2rpx solid #d8d8d8; position: absolute; top: 8rpx; left: 2rpx; } .loveCircle{ width: 130rpx; height: 130rpx; /* border-radius: 50%; */ /* border:2rpx solid #d8d8d8; */ position: absolute; top: 10rpx; left: 4rpx; }