From 0221e7378d687b4e843262f00154029eb9073293 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Thu, 23 Sep 2021 11:46:34 +0800 Subject: [PATCH] 1 --- index.html | 128 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 119 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 236b524..fcdebbf 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,16 @@ .save-list:hover { background-color: #f1f8ff; } .save-list-but-box { width: 100%; display: flex; align-items: center; border-radius: 8px; } .save-list-but-box div{ cursor: pointer; background-color: #FF5722; color: #fff;width: 100%;height: 45px;line-height: 45px;text-align: center;margin: 0 8px;padding: 0 16px;font-weight: 400;font-size: 14px;text-shadow: none;border-radius: 2px; } + .baseevent-box { width: 600px; height: 400px; background-color: #fff; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto;} + .baseevent-tit-box { padding: 16px; text-align: center; } + .baseevent-checkbox-box { margin: 30px; } + .baseevent-checkbox-box input { } + .layui-form-checkbox[lay-skin=primary]{ margin-top: 10px; } + .baseevent-but-box { display: flex; justify-content: end; align-items: center; margin: 0 30px; } + .baseevent-but-box div { cursor: pointer;width: 40px;height: 30px;line-height: 30px;text-align: center;margin: 0 8px;padding: 0 16px;font-weight: 400;font-size: 14px;text-shadow: none;border-radius: 2px; } + .baseevent-but-qb { border: 1px solid #d9d9d9; color: #42546d; } + .baseevent-but-qx { background: #FF5722; color: #fff; } + .baseevent-but-ok { background: #3d90ff; color: #fff; }
@@ -81,6 +91,8 @@ + +