|
@@ -39,7 +39,7 @@ class PQSelecteVideoItemCell: UICollectionViewCell {
|
|
|
|
|
|
lazy var bgView: UIView = {
|
|
|
let bgView = UIView()
|
|
|
- bgView.backgroundColor = UIColor(red: 238 / 255.0, green: 0, blue: 81 / 255.0, alpha: 0.3)
|
|
|
+ bgView.backgroundColor = UIColor.init(red: 61.0 / 255.0 , green: 193.0 / 255.0 , blue: 193.0 / 255.0, alpha: 0.6)
|
|
|
return bgView
|
|
|
}()
|
|
|
|