From 442ba49107646e1ca731ffc20f77096c2995c58b Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Wed, 25 Feb 2026 12:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E5=85=B3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/control/index.vue | 60 ------------------------------------ 1 file changed, 60 deletions(-) diff --git a/pages/home/control/index.vue b/pages/home/control/index.vue index 1be2c62..add4c79 100644 --- a/pages/home/control/index.vue +++ b/pages/home/control/index.vue @@ -507,66 +507,6 @@ export default { color: green; } -/* 新增:弹窗样式 */ -.modal-container { - width: 600rpx; - background: #fff; - border-radius: 16rpx; - padding: 30rpx 20rpx; -} -.modal-title { - font-size: 30rpx; - font-weight: 500; - text-align: center; - margin-bottom: 40rpx; - color: #333; -} -.modal-input-wrap { - display: flex; - align-items: center; - margin-bottom: 35rpx; - font-size: 26rpx; - margin-left: 20rpx; -} -.modal-label { - width: 160rpx; - color: #666; -} -.modal-current { - margin-left: 14rpx; - color: #333; -} -.modal-input { - height: 60rpx; - border: 1px solid #eee; - border-radius: 8rpx; - padding: 0 15rpx; - font-size: 26rpx; - width: 80rpx; -} -.modal-unit { - margin-left: 10rpx; - color: #666; -} -.modal-btn-wrap { - display: flex; - gap: 20rpx; - margin-top: 40rpx; -} -.modal-btn { - flex: 1; - height: 70rpx; - border-radius: 8rpx; - font-size: 26rpx; -} -.modal-btn.cancel { - background: #f5f5f5; - color: #666; -} -.modal-btn.confirm { - background: #007aff; - color: #fff; -} .icon { margin-left: 15rpx }