From 4f20ad52b8d4ab206e3458e488d3950eb2bfb5a3 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期三, 07 六月 2023 16:35:55 +0800 Subject: [PATCH] 细节调整 --- igds-app/css/admin/work-apply.css | 175 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 139 insertions(+), 36 deletions(-) diff --git a/igds-app/css/admin/work-apply.css b/igds-app/css/admin/work-apply.css index cacb731..752f66a 100644 --- a/igds-app/css/admin/work-apply.css +++ b/igds-app/css/admin/work-apply.css @@ -1,40 +1,143 @@ -.m-gd .group{ - background-color: #fff; - border-radius: 10px; - box-shadow: 0 0 4px rgba(0,64,40,.1); - padding: 20px 15px; - margin-bottom: 15px; - overflow: hidden; - font-size: 16px; - color: #000; +.m-gd .group { + background-color: #fff; + border-radius: 10px; + box-shadow: 0 0 4px rgba(0, 64, 40, .1); + padding: 20px 15px; + margin-bottom: 15px; + overflow: hidden; + font-size: 16px; + color: #000; } -.m-gd .l{ - min-width: 80px; - margin-right: 10px; + +.m-gd .l { + min-width: 80px; + margin-right: 10px; } -.m-gd .r{ - float: none; - width: auto; - text-align: right; - overflow: hidden; - padding-right: 16px; - background: url(../../images/a2.png) no-repeat right center; - background-size: 6px; + +.m-gd .r { + float: none; + width: auto; + text-align: right; + overflow: hidden; + padding-right: 16px; + background: url(../../images/a2.png) no-repeat right center; + background-size: 6px; } -.m-gd .placeholder{ - color: #c3c3c3; + +.m-gd .placeholder { + color: #c3c3c3; } -.m-gd .submit{ - display: block; - width: 77%; - text-align: center; - background: linear-gradient(90deg,#178255,#379a71); - font-size: 18px; - color: #fff; - border-radius: 22px; - height: 44px; - line-height: 44px; - border: none; - padding: 0; - margin: 30px auto 0; - } \ No newline at end of file + +.m-gd .submit { + display: block; + width: 77%; + text-align: center; + background: linear-gradient(90deg, #178255, #379a71); + font-size: 18px; + color: #fff; + border-radius: 22px; + height: 44px; + line-height: 44px; + border: none; + padding: 0; + margin: 30px auto 0; +} + +.m-pop-caution { + padding: 15px 15px 25px; +} + +.m-pop-caution .btns { + display: block; + text-align: center; +} + +.m-pop-caution .btns button { + margin: 0 6px; +} + +.m-pop-caution .h3 { + text-align: left; + font-size: 16px; +} + +.m-pop-caution .h3 span { + color: #ff2323; + +} + +.m-pop-caution textarea { + background-color: #f5f6f7; + border-radius: 10px; + margin-bottom: 15px; + border: none; + min-height: 100px; + +} + +.m-pop-caution .mui-input-row { + margin-bottom: 25px; +} + +.m-server { + width: 300px; + background-color: #fff; + border-radius: 10px; + overflow: hidden; + padding: 28px 25px 30px; +} + +.m-server .h3 { + text-align: center; + font-size: 18px; + font-weight: bold; + color: #000; + margin-bottom: 18px; +} + + +.m-server .mui-input-row { + background-color: #f5f6f7; + border-radius: 10px; + margin-bottom: 15px; + padding: 4px 0; +} + +.m-server .mui-input-row label { + font-size: 16px; + font-weight: bold; + width: 27%; + padding-right: 0; +} + +.m-server .mui-input-row input { + font-size: 16px; + color: #000; + width: 73%; +} + +.m-server .btns { + display: flex; + align-items: center; + justify-content: center; + margin-top: 25px; +} + +.m-server .mui-btn { + width: 110px; + border-radius: 20px; + font-size: 15px; + padding-top: 10px; + padding-bottom: 10px; + border: none; +} + +.m-server .mui-btn.cancel { + color: #888888; + background-color: #eeeeee; +} + +.m-server .mui-btn.confirm { + color: #fff; + background: linear-gradient(90deg, #52b88f, #64c388); +} \ No newline at end of file -- Gitblit v1.9.3