page { padding: 50rpx 60rpx 0; background-color: #ffffff; } .equipmentModel { color: #252535; width: 100%; height: 48rpx; font-size: 48rpx; font-weight: bold; line-height: 48rpx; margin-bottom: 60rpx; } .equipmentIcon { width: 320rpx; height: 320rpx; margin: 0 auto 40rpx; } .equipmentName { width: 100%; height: 126rpx; display: flex; flex-wrap: nowrap; padding-right: 35rpx; box-sizing: border-box; margin-bottom: 550rpx; justify-content: space-between; border-bottom: 1rpx solid #EAECF1; } .equipmentName>view:first-of-type { color: #252535; height: 126rpx; line-height: 126rpx; font-size: 36rpx; font-weight: bold; } .equipmentName>view:last-of-type { flex: 1; width: 0; height: 126rpx; } .equipmentName>view:last-of-type input { color: #808080; width: 100%; height: 126rpx; text-align: right; font-size: 36rpx; line-height: 126rpx; } .btn { color: #FFFFFF; width: 580rpx; height: 88rpx; line-height: 88rpx; margin: 0 auto; font-size: 32rpx; font-weight: bold; border-radius: 44rpx; text-align: center; background-color: #1385FA; }