.bg { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } .home { position: relative; z-index: 2; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 215rpx 60rpx 120rpx; box-sizing: border-box; } .title { width: 100%; } .title>view:nth-of-type(1) { width: 100%; height: 80rpx; display: flex; flex-wrap: nowrap; margin-bottom: 56rpx; } .title>view:nth-of-type(1)>view:first-of-type { width: 80rpx; height: 80rpx; overflow: hidden; border-radius: 50%; margin-right: 20rpx; } .title>view:nth-of-type(1)>view:last-of-type { color: #FFFFFF; height: 80rpx; line-height: 80rpx; font-size: 28rpx; font-weight: bold; padding-right: 26rpx; } .title>view:nth-of-type(1)>view:last-of-type::after { border-left: 5rpx solid #ffffff; border-top: 5rpx solid #ffffff; } .title>view:nth-of-type(2) { color: #FFFFFF; height: 80rpx; font-size: 80rpx; font-weight: bold; line-height: 80rpx; margin-bottom: 45rpx; text-align: center; } .title>view:nth-of-type(3) { color: #FFFFFF; height: 40rpx; font-size: 40rpx; line-height: 40rpx; text-align: center; } .device { width: 100%; } .device>view:nth-of-type(1) { width: 500rpx; height: 500rpx; margin: 0 auto 16rpx; } .device>view:nth-of-type(2) { color: #ffffff; width: 100%; height: 32rpx; font-weight: bold; font-size: 32rpx; line-height: 32rpx; text-align: center; } .addDevice { width: 580rpx; margin: 0 auto; } .addDevice>view { color: #FFFFFF; width: 100%; height: 88rpx; font-size: 32rpx; font-weight: bold; text-align: center; line-height: 88rpx; border-radius: 44rpx; border: 1rpx solid #FFFFFF; background-color: rgba(0, 0, 0, .4); }