50 lines
834 B
CSS
50 lines
834 B
CSS
|
|
||
|
#sendnotifyForm>div{
|
||
|
margin-bottom:20px;
|
||
|
}
|
||
|
.notifyContent{
|
||
|
overflow: hidden;
|
||
|
margin-top:35px !important;
|
||
|
width:calc(100% - 60px) !important;
|
||
|
margin:0 30px;
|
||
|
|
||
|
}
|
||
|
.notifyContent .layui-input-block{
|
||
|
margin-left:80px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.notifyblockBtn{
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.notifyContent .layui-form-label{
|
||
|
width:40px;
|
||
|
text-align: center;
|
||
|
padding:9px 15px !important;
|
||
|
}
|
||
|
|
||
|
.notifyContent .layui-input{
|
||
|
height:36px;
|
||
|
border-radius: 4px;
|
||
|
background:none;
|
||
|
border:1px solid #1D8EC8;
|
||
|
color:#fff !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
.notifyContent .layui-textarea{
|
||
|
height:100px;
|
||
|
border-radius: 4px;
|
||
|
background:none !important;
|
||
|
border:1px solid #1D8EC8 !important;
|
||
|
color:#fff !important;
|
||
|
}
|
||
|
|
||
|
.notifyContent .layui-btn{
|
||
|
height:36px !important;
|
||
|
line-height:36px !important;
|
||
|
width:100%;
|
||
|
}
|
||
|
|