index.less
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@import "~antd/lib/style/themes/default.less";
.char {
margin: 24px;
}
.commonChar {
// padding-top: 10px;
padding-bottom: 10px;
background: #888;
:global{
.ant-col-18{
padding-right: 24px;
}
.ant-card-body{
overflow: hidden;
}
}
.commonCharContainer {
margin-bottom: 24px;
overflow: hidden;
canvas + div {
display: none;
}
:global {
.ant-card-extra {
padding: 12px 24px!important;
}
}
.commonRollChar{
.xly-list > .ant-layout{
margin: 0 !important;
}
}
}
}
.commonCharPage{
padding: 105px 20px 0 20px;
background: #888;
}
.offlineCard {
:global {
.ant-tabs-ink-bar {
bottom: auto;
}
.ant-tabs-bar {
border-bottom: none;
}
.ant-tabs-nav-container-scrolling {
padding-left: 40px;
padding-right: 40px;
}
.ant-tabs-tab-prev-icon:before {
position: relative;
left: 6px;
}
.ant-tabs-tab-next-icon:before {
position: relative;
right: 6px;
}
.ant-tabs-tab-active h4 {
color: @primary-color;
}
}
.tabGroup {
width: 138px;
margin: 8px 0!important;
}
}