Browse Source

修改选中背景色

jsonwang 3 years ago
parent
commit
03c241d656
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFFramework/Classes/selectImage/PQSelecteVideoItemCell.swift

+ 1 - 1
BFFramework/Classes/selectImage/PQSelecteVideoItemCell.swift

@@ -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
     }()