123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @import "./variables.less";
- :global(.clearfix) {
- zoom: 1;
- }
- :global(.clearfix:after) {
- content: "";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- :global(.hide) {
- display: none !important;
- }
- :global(.show) {
- display: block !important;
- }
- :global(.show-inline) {
- display: inline-block !important;
- }
- :global(.fix-center) {
- position: fixed;
- z-index: 20;
- margin: auto;
- margin-bottom: 50px;
- right: 0;
- left: 0;
- top: 50px;
- height: 85%;
- }
- button + button {
- margin-left: 10px;
- margin-bottom: 0;
- }
- :global(.fl) {
- float: left;
- }
- :global(.fr) {
- float: right;
- }
- :global(.icon) {
- margin: 0 8px 0 3px;
- display: inline-block;
- height: 23px;
- width: 16px;
- }
- html,body {
- font-size: @font-size-base;
- color: @B800;
- background: @body-bg;
- }
- :global(#root) {
- overflow: auto;
- }
- :global(.cb-box) {//下拉框
-
- }
- :global(.inline-box) {
-
- }
- :global(.mainsuit-box) {
-
- }
|