邓洁: 修改细节
This commit is contained in:
@@ -298,6 +298,7 @@ body,
|
|||||||
height: 1160px;
|
height: 1160px;
|
||||||
//width: 1300px;
|
//width: 1300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#containerFan {
|
#containerFan {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 1160px;
|
height: 1160px;
|
||||||
@@ -452,32 +453,44 @@ body,
|
|||||||
|
|
||||||
.el-overlay-message-box {
|
.el-overlay-message-box {
|
||||||
.el-message-box {
|
.el-message-box {
|
||||||
width: 327px;
|
padding-bottom: 23px;
|
||||||
height:190px;
|
width: 310px;
|
||||||
|
//height:190px;
|
||||||
background: rgba(7, 35, 72, 0.79);
|
background: rgba(7, 35, 72, 0.79);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 2px solid #0f82af;
|
border: 2px solid #0f82af;
|
||||||
|
|
||||||
|
.el-message-box__header {
|
||||||
|
display: none;
|
||||||
|
//padding: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.el-message-box__title {
|
.el-message-box__title {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.el-message-box__close{
|
|
||||||
display: none;
|
.el-message-box__close {
|
||||||
}
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.el-message-box__content {
|
.el-message-box__content {
|
||||||
|
padding: 18px 15px;
|
||||||
|
|
||||||
.el-icon {
|
.el-icon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-message-box__message {
|
.el-message-box__message {
|
||||||
//text-align: center;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
//width: 315px;
|
//width: 315px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
line-height: 80px;
|
//line-height: 80px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #08b7b8;
|
color: #08b7b8;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 0.5px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
@@ -485,7 +498,14 @@ body,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-message-box__status + .el-message-box__message {
|
||||||
|
padding-left: 22px;
|
||||||
|
padding-right: 12px;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.el-message-box__btns {
|
.el-message-box__btns {
|
||||||
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
@@ -509,9 +529,11 @@ body,
|
|||||||
.el-dropdown-menu__item:not(.is-disabled):focus {
|
.el-dropdown-menu__item:not(.is-disabled):focus {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-popper__arrow::before {
|
.el-popper__arrow::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-site {
|
.current-site {
|
||||||
|
|
||||||
.el-select-dropdown {
|
.el-select-dropdown {
|
||||||
@@ -628,8 +650,9 @@ input[type="number"] {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: #60DDDE !important;
|
color: #60DDDE !important;
|
||||||
}
|
}
|
||||||
.showNull{
|
|
||||||
font-size:35px;
|
.showNull {
|
||||||
|
font-size: 35px;
|
||||||
min-height: 350px;
|
min-height: 350px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -638,17 +661,19 @@ input[type="number"] {
|
|||||||
color: #2fb0df;
|
color: #2fb0df;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//loading
|
//loading
|
||||||
.loading-block{
|
.loading-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height:900px;
|
height: 900px;
|
||||||
font-size: 55px;
|
font-size: 55px;
|
||||||
color: #38CAFB;
|
color: #38CAFB;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
@@ -658,6 +683,7 @@ input[type="number"] {
|
|||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
animation: circle infinite 0.75s linear;
|
animation: circle infinite 0.75s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 转转转动画
|
// 转转转动画
|
||||||
@keyframes circle {
|
@keyframes circle {
|
||||||
0% {
|
0% {
|
||||||
|
|||||||
Reference in New Issue
Block a user