提交 432c7ff2 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

update: 更新样式

上级 0e7f6719
// 模态
.ivu-modal{
.ivu-modal-content{
.ivu-modal-header{
padding: 10px 30px;
background-color: var(--app-color-black);
p{
font-size: 16px;
color: var(--app-color-white);
height: auto;
line-height: normal;
}
}
.ivu-modal-body{
background-color: var(--app-color-gray-400);
padding: 30px 30px 0;
}
.ivu-modal-footer{
border-top: 0;
background-color: var(--app-color-gray-400);
padding: 22px 30px;
>div{
display: flex;
justify-content: flex-end;
}
}
}
}
// 通知框
.ivu-notice{
.ivu-notice-notice{
padding: 15px 20px;
background-color: var(--app-color-gray-400);
.ivu-notice-notice-content{
.ivu-notice-icon{
font-size: 20px;
top: 0px;
}
.ivu-notice-title{
margin-left: 30px;
margin-bottom: 12px;
font-size: 16px;
line-height: 23px;
}
.ivu-notice-desc{
margin-left: 30px;
}
}
}
}
\ No newline at end of file
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
@import './theme/default.theme.scss'; @import './theme/default.theme.scss';
@import './app-code-list.scss'; @import './app-code-list.scss';
@import './ctrl.scss'; @import './ctrl.scss';
@import './common.scss';
#app { #app {
height: 100vh; height: 100vh;
......
.app-modal-ok { .app-modal-ok {
.ivu-modal-header {
padding-left: 32px;
padding-top: 28px;
border-bottom: 0;
.header {
text-align: left;
line-height: 26px;
height: auto;
color: #333333;
font-weight: 600;
font-size: 18px;
i {
font-size: 24px;
position: relative;
top: 1px;
margin-right: 8px;
}
}
}
.ivu-modal-body {
padding: 0 32px 0 68px;
color: #707070;
.content {
line-height: 1.5;
font-size: 16px;
}
>.body-icon {
height: 40px;
i {
font-size: 24px;
position: relative;
top: 1px;
margin-right: 8px;
display: block;
position: absolute;
left: 32px;
top: 40px;
}
}
}
.ivu-modal-footer {
border-top: 0;
padding: 24px 32px 24px 18px;
.ivu-btn {
width: 80px;
height: 34px;
font-size: 15px;
}
.ivu-btn-primary {
color: rgb(187,218,254);
}
.ivu-btn-default {
color: rgb(157,157,157);
}
}
.info { .info {
i { i {
color: #2d8cf0; color: #2d8cf0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册