mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 16:56:43 +08:00
1期toast提示ui调整
This commit is contained in:
@@ -433,66 +433,72 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-message.new-message {
|
.el-message.new-message {
|
||||||
box-shadow: none !important;
|
background-color: #fff;
|
||||||
background-color: #edf2fc !important;
|
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
|
||||||
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;
|
|
||||||
min-width: 180px !important;
|
min-width: 180px !important;
|
||||||
height: 52px !important;
|
height: 52px !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
top: 180px !important;
|
top: 270px !important;
|
||||||
font-size: 18px !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;
|
border: none !important;
|
||||||
.el-message__content {
|
.el-message__content {
|
||||||
color: #189B39 !important;
|
color: #189B39 !important;
|
||||||
font-size: 16px !important;
|
font-size: 14px !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
// margin-top: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-message--error.new-message {
|
.el-message--error.new-message {
|
||||||
box-shadow: none !important;
|
background-color: #fff;
|
||||||
background-color: rgba($color: #FF3636 , $alpha: 0.1) !important;
|
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
|
||||||
min-width: 240px !important;
|
min-width: 180px !important;
|
||||||
height: 52px !important;
|
height: 52px !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
top: 180px !important;
|
top: 270px !important;
|
||||||
font-size: 18px !important;
|
font-size: 16px !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
|
||||||
border: none !important;
|
border: none !important;
|
||||||
.el-message__content {
|
.el-message__content {
|
||||||
color: #CF1717 !important;
|
color: #CF1717 !important;
|
||||||
font-size: 16px !important;
|
font-size: 14px !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
// margin-top: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-message--warning.new-message {
|
.el-message--warning.new-message {
|
||||||
box-shadow: none !important;
|
background-color: #fff;
|
||||||
background-color: #fdf6ec !important;
|
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
|
||||||
min-width: 240px !important;
|
min-width: 180px !important;
|
||||||
height: 52px !important;
|
height: 52px !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
top: 180px !important;
|
top: 270px !important;
|
||||||
font-size: 18px !important;
|
font-size: 16px !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
.el-message__content {
|
.el-message__content {
|
||||||
font-size: 16px !important;
|
font-size: 14px !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
// margin-top: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user