You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.6 KiB
85 lines
1.6 KiB
.box { |
|
.title { |
|
font-family: sybold; |
|
width: 100%; |
|
height: 48px; |
|
background: linear-gradient(270deg, rgba(35, 153, 255, 0) 0%, rgba(35, 153, 255, 0.57) 50%, rgba(35, 153, 255, 0) 100%); |
|
display: flex; |
|
align-items: center; |
|
position: relative; |
|
|
|
.titlecontent { |
|
width: 100%; |
|
height: 32px; |
|
line-height: 32px; |
|
background: linear-gradient(270deg, rgba(35, 153, 255, 0) 0%, rgba(35, 153, 255, 0.57) 50%, rgba(35, 153, 255, 0) 100%); |
|
text-align: center; |
|
color: #91CCFF; |
|
font-size: 16px; |
|
} |
|
|
|
i { |
|
position: absolute; |
|
right: 12px; |
|
color: #fff; |
|
font-size: 18px; |
|
cursor: pointer; |
|
} |
|
} |
|
|
|
.form { |
|
box-sizing: border-box; |
|
padding: 0 17px; |
|
|
|
p { |
|
margin-bottom: 0; |
|
color: #C4E2FC; |
|
margin: 16px 0; |
|
} |
|
|
|
nz-form-item { |
|
margin-bottom: 0; |
|
|
|
textarea { |
|
color: rgba(145, 204, 255, 0.95) !important; |
|
width: 100%; |
|
height: 300px; |
|
background: #173d60; |
|
} |
|
} |
|
|
|
nz-date-picker { |
|
background-color: #143c61; |
|
width: 100%; |
|
} |
|
|
|
.btnbox { |
|
width: 100%; |
|
margin-top: 24px; |
|
margin-bottom: 17px; |
|
display: flex; |
|
justify-content: flex-end; |
|
|
|
button { |
|
border-radius: 0px; |
|
color: #91CCFF; |
|
} |
|
|
|
button:nth-child(2) { |
|
margin-left: 16px; |
|
} |
|
|
|
.ok { |
|
background: rgba(0, 129, 255, 0.4); |
|
} |
|
|
|
.cancel { |
|
border: 1px solid #C4E2FC; |
|
background: #0c1e38; |
|
color: rgba(99, 102, 105, 0.6); |
|
box-shadow: 0 0 3px 0 #fff inset; |
|
} |
|
} |
|
} |
|
|
|
}
|
|
|