diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index efd04e21..5c17e452 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -433,66 +433,72 @@ } } .el-message.new-message { - box-shadow: none !important; - background-color: #edf2fc !important; - min-width: 240px !important; - height: 52px !important; - border-radius: 12px !important; - top: 180px !important; - font-size: 18px !important; - font-weight: bold !important; - border: none !important; - .el-message__content { - font-size: 16px !important; - font-weight: bold !important; - } - } -.el-message--success.new-message { - box-shadow: none !important; - background-color: rgba($color: #4CB967, $alpha: 0.1) !important; + background-color: #fff; + box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1); min-width: 180px !important; height: 52px !important; border-radius: 12px !important; - top: 180px !important; - font-size: 18px !important; + top: 270px !important; + font-size: 16px !important; + font-weight: bold !important; + border: none !important; + .el-message__content { + font-size: 14px !important; + font-weight: bold !important; + // margin-top: 2px; + } + } +.el-message--success.new-message { + background-color: #fff; + box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1); + min-width: 180px !important; + height: 52px !important; + border-radius: 12px !important; + top: 270px !important; + font-size: 16px !important; border: none !important; .el-message__content { color: #189B39 !important; - font-size: 16px !important; + font-size: 14px !important; font-weight: bold !important; + // margin-top: 2px; + } } .el-message--error.new-message { - box-shadow: none !important; - background-color: rgba($color: #FF3636 , $alpha: 0.1) !important; - min-width: 240px !important; + background-color: #fff; + box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1); + min-width: 180px !important; height: 52px !important; border-radius: 12px !important; - top: 180px !important; - font-size: 18px !important; + top: 270px !important; + font-size: 16px !important; font-weight: bold !important; border: none !important; .el-message__content { color: #CF1717 !important; - font-size: 16px !important; + font-size: 14px !important; font-weight: bold !important; + // margin-top: 2px; + } } .el-message--warning.new-message { - box-shadow: none !important; - background-color: #fdf6ec !important; - min-width: 240px !important; + background-color: #fff; + box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1); + min-width: 180px !important; height: 52px !important; border-radius: 12px !important; - top: 180px !important; - font-size: 18px !important; + top: 270px !important; + font-size: 16px !important; font-weight: bold !important; border: none !important; .el-message__content { - font-size: 16px !important; + font-size: 14px !important; font-weight: bold !important; + // margin-top: 2px; } }