| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309 |
- .w100 {
- width: 100%;
- }
- // 页头
- .ele-body {
- .page-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1px solid #eaeefb;
- padding-bottom: 8px;
- margin-bottom: 16px;
- }
- }
- // ele-split-layout 左侧盒子充满
- .split-layout-right-content {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- box-sizing: border-box;
- border-width: 1px;
- border-style: solid;
- overflow: auto;
- }
- // tab切换框
- .switch {
- display: flex;
- justify-content: space-between;
- }
- .switch_left ul {
- list-style-type: none;
- display: flex;
- padding: 0;
- margin: 0;
- }
- .switch_left ul li {
- min-width: 80px;
- padding: 0 10px;
- text-align: center;
- background: #dfdfdf;
- color: #333;
- font-size: 14px;
- height: 36px;
- line-height: 32px;
- margin-right: 5px;
- border-top: 4px solid #dfdfdf;
- cursor: pointer;
- }
- .switch_left ul .active {
- background: #fff;
- border-top: 4px solid #157a2c;
- color: #157a2c;
- }
- .mt-16 {
- margin-top: 16px;
- }
- .mb-16 {
- margin-bottom: 16px;
- }
- .label-required {
- &.after::after {
- content: '*';
- color: var(--color-danger);
- font-size: 1.2em;
- }
- &.before::before {
- content: '*';
- color: var(--color-danger);
- font-size: 1.2em;
- }
- }
- .form-no-message {
- .el-form-item {
- margin-bottom: 0 !important;
- }
- }
- .sort-wrap {
- i {
- font-size: 24px;
- cursor: pointer;
- }
- .el-icon-caret-top {
- color: red;
- }
- .el-icon-caret-bottom {
- color: #157a2c;
- }
- }
- /* 布局-横向 */
- /* c:center,s:start,e:end,a:around,b:between,w:wrap */
- .rx {
- display: flex;
- }
- .rx-c {
- display: flex;
- align-items: center;
- }
- .rx-cc {
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- }
- .rx-sc {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: center;
- }
- .rx-ss {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .rx-warp {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: flex-start;
- flex-wrap: wrap;
- }
- .rx-se {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: flex-end;
- }
- .rx-dir-start {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- }
- .rx-ec {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-end;
- align-items: center;
- }
- .rx-es {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-end;
- align-items: flex-start;
- }
- .rx-ee {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-end;
- align-items: flex-end;
- }
- .rx-ac {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- align-items: center;
- }
- .rx-bc {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- }
- .rx-bs {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: flex-start;
- }
- .rx-be {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: flex-end;
- }
- .rx-vc {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-evenly;
- align-items: center;
- }
- .rx-cs {
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: flex-start;
- }
- .rx-wsc {
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- align-items: center;
- }
- .rx-wss {
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- align-content: flex-start;
- }
- .rx-wbs {
- display: flex;
- flex-flow: row wrap;
- justify-content: space-between;
- align-content: flex-start;
- }
- /* 布局-纵向 */
- .cx {
- display: flex;
- flex-flow: column nowrap;
- }
- .cx-cc {
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: center;
- }
- .cx-ce {
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: flex-end;
- }
- .cx-sc {
- display: flex;
- flex-flow: column nowrap;
- justify-content: flex-start;
- align-items: center;
- }
- .cx-cs {
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: flex-start;
- }
- .cx-rc {
- display: flex;
- flex-flow: column-reverse nowrap;
- justify-content: center;
- align-items: center;
- }
- .el-dialog {
- margin-top: 5vh !important;
- }
- .el-table--medium .el-table__cell {
- padding: 2px 0 !important;
- }
- .el-button--medium {
- padding: 7px 10px !important;
- font-size: 12px !important;
- border-radius: 3px !important;
- }
- .el-button--small {
- padding: 7px 10px !important;
- font-size: 12px !important;
- border-radius: 3px !important;
- }
- .el-input--medium .el-input__inner {
- height: 32px !important;
- line-height: 32px !important;
- }
|