.topHead { position: relative; height: 639rpx; } .topHead .maskView1 { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background: #4c81e5; opacity: 87%; border-bottom-left-radius: 96rpx; border-bottom-right-radius: 96rpx; } .topHead .maskView2 { position: absolute; z-index: 2; right: 0; bottom: 0; width: 446rpx; height: 452rpx; border: 1px solid red; } .topHead .maskView3 { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; background: #4c81e5; opacity: 85%; border-bottom-left-radius: 96rpx; border-bottom-right-radius: 96rpx; } .topHead .homeView{ position: absolute; z-index: 4; left: 40rpx; top: 100rpx; padding: 10rpx; border-radius: 50rpx; background: #4b71be; } .topHead .title { position: absolute; z-index: 4; left: 50%; top: 120rpx; transform: translateX(-50%); font-size: 32rpx; color: #FFFFFF; line-height: 1rpx; text-align: left; } .topHead .contentView { position: absolute; z-index: 4; left: 0; bottom: 246rpx; padding-left: 58rpx; } .topHead .contentView .label1 { font-size: 47rpx; color: #FFFFFF; line-height: 1; } .topHead .contentView .label2 { font-size: 26rpx; color: #FFFFFF; line-height: 1; margin-top: 40rpx; } .topHead .logo { position: absolute; z-index: 4; left: 50%; bottom: -80rpx; transform: translateX(-50%); width: 226rpx; height: 226rpx; background: #c9c9c9; border-radius: 226rpx; } .menuContainerView { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 150rpx 80rpx 0; } .menuContainerView .menuView { width: 260rpx; height: 260rpx; border-radius: 10rpx; box-shadow: -2px 2px 10px 0 rgba(102, 116, 166, 0.2); flex-shrink: 0; margin-bottom: 80rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; } .menuContainerView .menuView .menuImg { width: 120rpx; height: 120rpx; } .menuContainerView .menuView .menuTitle { font-size: 26rpx; color: #4B6291; font-weight: 600; line-height: 1; margin-top: 20rpx; } .ownership { position: absolute; left: 0; bottom: 34rpx; width: 100%; word-break: break-all; text-align: center; font-size: 22rpx; color: #878787; }