.replaceNetwork1 { width: 100%; height: 100%; padding-top: 60rpx; box-sizing: border-box; } .title { width: 100%; padding: 0 60rpx; box-sizing: border-box; margin-bottom: 40rpx; } .title>view:nth-of-type(1) { color: #252535; width: 100%; height: 48rpx; font-size: 48rpx; font-weight: bold; line-height: 48rpx; margin-bottom: 48rpx; } .title>view:nth-of-type(2) { color: #B6B6B6; width: 100%; height: 30rpx; font-size: 30rpx; line-height: 30rpx; } .content { width: 100%; height: calc(100% - 166rpx); } .scrollView { width: 100%; height: 100%; } .scrollViewContent { width: 100%; padding: 0 60rpx; box-sizing: border-box; } .scrollViewContent>view { width: 100%; height: 80rpx; display: flex; flex-wrap: nowrap; margin-bottom: 32rpx; } .scrollViewContent>view>view:nth-of-type(1) { width: 80rpx; height: 80rpx; margin-right: 24rpx; } .scrollViewContent>view>view:nth-of-type(2) { color: #252535; flex: 1; width: 0; height: 80rpx; font-size: 32rpx; font-weight: bold; line-height: 80rpx; }