/* 距顶部 500rpx 展示,不采用底部上滑 */ .device-name-modal-mask.data-v-4f50f2af { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.45); z-index: 10050; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 500rpx 32rpx 32rpx; box-sizing: border-box; } .device-name-modal-sheet.data-v-4f50f2af { width: 100%; max-width: 750rpx; margin: 0 auto; background: #fff; border-radius: 24rpx; padding: 32rpx 32rpx 50rpx; box-sizing: border-box; box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.12); -webkit-animation: deviceNameEditModalIn-data-v-4f50f2af 0.28s ease; animation: deviceNameEditModalIn-data-v-4f50f2af 0.28s ease; } @-webkit-keyframes deviceNameEditModalIn-data-v-4f50f2af { from { opacity: 0; -webkit-transform: scale(0.96); transform: scale(0.96); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes deviceNameEditModalIn-data-v-4f50f2af { from { opacity: 0; -webkit-transform: scale(0.96); transform: scale(0.96); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .device-name-modal-head.data-v-4f50f2af { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24rpx; } .device-name-modal-title.data-v-4f50f2af { font-size: 34rpx; font-weight: 600; color: #3d3d3d; } .device-name-modal-close.data-v-4f50f2af { font-size: 48rpx; line-height: 1; color: #999; padding: 8rpx; } .device-name-modal-input.data-v-4f50f2af { width: 100%; height: 88rpx; line-height: 88rpx; padding: 0 24rpx; box-sizing: border-box; background: #f5f5f5; border-radius: 12rpx; font-size: 30rpx; color: #3d3d3d; margin-bottom: 32rpx; } .device-name-modal-actions.data-v-4f50f2af { display: flex; gap: 24rpx; } .device-name-modal-btn.data-v-4f50f2af { flex: 1; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 32rpx; border-radius: 12rpx; } .device-name-modal-cancel.data-v-4f50f2af { background: #f0f0f0; color: #666; } .device-name-modal-ok.data-v-4f50f2af { background: #3d3d3d; color: #fff; }