page { padding: 20rpx 0 50rpx 0; /* min-height: 100%; */ background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%); } .device_connet { padding: 32rpx 32rpx; } .device-connect-text { font-family: PingFangSC-Regular; font-size: 28rpx; color: rgba(0, 0, 0, 0.5); } .device-connect-item { padding: 56rpx 32rpx 56rpx 40rpx; display: flex; margin-top: 32rpx; background-color: #fff; border-radius: 32rpx; } .device-connect-item-name { flex: 1; font-family: PingFangSC-Regular; font-size: 32rpx; color: #22242c; } .device-connect-copy-title { font-family: PingFangSC-Regular; font-size: 32rpx; line-height: 48rpx; color: #22242c; }