diff --git a/view/admin/post/phone_image.html b/view/admin/post/phone_image.html index 9141101..ee48ceb 100644 --- a/view/admin/post/phone_image.html +++ b/view/admin/post/phone_image.html @@ -36,20 +36,29 @@ } .toolbar { - width: 260px; + width: 220px; background: #fff; border-right: 1px solid #e8e8e8; padding: 15px; overflow-y: auto; } - .preview-area { - flex: 1; - padding: 20px; + .content-flow-area { + width: 540px; overflow-y: auto; + border-right: 1px solid #e8e8e8; + background: #fafafa; + } + + .paginated-preview-area { + flex: 1; + overflow-y: auto; + padding: 20px; display: flex; - justify-content: center; - align-items: flex-start; + flex-direction: column; + align-items: center; + background: #f5f5f5; + gap: 20px; } .toolbar .layui-form-label { @@ -66,32 +75,6 @@ margin-bottom: 12px; } - .template-btn-group { - display: flex; - gap: 8px; - margin-bottom: 10px; - } - - .template-btn { - flex: 1; - padding: 8px; - text-align: center; - border: 2px solid #e8e8e8; - border-radius: 4px; - cursor: pointer; - font-size: 12px; - background: #fff; - } - - .template-btn.active { - border-color: #1890ff; - color: #1890ff; - } - - .template-btn:hover { - border-color: #1890ff; - } - .action-btns { margin-top: 15px; } @@ -100,30 +83,12 @@ width: 100%; margin-bottom: 8px; } - - .phone-frame { - background: #fff; - box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); - border-radius: 8px; - overflow: hidden; - } - - .preview-nav { - text-align: center; - margin-top: 10px; - } - - .preview-nav span { - margin: 0 10px; - cursor: pointer; - color: #1890ff; - }
- +