From ef80b0d372301d7e260e8c1aa4bbfa19a9db0fc1 Mon Sep 17 00:00:00 2001 From: huangxiaomin Date: Mon, 12 Jul 2021 15:19:24 +0800 Subject: [PATCH] =?UTF-8?q?ureport=20-=20=E5=A2=9E=E5=8A=A0=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ureport2-js/css/custom.css | 98 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 ureport2-js/css/custom.css diff --git a/ureport2-js/css/custom.css b/ureport2-js/css/custom.css new file mode 100644 index 0000000..9d90fe5 --- /dev/null +++ b/ureport2-js/css/custom.css @@ -0,0 +1,98 @@ +.custom-dialog.modal.fade { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + text-align: center; +} + +.custom-dialog.modal.fade:after { + content: ""; + display: inline-block; + height: 100%; + width: 0; + vertical-align: middle; +} + +.custom-dialog .modal-dialog { + display: inline-block; + width: 420px; + vertical-align: middle; + border-radius: 4px; + font-size: 18px; + box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); + text-align: left; + overflow: hidden; + backface-visibility: hidden; + border: none!important; +} + +.custom-dialog .modal-content { + padding-bottom: 10px; + border: none!important; + +} + +.custom-dialog .modal-content .modal-header { + position: relative; + padding: 15px 15px 10px; + border: none!important; +} + +.custom-dialog .modal-content .modal-header .modal-title { + padding-left: 0; + margin-bottom: 0; + font-size: 18px; + line-height: 1; + color: #303133; +} + +.custom-dialog .modal-content .modal-header .close { + position: absolute; + top: 6px; + right: 10px; + padding: 0; + margin-top: 0; + border: none; + outline: none; + background: transparent; + font-size: 26px; + cursor: pointer; + font-weight: normal; + text-shadow: none!important; + opacity: 1!important; + color: #909399; +} + +.custom-dialog .modal-content .modal-body { + padding: 10px 15px; + color: #606266; + font-size: 14px; +} + +.custom-dialog .modal-content .modal-footer { + padding: 5px 15px 0; + text-align: right; + border-top: 0!important; +} + +.custom-dialog .modal-content .modal-footer .btn-default { + padding: 9px 15px; + font-size: 12px; + border-radius: 3px; + color: #fff; + background-color: #1A7AE8; + border-color: #1A7AE8; + display: inline-block; + line-height: 1; + white-space: nowrap; + cursor: pointer; + -webkit-appearance: none; + text-align: center; + box-sizing: border-box; + outline: none; + margin: 0; + transition: .1s; + font-weight: 500; +} \ No newline at end of file