|
@@ -0,0 +1,194 @@
|
|
1
|
+@import '~antd/es/style/themes/default.less';
|
|
2
|
+
|
|
3
|
+html,
|
|
4
|
+body,
|
|
5
|
+#root {
|
|
6
|
+ height: 100%;
|
|
7
|
+}
|
|
8
|
+
|
|
9
|
+.colorWeak {
|
|
10
|
+ filter: invert(80%);
|
|
11
|
+}
|
|
12
|
+
|
|
13
|
+canvas {
|
|
14
|
+ display: block;
|
|
15
|
+}
|
|
16
|
+
|
|
17
|
+body {
|
|
18
|
+ text-rendering: optimizeLegibility;
|
|
19
|
+ -webkit-font-smoothing: antialiased;
|
|
20
|
+ -moz-osx-font-smoothing: grayscale;
|
|
21
|
+ font-size: 16px;
|
|
22
|
+}
|
|
23
|
+
|
|
24
|
+ul,
|
|
25
|
+ol {
|
|
26
|
+ list-style: none;
|
|
27
|
+}
|
|
28
|
+
|
|
29
|
+@media (max-width: @screen-xs) {
|
|
30
|
+ .ant-table {
|
|
31
|
+ width: 100%;
|
|
32
|
+ overflow-x: auto;
|
|
33
|
+ &-thead > tr,
|
|
34
|
+ &-tbody > tr {
|
|
35
|
+ > th,
|
|
36
|
+ > td {
|
|
37
|
+ white-space: pre;
|
|
38
|
+ > span {
|
|
39
|
+ display: block;
|
|
40
|
+ }
|
|
41
|
+ }
|
|
42
|
+ }
|
|
43
|
+ }
|
|
44
|
+}
|
|
45
|
+
|
|
46
|
+.ant-layout-header .ant-pro-global-header{
|
|
47
|
+ background:#393C39;
|
|
48
|
+ border-bottom: 0.6px solid rgb(156, 153, 153);
|
|
49
|
+}
|
|
50
|
+.ant-layout .ant-pro-sider-menu-sider.light .ant-pro-sider-menu-logo{
|
|
51
|
+ background:#EF273A;
|
|
52
|
+ box-shadow: none;
|
|
53
|
+ border: none;
|
|
54
|
+ a{
|
|
55
|
+ h1{
|
|
56
|
+ color: #fff;
|
|
57
|
+ }
|
|
58
|
+ }
|
|
59
|
+}
|
|
60
|
+.antd-pro-layouts-user-layout-container{
|
|
61
|
+ .ant-input-affix-wrapper .ant-input-prefix{
|
|
62
|
+ left:7px;
|
|
63
|
+ }
|
|
64
|
+ .ant-input-affix-wrapper .ant-input:not(:first-child) {
|
|
65
|
+ padding-left: 40px;
|
|
66
|
+ }
|
|
67
|
+}
|
|
68
|
+
|
|
69
|
+.ant-layout{
|
|
70
|
+ .ant-menu-vertical .ant-menu-item,
|
|
71
|
+.ant-menu-vertical-left .ant-menu-item,
|
|
72
|
+.ant-menu-vertical-right .ant-menu-item,
|
|
73
|
+.ant-menu-inline .ant-menu-item,
|
|
74
|
+.ant-menu-vertical .ant-menu-submenu-title,
|
|
75
|
+.ant-menu-vertical-left .ant-menu-submenu-title,
|
|
76
|
+.ant-menu-vertical-right .ant-menu-submenu-title,
|
|
77
|
+.ant-menu-inline .ant-menu-submenu-title,
|
|
78
|
+.ant-input ,.ant-btn,.ant-select,.ant-table,.ant-form-item,.ant-form label,.ant-tabs-nav-container {
|
|
79
|
+ font-size: 0.096rem;
|
|
80
|
+
|
|
81
|
+}
|
|
82
|
+.ant-input{
|
|
83
|
+ height: 32px;
|
|
84
|
+ border-radius: 4px;
|
|
85
|
+ padding: 0 0 0 10px;
|
|
86
|
+ align-items: center;
|
|
87
|
+}
|
|
88
|
+.ant-radio-button-wrapper{
|
|
89
|
+ color: #FF7E48;
|
|
90
|
+ border: 1px solid #FF7E48;
|
|
91
|
+}
|
|
92
|
+.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
93
|
+ color: #fff;
|
|
94
|
+ background: #FF7E48;
|
|
95
|
+ border-color: #FF7E48;
|
|
96
|
+ box-shadow: none;
|
|
97
|
+}
|
|
98
|
+.ant-radio-button-wrapper:not(:first-child)::before{
|
|
99
|
+ background: #FF7E48;
|
|
100
|
+}
|
|
101
|
+.ant-radio-button-wrapper:first-child {
|
|
102
|
+ border-left: 1px solid #FF7E48;
|
|
103
|
+}
|
|
104
|
+.ant-radio-button-wrapper:hover{
|
|
105
|
+ border-color: #FF7E48;
|
|
106
|
+ color: #FF7E48; ;
|
|
107
|
+}
|
|
108
|
+.ant-row.ant-form-item .ant-form-item-label.ant-col-sm-3{
|
|
109
|
+ min-width: 100px;
|
|
110
|
+}
|
|
111
|
+.ant-card-body{
|
|
112
|
+ padding: 0;
|
|
113
|
+}
|
|
114
|
+.antd-pro-pages-index-echarts-styles-pie,.antd-pro-pages-index-echarts-styles-bar{
|
|
115
|
+ padding: 40px;
|
|
116
|
+ margin-bottom: 40px;
|
|
117
|
+}
|
|
118
|
+.ant-breadcrumb{
|
|
119
|
+ font-size: 0.096rem;
|
|
120
|
+ .anticon {
|
|
121
|
+ font-size: 0.096rem;
|
|
122
|
+ }
|
|
123
|
+}
|
|
124
|
+ .ant-pro-global-header-trigger{
|
|
125
|
+ display: none;
|
|
126
|
+ }
|
|
127
|
+ .ant-pro-sider-menu-sider.light{
|
|
128
|
+ box-shadow: none;
|
|
129
|
+ .ant-pro-sider-menu-logo h1{
|
|
130
|
+ color: #fff;
|
|
131
|
+ }
|
|
132
|
+ }
|
|
133
|
+ .ant-pro-page-header-wrap-page-header-warp{
|
|
134
|
+ background:rgba(240,240,240,1);
|
|
135
|
+ }
|
|
136
|
+ .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
|
|
137
|
+ background:rgb(230, 227, 227)!important;
|
|
138
|
+ border: none!important;
|
|
139
|
+ }
|
|
140
|
+ .ant-menu-inline .ant-menu-selected::after, .ant-menu-inline .ant-menu-item-selected::after{
|
|
141
|
+ opacity: 0;
|
|
142
|
+ }
|
|
143
|
+ .ant-menu-inline > .ant-menu-item{
|
|
144
|
+ height: 45px;
|
|
145
|
+ line-height: 45px;
|
|
146
|
+
|
|
147
|
+ margin: 0;
|
|
148
|
+ .ant-menu-submenu-title{
|
|
149
|
+ font-size: 16px!important;
|
|
150
|
+ }
|
|
151
|
+ }
|
|
152
|
+ .ant-menu.ant-pro-sider-menu{
|
|
153
|
+ padding: 0!important;
|
|
154
|
+ }
|
|
155
|
+
|
|
156
|
+ .ant-breadcrumb + .ant-page-header-heading{
|
|
157
|
+ display: none;
|
|
158
|
+ }
|
|
159
|
+ .ant-page-header{
|
|
160
|
+ height: 50px;
|
|
161
|
+ padding:0 30px;
|
|
162
|
+ line-height: 50px;
|
|
163
|
+
|
|
164
|
+ .ant-breadcrumb{
|
|
165
|
+ color: #333;
|
|
166
|
+ }
|
|
167
|
+ }
|
|
168
|
+ .ant-pro-sider-menu-logo img{
|
|
169
|
+ height: 41px;
|
|
170
|
+ }
|
|
171
|
+ .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
|
|
172
|
+ color: #FF7E48;
|
|
173
|
+ }
|
|
174
|
+ .ant-table{
|
|
175
|
+ line-height: 3;
|
|
176
|
+ }
|
|
177
|
+ .ant-modal-header{
|
|
178
|
+ border-bottom: none;
|
|
179
|
+ .ant-modal-title{
|
|
180
|
+ font-size: 24px;
|
|
181
|
+ line-height: 50px;
|
|
182
|
+ }
|
|
183
|
+ }
|
|
184
|
+ .ant-modal-footer{
|
|
185
|
+ border-top:none;
|
|
186
|
+ }
|
|
187
|
+}
|
|
188
|
+:global {
|
|
189
|
+ .ant-layout {
|
|
190
|
+ min-height: 100vh;
|
|
191
|
+ background-color: #f8f8f8;
|
|
192
|
+ height: fit-content!important;
|
|
193
|
+ }
|
|
194
|
+}
|