|
@@ -58,11 +58,11 @@ class PQVideoCutingOprateView: UIView {
|
|
|
|
|
|
lazy var durationLabel: UILabel = {
|
|
|
let durationLabel = UILabel()
|
|
|
- durationLabel.font = UIFont.systemFont(ofSize: 11, weight: .medium)
|
|
|
- durationLabel.backgroundColor = PQBFConfig.shared.cutViewStyleColor
|
|
|
- durationLabel.alpha = 0.1
|
|
|
+ durationLabel.font = UIFont.systemFont(ofSize: 16, weight: .medium)
|
|
|
+ durationLabel.backgroundColor = PQBFConfig.shared.cutDurationColor
|
|
|
durationLabel.textColor = UIColor.white
|
|
|
durationLabel.textAlignment = .center
|
|
|
+ durationLabel.addShadow()
|
|
|
return durationLabel
|
|
|
}()
|
|
|
|