Browse Source

1.调整首页UI

wenweiwei 4 years ago
parent
commit
ce8065c71d

BIN
MusicVideoPlus/MusicVideoPlus/Assets.xcassets/Home/musicName_icon.imageset/musicName_icon@2x.png


BIN
MusicVideoPlus/MusicVideoPlus/Assets.xcassets/Home/musicName_icon.imageset/musicName_icon@3x.png


+ 1 - 1
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Base/Views/PQServerProtocalView.swift

@@ -247,7 +247,7 @@ public class PQBandingPhoneRemindView: UIView {
         let paragraphStyle = NSMutableParagraphStyle()
         paragraphStyle.lineSpacing = 3.0
         paragraphStyle.alignment = .center
-        remindData.attributedTitle = NSMutableAttributedString(string: "您的账号已被封禁,\(remindTitle)\n有疑问可拨打客服电话:\n0731-85676658", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 14), NSAttributedString.Key.foregroundColor: UIColor.hexColor(hexadecimal: "#666666"), NSAttributedString.Key.paragraphStyle: paragraphStyle])
+        remindData.attributedTitle = NSMutableAttributedString(string: "您的账号已被封禁,\(remindTitle)\n有疑问可拨打客服电话:\n0731-85676658 18519777009", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 14), NSAttributedString.Key.foregroundColor: UIColor.hexColor(hexadecimal: "#666666"), NSAttributedString.Key.paragraphStyle: paragraphStyle])
         let remindView = PQUploadRemindView(frame: CGRect(x: 0, y: 0, width: cScreenWidth, height: cScreenHeigth))
         UIApplication.shared.keyWindow?.addSubview(remindView)
         remindView.remindData = remindData

+ 2 - 3
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

@@ -94,8 +94,7 @@ class MVBannerCell: UICollectionViewCell {
         reCreateBtn.addCorner(corner: 8)
         reCreateBtn.setImage(UIImage(named: "reCreate"), for: .normal)
         reCreateBtn.addTarget(self, action: #selector(btnClick(sender:)), for: .touchUpInside)
-        reCreateBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#3DC1C1")
-        reCreateBtn.alpha = 0.8
+        reCreateBtn.backgroundColor = UIColor.init(red: 61.0 / 255.0, green: 193.0 / 255.0, blue: 193.0 / 255.0, alpha: 0.8)
         return reCreateBtn
     }()
 
@@ -183,7 +182,7 @@ class MVBannerCell: UICollectionViewCell {
         }
 
         pauseView.snp.remakeConstraints { make in
-            make.width.equalTo(72)
+            make.width.equalTo(82)
             make.height.equalTo(82)
             make.center.equalToSuperview()
         }

+ 1 - 1
MusicVideoPlus/MusicVideoPlus/PQConfig.plist

@@ -3,6 +3,6 @@
 <plist version="1.0">
 <dict>
 	<key>ENVMode</key>
-	<string>ENVModePre</string>
+	<string>ENVModeTest</string>
 </dict>
 </plist>