12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @import "./_stu-body";
- @import "./_stu-box";
- @import "./_stu-form";
- .box {
- .body {
- padding: 10px;
- background: #d8e7f9;
- background: linear-gradient(174.54deg, rgba(204, 224, 248, 0.76) 0.23%, rgba(242, 249, 255, 0.76) 120.71%);
- display: flex;
- flex-direction: column;
- }
- .role-box {
- display: flex;
- & > div {
- width: 100%;
- padding: 0;
- }
- /* .form-control, .select2-selection--single {
- border: none;
- }*/
- }
- .select-box, .input-box, .cmd-box {
- background: none;
- }
- .input-box {
- display: none;
- margin-left: 15px;
- }
- .cmd-box {
- position: relative;
- padding: 0;
- .txt {
- padding: 10px;
- }
- .btn {
- position: absolute;
- right: 15px;
- bottom: 15px;
- margin: 5px auto;
- width: 120px;
- }
- .help-box {
- position: absolute;
- left: 15px;
- bottom: 15px;
- width: 70%;
- }
- }
- }
|