parent
0efcf52285
commit
998daadeb6
@ -1,58 +1,67 @@
|
|||||||
.tab_ctx_area{
|
.tab_ctx_area {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
&.pos_start{
|
|
||||||
|
&.pos_start {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
&.pos_center{
|
|
||||||
|
&.pos_center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
&.pos_end{
|
|
||||||
|
&.pos_end {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.ctx_default{
|
|
||||||
|
.ctx_default {
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx_loading,
|
.ctx_loading,
|
||||||
.ctx_loaded{
|
.ctx_loaded {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
top: -20px;
|
top: -20px;
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
.ctx_icon{
|
|
||||||
|
.ctx_icon {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_case_form{
|
.user_case_form {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin-top: 20px;
|
padding-top: 20px;
|
||||||
.input_area{
|
|
||||||
|
.input_area {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
.ant-form-item-required{
|
|
||||||
|
.ant-form-item-required {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.flex_l{
|
|
||||||
|
.flex_l {
|
||||||
padding: 0 10px 0 10px;
|
padding: 0 10px 0 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.flex_r{
|
|
||||||
|
.flex_r {
|
||||||
padding: 0 20px 0 10px;
|
padding: 0 20px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input_textarea_style{
|
.input_textarea_style {
|
||||||
// background:rgba(30,30,30,1) !important;
|
background: rgba(7, 15, 25, 1) !important;
|
||||||
background:rgba(7,15,25,1) !important;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: transparent;
|
border: 0px solid transparent !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue