index.css
2.17 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.order-page-container .ant-table .ant-table-middle {
margin-inline: 0 !important;
}
.order-page-container td {
font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC',
'WenQuanYi Micro Hei', sans-serif;
font-size: 13px;
}
#total-payment .ant-input-number-group-addon {
padding: 0 !important;
}
.order-page-container table:hover,
.order-page-container tr:hover,
.order-page-container thead:hover {
background: none !important;
}
#main-table .ant-table-tbody > tr.ant-table-row:hover > td {
background: none !important;
}
.order-page-container .ant-pro-card {
background-color: transparent;
}
#main-table .ant-table-tbody .ant-table-cell {
padding: 10px 0 0;
}
.order-page-container .ant-pagination {
background-color: #fff !important;
padding: 10px;
border-radius: 8px;
}
.order-page-container .ant-pro-table .ant-form {
background-color: #fff;
border-radius: 8px;
}
#main-table .ant-table-tbody {
background-color: #f5f5f5;
}
.order-page-container .ant-pro-card-body {
padding: 0 !important;
}
.order-page-container .ant-table-thead .ant-table-cell {
background-color: #fff !important;
border-radius: 8px !important;
}
#sub-table tbody td {
padding: 10px 0 !important;
}
#sub-table tbody tr:first-child td:first-child {
border-top-left-radius: 8px;
}
#sub-table tbody tr:first-child td:nth-child(2) {
border-top-right-radius: 8px;
}
#sub-table tbody tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}
#sub-table tbody tr:last-child td:nth-child(2) {
border-bottom-right-radius: 8px;
}
#sub-table tbody tr td:first-child {
border-top: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
border-bottom: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
border-left: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
}
#sub-table tbody tr td:nth-child(2) {
border-top: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
border-bottom: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
border-right: 1px solid #d7d6d6;
/* 设置行与行之间分割线的颜色 */
}