Commit 8d73f6db authored by pete谢兆麟's avatar pete谢兆麟

UI走查问题修改

parent 6344247e
......@@ -26,6 +26,7 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
viewModel = YHHomeWebViewModel()
//获取导航栏高度
let navHeight = self.navigationController?.navigationBar.frame.height
......
......@@ -82,7 +82,8 @@ extension YHServerHKLifeViewController {
func setupUI() {
gk_navBarAlpha = 0
gk_navigationBar.isHidden = true
view.backgroundColor = .white
sectionView = {
let view = YHServiceSectionView()
view.block = {[weak self] model in
......
......@@ -82,7 +82,7 @@ extension YHServiceListViewController {
func setupUI() {
gk_navBarAlpha = 0
gk_navigationBar.isHidden = true
view.backgroundColor = .white
sectionView = {
let view = YHServiceSectionView()
view.block = {[weak self] model in
......
......@@ -98,7 +98,7 @@ class YHServiceViewController: YHBaseViewController {
//配置指示器
let indicator = JXSegmentedIndicatorLineView()
indicator.indicatorWidth = 16
indicator.indicatorColor = .blue
indicator.indicatorColor = UIColor(hex: 0x3570dc)
segmentedView.indicators = [indicator]
segmentedView.backgroundColor = UIColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1)
......
......@@ -121,7 +121,7 @@ class YHServiceSectionCollectionViewCell: UICollectionViewCell {
static let cellReuseIdentifier = "YHServiceSectionCollectionViewCell"
func setSelectedStyle() {
contentView.backgroundColor = UIColor.brandMainColor
contentView.backgroundColor = UIColor(hex: 0x3570dc)
descripeLable.textColor = UIColor.white
}
......
......@@ -81,7 +81,8 @@ extension YHMyLikeViewController {
func setupUI() {
gk_navBarAlpha = 1
view.backgroundColor = .white
tableFootView = {
let view = YHServiceTableFootView()
view.moreBlock = {[weak self] in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment