bhd-components 0.7.32 → 0.7.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{01eedb30.esm.es5.development.js → 8f785a2d.esm.es5.development.js} +1 -1
- package/dist/{2ec5f3fb.esm.es5.production.js → e6319651.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.css +635 -636
- package/dist/index.esm.es5.development.js +166 -140
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/bhdAppLayout/components/BhdTableSimple/index.js +31 -7
- package/es2017/bhdAppLayout/components/BhdTableSimple/index.less +1 -2
- package/es2017/index.d.ts +7 -6
- package/es2017/index.js +1 -0
- package/esm/bhdAppLayout/components/BhdTableSimple/index.js +33 -7
- package/esm/bhdAppLayout/components/BhdTableSimple/index.less +1 -2
- package/esm/index.d.ts +7 -6
- package/esm/index.js +1 -0
- package/package.json +1 -1
|
@@ -1654,70 +1654,50 @@
|
|
|
1654
1654
|
"description": "图标,六级填充色"
|
|
1655
1655
|
}
|
|
1656
1656
|
*/
|
|
1657
|
-
{
|
|
1658
|
-
/*
|
|
1659
|
-
/*
|
|
1660
|
-
/* 错误 */
|
|
1657
|
+
.app_BhdTableSimple {
|
|
1658
|
+
/* 无数据样式 */
|
|
1659
|
+
/* 错误样式 */
|
|
1661
1660
|
}
|
|
1662
|
-
.
|
|
1663
|
-
|
|
1664
|
-
color: #ffffff;
|
|
1665
|
-
font-weight: 500;
|
|
1666
|
-
font-size: 14px;
|
|
1661
|
+
.app_BhdTableSimple .app_BhdTableSimple_noTable {
|
|
1662
|
+
padding: 24px 0;
|
|
1667
1663
|
}
|
|
1668
|
-
.
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
align-items: center;
|
|
1673
|
-
color: inherit;
|
|
1674
|
-
font-style: normal;
|
|
1675
|
-
line-height: 0;
|
|
1676
|
-
text-align: center;
|
|
1677
|
-
text-transform: none;
|
|
1678
|
-
vertical-align: -0.125em;
|
|
1679
|
-
text-rendering: optimizeLegibility;
|
|
1680
|
-
-webkit-font-smoothing: antialiased;
|
|
1664
|
+
.app_BhdTableSimple .app_BhdTableSimple_noTable img {
|
|
1665
|
+
width: 200px;
|
|
1666
|
+
height: 200px;
|
|
1667
|
+
margin-bottom: 24px;
|
|
1681
1668
|
}
|
|
1682
|
-
.
|
|
1683
|
-
|
|
1684
|
-
color: #ffffff;
|
|
1685
|
-
font-weight: 500;
|
|
1669
|
+
.app_BhdTableSimple .app_BhdTableSimple_noTable div {
|
|
1670
|
+
color: rgba(0, 0, 0, 0.45);
|
|
1686
1671
|
font-size: 14px;
|
|
1687
1672
|
}
|
|
1688
|
-
.
|
|
1689
|
-
|
|
1690
|
-
font-size: 14px;
|
|
1691
|
-
display: inline-flex;
|
|
1692
|
-
align-items: center;
|
|
1693
|
-
color: inherit;
|
|
1694
|
-
font-style: normal;
|
|
1695
|
-
line-height: 0;
|
|
1696
|
-
text-align: center;
|
|
1697
|
-
text-transform: none;
|
|
1698
|
-
vertical-align: -0.125em;
|
|
1699
|
-
text-rendering: optimizeLegibility;
|
|
1700
|
-
-webkit-font-smoothing: antialiased;
|
|
1673
|
+
.app_BhdTableSimple .app_BhdTableSimple_errorTable {
|
|
1674
|
+
padding: 24px 0;
|
|
1701
1675
|
}
|
|
1702
|
-
.
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
font-size: 14px;
|
|
1676
|
+
.app_BhdTableSimple .app_BhdTableSimple_errorTable img {
|
|
1677
|
+
width: 200px;
|
|
1678
|
+
height: 200px;
|
|
1679
|
+
margin-bottom: 24px;
|
|
1707
1680
|
}
|
|
1708
|
-
.
|
|
1709
|
-
color:
|
|
1681
|
+
.app_BhdTableSimple .app_BhdTableSimple_errorTable p {
|
|
1682
|
+
color: rgba(0, 0, 0, 0.45);
|
|
1710
1683
|
font-size: 14px;
|
|
1711
|
-
|
|
1684
|
+
}
|
|
1685
|
+
.app_BhdTableSimple .app_BhdTableSimple_errorTable p span {
|
|
1686
|
+
color: #f05d3b;
|
|
1687
|
+
cursor: pointer;
|
|
1688
|
+
}
|
|
1689
|
+
/* 加载样式 */
|
|
1690
|
+
.app_BhdTableSimple_noTable_loadingTable {
|
|
1691
|
+
display: flex;
|
|
1712
1692
|
align-items: center;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
-
|
|
1693
|
+
justify-content: center;
|
|
1694
|
+
flex-direction: column;
|
|
1695
|
+
position: absolute;
|
|
1696
|
+
left: 50%;
|
|
1697
|
+
transform: translateX(-50%);
|
|
1698
|
+
}
|
|
1699
|
+
.app_BhdTableSimple_noTable_loadingTable img {
|
|
1700
|
+
margin-bottom: 24px;
|
|
1721
1701
|
}
|
|
1722
1702
|
|
|
1723
1703
|
/* 变量色值 */
|
|
@@ -2161,38 +2141,70 @@
|
|
|
2161
2141
|
"description": "图标,六级填充色"
|
|
2162
2142
|
}
|
|
2163
2143
|
*/
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
background-color: #f4523b;
|
|
2169
|
-
}
|
|
2170
|
-
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover {
|
|
2171
|
-
background-color: #ff7d66;
|
|
2172
|
-
}
|
|
2173
|
-
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover > a {
|
|
2174
|
-
color: #FFFFFF;
|
|
2144
|
+
{
|
|
2145
|
+
/* 成功 */
|
|
2146
|
+
/* 警告 */
|
|
2147
|
+
/* 错误 */
|
|
2175
2148
|
}
|
|
2176
|
-
.
|
|
2177
|
-
|
|
2149
|
+
.index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content {
|
|
2150
|
+
background: #5991ef !important;
|
|
2151
|
+
color: #ffffff;
|
|
2152
|
+
font-weight: 500;
|
|
2153
|
+
font-size: 14px;
|
|
2178
2154
|
}
|
|
2179
|
-
.
|
|
2180
|
-
|
|
2181
|
-
|
|
2155
|
+
.index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
|
|
2156
|
+
color: #ffffff;
|
|
2157
|
+
font-size: 14px;
|
|
2158
|
+
display: inline-flex;
|
|
2159
|
+
align-items: center;
|
|
2160
|
+
color: inherit;
|
|
2161
|
+
font-style: normal;
|
|
2162
|
+
line-height: 0;
|
|
2163
|
+
text-align: center;
|
|
2164
|
+
text-transform: none;
|
|
2165
|
+
vertical-align: -0.125em;
|
|
2166
|
+
text-rendering: optimizeLegibility;
|
|
2167
|
+
-webkit-font-smoothing: antialiased;
|
|
2182
2168
|
}
|
|
2183
|
-
.bhd-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2169
|
+
.index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content {
|
|
2170
|
+
background-color: #fadb14 !important;
|
|
2171
|
+
color: #ffffff;
|
|
2172
|
+
font-weight: 500;
|
|
2173
|
+
font-size: 14px;
|
|
2187
2174
|
}
|
|
2188
|
-
.bhd-
|
|
2189
|
-
color:
|
|
2175
|
+
.index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
|
|
2176
|
+
color: #ffffff;
|
|
2177
|
+
font-size: 14px;
|
|
2178
|
+
display: inline-flex;
|
|
2179
|
+
align-items: center;
|
|
2180
|
+
color: inherit;
|
|
2181
|
+
font-style: normal;
|
|
2182
|
+
line-height: 0;
|
|
2183
|
+
text-align: center;
|
|
2184
|
+
text-transform: none;
|
|
2185
|
+
vertical-align: -0.125em;
|
|
2186
|
+
text-rendering: optimizeLegibility;
|
|
2187
|
+
-webkit-font-smoothing: antialiased;
|
|
2190
2188
|
}
|
|
2191
|
-
.bhd-
|
|
2192
|
-
|
|
2189
|
+
.index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content {
|
|
2190
|
+
background-color: #f8700c !important;
|
|
2191
|
+
color: #ffffff;
|
|
2192
|
+
font-weight: 500;
|
|
2193
|
+
font-size: 14px;
|
|
2193
2194
|
}
|
|
2194
|
-
.bhd-
|
|
2195
|
-
|
|
2195
|
+
.index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
|
|
2196
|
+
color: #ffffff;
|
|
2197
|
+
font-size: 14px;
|
|
2198
|
+
display: inline-flex;
|
|
2199
|
+
align-items: center;
|
|
2200
|
+
color: inherit;
|
|
2201
|
+
font-style: normal;
|
|
2202
|
+
line-height: 0;
|
|
2203
|
+
text-align: center;
|
|
2204
|
+
text-transform: none;
|
|
2205
|
+
vertical-align: -0.125em;
|
|
2206
|
+
text-rendering: optimizeLegibility;
|
|
2207
|
+
-webkit-font-smoothing: antialiased;
|
|
2196
2208
|
}
|
|
2197
2209
|
|
|
2198
2210
|
/* 变量色值 */
|
|
@@ -2636,21 +2648,38 @@
|
|
|
2636
2648
|
"description": "图标,六级填充色"
|
|
2637
2649
|
}
|
|
2638
2650
|
*/
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2651
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item {
|
|
2652
|
+
border-color: transparent;
|
|
2641
2653
|
}
|
|
2642
|
-
.
|
|
2643
|
-
|
|
2654
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active {
|
|
2655
|
+
background-color: #f4523b;
|
|
2644
2656
|
}
|
|
2645
|
-
.
|
|
2646
|
-
|
|
2647
|
-
font-weight: 500;
|
|
2648
|
-
color: rgba(0, 0, 0, 0.85);
|
|
2649
|
-
line-height: 24px;
|
|
2657
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover {
|
|
2658
|
+
background-color: #ff7d66;
|
|
2650
2659
|
}
|
|
2651
|
-
.
|
|
2652
|
-
|
|
2653
|
-
|
|
2660
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover > a {
|
|
2661
|
+
color: #FFFFFF;
|
|
2662
|
+
}
|
|
2663
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active > a {
|
|
2664
|
+
color: #FFFFFF;
|
|
2665
|
+
}
|
|
2666
|
+
.index_module_pagination__ea803a71 .bhd-pagination-item-link {
|
|
2667
|
+
border: none!important;
|
|
2668
|
+
background: none!important;
|
|
2669
|
+
}
|
|
2670
|
+
.bhd-pagination-disabled .bhd-pagination-item {
|
|
2671
|
+
border: none!important;
|
|
2672
|
+
background: none!important;
|
|
2673
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
2674
|
+
}
|
|
2675
|
+
.bhd-pagination-disabled .bhd-pagination-item a {
|
|
2676
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
2677
|
+
}
|
|
2678
|
+
.bhd-pagination-mini .bhd-pagination-item {
|
|
2679
|
+
margin-right: 8px !important;
|
|
2680
|
+
}
|
|
2681
|
+
.bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
|
|
2682
|
+
background-color: transparent!important;
|
|
2654
2683
|
}
|
|
2655
2684
|
|
|
2656
2685
|
/* 变量色值 */
|
|
@@ -3094,52 +3123,21 @@
|
|
|
3094
3123
|
"description": "图标,六级填充色"
|
|
3095
3124
|
}
|
|
3096
3125
|
*/
|
|
3097
|
-
.
|
|
3098
|
-
|
|
3099
|
-
display: flex;
|
|
3100
|
-
align-items: center;
|
|
3101
|
-
justify-content: space-between;
|
|
3102
|
-
}
|
|
3103
|
-
.index_module_titleBar__241d4397 .index_module_left__241d4397 {
|
|
3104
|
-
margin-right: 40px;
|
|
3105
|
-
display: flex;
|
|
3106
|
-
width: 100%;
|
|
3107
|
-
overflow: hidden;
|
|
3108
|
-
}
|
|
3109
|
-
.index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftIcon__241d4397 {
|
|
3110
|
-
margin-right: 16px;
|
|
3111
|
-
flex-shrink: 0;
|
|
3126
|
+
.index_module_BhdTableSelect__1274ed5e .bhd-select-selector {
|
|
3127
|
+
padding-left: 0 !important;
|
|
3112
3128
|
}
|
|
3113
|
-
.
|
|
3114
|
-
|
|
3115
|
-
overflow: hidden;
|
|
3116
|
-
display: flex;
|
|
3117
|
-
flex-direction: column;
|
|
3118
|
-
justify-content: center;
|
|
3129
|
+
.index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-search {
|
|
3130
|
+
inset-inline-start: 0;
|
|
3119
3131
|
}
|
|
3120
|
-
.
|
|
3132
|
+
.index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-item {
|
|
3133
|
+
font-size: 16px;
|
|
3121
3134
|
font-weight: 500;
|
|
3122
|
-
font-size: 20px;
|
|
3123
|
-
line-height: 24px;
|
|
3124
3135
|
color: rgba(0, 0, 0, 0.85);
|
|
3125
|
-
|
|
3126
|
-
overflow: hidden;
|
|
3127
|
-
text-overflow: ellipsis;
|
|
3128
|
-
width: 100%;
|
|
3136
|
+
line-height: 24px;
|
|
3129
3137
|
}
|
|
3130
|
-
.
|
|
3131
|
-
margin-top:
|
|
3132
|
-
|
|
3133
|
-
font-weight: 400;
|
|
3134
|
-
font-size: 14px;
|
|
3135
|
-
line-height: 1.5;
|
|
3136
|
-
white-space: nowrap;
|
|
3137
|
-
overflow: hidden;
|
|
3138
|
-
text-overflow: ellipsis;
|
|
3139
|
-
width: 100%;
|
|
3140
|
-
}
|
|
3141
|
-
.index_module_titleBar__241d4397 .index_module_right__241d4397 {
|
|
3142
|
-
flex: 0 0 auto;
|
|
3138
|
+
.index_module_BhdTableSelect__1274ed5e .bhd-select-arrow {
|
|
3139
|
+
margin-top: -9px;
|
|
3140
|
+
inset-inline-end: 6px;
|
|
3143
3141
|
}
|
|
3144
3142
|
|
|
3145
3143
|
/* 变量色值 */
|
|
@@ -3583,180 +3581,52 @@
|
|
|
3583
3581
|
"description": "图标,六级填充色"
|
|
3584
3582
|
}
|
|
3585
3583
|
*/
|
|
3586
|
-
.
|
|
3587
|
-
width: 100% !important;
|
|
3588
|
-
height: 100% !important;
|
|
3589
|
-
min-height: 600px;
|
|
3590
|
-
margin: 0;
|
|
3591
|
-
padding: 0;
|
|
3592
|
-
overflow: hidden;
|
|
3593
|
-
max-width: none;
|
|
3594
|
-
}
|
|
3595
|
-
.index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content {
|
|
3596
|
-
width: 100%;
|
|
3597
|
-
height: 100%;
|
|
3598
|
-
background: transparent;
|
|
3599
|
-
box-shadow: none;
|
|
3600
|
-
border-radius: none;
|
|
3601
|
-
}
|
|
3602
|
-
.index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content .bhd-modal-body {
|
|
3584
|
+
.index_module_titleBar__241d4397 {
|
|
3603
3585
|
width: 100%;
|
|
3604
|
-
|
|
3605
|
-
|
|
3586
|
+
display: flex;
|
|
3587
|
+
align-items: center;
|
|
3588
|
+
justify-content: space-between;
|
|
3606
3589
|
}
|
|
3607
|
-
.
|
|
3590
|
+
.index_module_titleBar__241d4397 .index_module_left__241d4397 {
|
|
3591
|
+
margin-right: 40px;
|
|
3608
3592
|
display: flex;
|
|
3609
3593
|
width: 100%;
|
|
3610
|
-
|
|
3594
|
+
overflow: hidden;
|
|
3611
3595
|
}
|
|
3612
|
-
.
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
position: relative;
|
|
3596
|
+
.index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftIcon__241d4397 {
|
|
3597
|
+
margin-right: 16px;
|
|
3598
|
+
flex-shrink: 0;
|
|
3616
3599
|
}
|
|
3617
|
-
.
|
|
3600
|
+
.index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 {
|
|
3618
3601
|
width: 100%;
|
|
3602
|
+
overflow: hidden;
|
|
3619
3603
|
display: flex;
|
|
3620
|
-
|
|
3621
|
-
top: 40px;
|
|
3622
|
-
justify-content: flex-end;
|
|
3623
|
-
padding-right: 40px;
|
|
3624
|
-
box-sizing: border-box;
|
|
3625
|
-
z-index: 10;
|
|
3626
|
-
}
|
|
3627
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span {
|
|
3628
|
-
display: flex;
|
|
3629
|
-
width: 40px;
|
|
3630
|
-
height: 40px;
|
|
3631
|
-
background: rgba(0, 0, 0, 0.45);
|
|
3632
|
-
align-items: center;
|
|
3604
|
+
flex-direction: column;
|
|
3633
3605
|
justify-content: center;
|
|
3634
|
-
font-size: 16px;
|
|
3635
|
-
color: #ffffff;
|
|
3636
|
-
cursor: pointer;
|
|
3637
|
-
border-radius: 8px;
|
|
3638
|
-
margin-left: 24px;
|
|
3639
|
-
}
|
|
3640
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span:first-child {
|
|
3641
|
-
margin-left: 0;
|
|
3642
3606
|
}
|
|
3643
|
-
.
|
|
3607
|
+
.index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftTitle__241d4397 {
|
|
3608
|
+
font-weight: 500;
|
|
3609
|
+
font-size: 20px;
|
|
3610
|
+
line-height: 24px;
|
|
3611
|
+
color: rgba(0, 0, 0, 0.85);
|
|
3612
|
+
white-space: nowrap;
|
|
3613
|
+
overflow: hidden;
|
|
3614
|
+
text-overflow: ellipsis;
|
|
3644
3615
|
width: 100%;
|
|
3645
|
-
height: 100%;
|
|
3646
|
-
display: flex;
|
|
3647
|
-
align-items: center;
|
|
3648
|
-
justify-content: center;
|
|
3649
|
-
}
|
|
3650
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_load__e4b9963d {
|
|
3651
|
-
width: 80px;
|
|
3652
|
-
height: 80px;
|
|
3653
|
-
}
|
|
3654
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pic__e4b9963d {
|
|
3655
|
-
max-width: 80%;
|
|
3656
|
-
max-height: 80%;
|
|
3657
|
-
cursor: move;
|
|
3658
|
-
position: absolute;
|
|
3659
|
-
-webkit-user-select: none;
|
|
3660
|
-
-moz-user-select: none;
|
|
3661
|
-
user-select: none;
|
|
3662
|
-
}
|
|
3663
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pre__e4b9963d {
|
|
3664
|
-
position: absolute;
|
|
3665
|
-
width: 40px;
|
|
3666
|
-
height: 40px;
|
|
3667
|
-
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
3668
|
-
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
3669
|
-
box-sizing: border-box;
|
|
3670
|
-
background: rgba(0, 0, 0, 0.45);
|
|
3671
|
-
display: flex;
|
|
3672
|
-
align-items: center;
|
|
3673
|
-
justify-content: center;
|
|
3674
|
-
color: #ffffff;
|
|
3675
|
-
cursor: pointer;
|
|
3676
|
-
-webkit-user-select: none;
|
|
3677
|
-
-moz-user-select: none;
|
|
3678
|
-
user-select: none;
|
|
3679
|
-
top: 50%;
|
|
3680
|
-
transform: translateY(-50%);
|
|
3681
|
-
left: 40px;
|
|
3682
|
-
border-radius: 50%;
|
|
3683
|
-
}
|
|
3684
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_next__e4b9963d {
|
|
3685
|
-
position: absolute;
|
|
3686
|
-
width: 40px;
|
|
3687
|
-
height: 40px;
|
|
3688
|
-
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
3689
|
-
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
3690
|
-
box-sizing: border-box;
|
|
3691
|
-
background: rgba(0, 0, 0, 0.45);
|
|
3692
|
-
display: flex;
|
|
3693
|
-
align-items: center;
|
|
3694
|
-
justify-content: center;
|
|
3695
|
-
color: #ffffff;
|
|
3696
|
-
cursor: pointer;
|
|
3697
|
-
-webkit-user-select: none;
|
|
3698
|
-
-moz-user-select: none;
|
|
3699
|
-
user-select: none;
|
|
3700
|
-
top: 50%;
|
|
3701
|
-
transform: translateY(-50%);
|
|
3702
|
-
right: 40px;
|
|
3703
|
-
border-radius: 50%;
|
|
3704
3616
|
}
|
|
3705
|
-
.
|
|
3617
|
+
.index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftSubTitle__241d4397 {
|
|
3618
|
+
margin-top: 8px;
|
|
3619
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3620
|
+
font-weight: 400;
|
|
3621
|
+
font-size: 14px;
|
|
3622
|
+
line-height: 1.5;
|
|
3623
|
+
white-space: nowrap;
|
|
3624
|
+
overflow: hidden;
|
|
3625
|
+
text-overflow: ellipsis;
|
|
3706
3626
|
width: 100%;
|
|
3707
|
-
padding-right: 40px;
|
|
3708
|
-
box-sizing: border-box;
|
|
3709
|
-
position: absolute;
|
|
3710
|
-
bottom: 40px;
|
|
3711
|
-
display: flex;
|
|
3712
|
-
align-items: center;
|
|
3713
|
-
justify-content: flex-end;
|
|
3714
|
-
-webkit-user-select: none;
|
|
3715
|
-
-moz-user-select: none;
|
|
3716
|
-
user-select: none;
|
|
3717
|
-
z-index: 10;
|
|
3718
|
-
}
|
|
3719
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d,
|
|
3720
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
|
|
3721
|
-
width: 40px;
|
|
3722
|
-
height: 40px;
|
|
3723
|
-
display: flex;
|
|
3724
|
-
align-items: center;
|
|
3725
|
-
justify-content: center;
|
|
3726
|
-
font-size: 16px;
|
|
3727
|
-
color: #ffffff;
|
|
3728
|
-
background-color: rgba(0, 0, 0, 0.45);
|
|
3729
|
-
cursor: pointer;
|
|
3730
|
-
}
|
|
3731
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d {
|
|
3732
|
-
border-radius: 4px 0 0 4px;
|
|
3733
|
-
}
|
|
3734
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
|
|
3735
|
-
border-radius: 0 4px 4px 0;
|
|
3736
|
-
}
|
|
3737
|
-
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_value__e4b9963d {
|
|
3738
|
-
width: 80px;
|
|
3739
|
-
height: 40px;
|
|
3740
|
-
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
3741
|
-
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
3742
|
-
box-sizing: border-box;
|
|
3743
|
-
background: rgba(0, 0, 0, 0.45);
|
|
3744
|
-
display: flex;
|
|
3745
|
-
align-items: center;
|
|
3746
|
-
justify-content: center;
|
|
3747
|
-
color: #ffffff;
|
|
3748
|
-
cursor: pointer;
|
|
3749
|
-
-webkit-user-select: none;
|
|
3750
|
-
-moz-user-select: none;
|
|
3751
|
-
user-select: none;
|
|
3752
3627
|
}
|
|
3753
|
-
.
|
|
3754
|
-
|
|
3755
|
-
flex-shrink: 0;
|
|
3756
|
-
background: #ffffff;
|
|
3757
|
-
position: relative;
|
|
3758
|
-
z-index: 1001;
|
|
3759
|
-
min-height: 600px;
|
|
3628
|
+
.index_module_titleBar__241d4397 .index_module_right__241d4397 {
|
|
3629
|
+
flex: 0 0 auto;
|
|
3760
3630
|
}
|
|
3761
3631
|
|
|
3762
3632
|
/* 变量色值 */
|
|
@@ -4200,196 +4070,180 @@
|
|
|
4200
4070
|
"description": "图标,六级填充色"
|
|
4201
4071
|
}
|
|
4202
4072
|
*/
|
|
4203
|
-
.
|
|
4204
|
-
width:
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4073
|
+
.index_module_AppViewImage__e4b9963d .bhd-modal {
|
|
4074
|
+
width: 100% !important;
|
|
4075
|
+
height: 100% !important;
|
|
4076
|
+
min-height: 600px;
|
|
4077
|
+
margin: 0;
|
|
4078
|
+
padding: 0;
|
|
4079
|
+
overflow: hidden;
|
|
4080
|
+
max-width: none;
|
|
4208
4081
|
}
|
|
4209
|
-
.
|
|
4210
|
-
|
|
4082
|
+
.index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content {
|
|
4083
|
+
width: 100%;
|
|
4084
|
+
height: 100%;
|
|
4085
|
+
background: transparent;
|
|
4086
|
+
box-shadow: none;
|
|
4087
|
+
border-radius: none;
|
|
4211
4088
|
}
|
|
4212
|
-
.
|
|
4213
|
-
|
|
4089
|
+
.index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content .bhd-modal-body {
|
|
4090
|
+
width: 100%;
|
|
4091
|
+
height: 100%;
|
|
4092
|
+
padding: 0px;
|
|
4214
4093
|
}
|
|
4215
|
-
.
|
|
4216
|
-
display:
|
|
4094
|
+
.index_module_viewImgBody__e4b9963d {
|
|
4095
|
+
display: flex;
|
|
4096
|
+
width: 100%;
|
|
4097
|
+
height: 100%;
|
|
4217
4098
|
}
|
|
4218
|
-
.
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4099
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d {
|
|
4100
|
+
width: 100%;
|
|
4101
|
+
height: 100%;
|
|
4102
|
+
position: relative;
|
|
4222
4103
|
}
|
|
4223
|
-
.
|
|
4224
|
-
|
|
4225
|
-
|
|
4104
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d {
|
|
4105
|
+
width: 100%;
|
|
4106
|
+
display: flex;
|
|
4107
|
+
position: absolute;
|
|
4108
|
+
top: 40px;
|
|
4109
|
+
justify-content: flex-end;
|
|
4110
|
+
padding-right: 40px;
|
|
4111
|
+
box-sizing: border-box;
|
|
4112
|
+
z-index: 10;
|
|
4226
4113
|
}
|
|
4227
|
-
.
|
|
4228
|
-
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
|
|
4229
|
-
border: 1px solid rgba(244, 82, 59, 0.1);
|
|
4230
|
-
background: rgba(244, 82, 59, 0.1);
|
|
4231
|
-
color: #f4523b;
|
|
4232
|
-
}
|
|
4233
|
-
.index_module_confirm__fecd33f4 .bhd-modal-content {
|
|
4234
|
-
border-radius: 8px;
|
|
4235
|
-
}
|
|
4236
|
-
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
|
|
4237
|
-
font-size: 16px;
|
|
4238
|
-
font-weight: 500;
|
|
4239
|
-
color: rgba(0, 0, 0, 0.85);
|
|
4240
|
-
margin-bottom: 24px;
|
|
4241
|
-
}
|
|
4242
|
-
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
|
|
4243
|
-
width: 100%;
|
|
4244
|
-
padding: 16px 32px;
|
|
4245
|
-
background: rgba(255, 154, 1, 0.1);
|
|
4114
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span {
|
|
4246
4115
|
display: flex;
|
|
4247
|
-
align-items: center;
|
|
4248
|
-
border-radius: 8px;
|
|
4249
|
-
}
|
|
4250
|
-
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
|
|
4251
4116
|
width: 40px;
|
|
4252
|
-
height:
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
.index_module_success__fecd33f4 {
|
|
4260
|
-
width: 456px !important;
|
|
4261
|
-
}
|
|
4262
|
-
.index_module_success__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
|
|
4263
|
-
margin-left: 0px !important;
|
|
4264
|
-
}
|
|
4265
|
-
.index_module_success__fecd33f4 .bhd-modal-body {
|
|
4266
|
-
padding: 24px 32px!important;
|
|
4267
|
-
}
|
|
4268
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
|
|
4269
|
-
display: none;
|
|
4270
|
-
}
|
|
4271
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
|
|
4272
|
-
display: none;
|
|
4273
|
-
}
|
|
4274
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
|
|
4275
|
-
display: initial;
|
|
4276
|
-
}
|
|
4277
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
|
|
4278
|
-
margin-left: 0!important;
|
|
4279
|
-
margin-top: 0!important;
|
|
4280
|
-
max-width: none!important;
|
|
4281
|
-
}
|
|
4282
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
|
|
4283
|
-
background-color: #f4523b;
|
|
4284
|
-
border-color: #f4523b;
|
|
4285
|
-
}
|
|
4286
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
|
|
4287
|
-
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
|
|
4288
|
-
border: 1px solid rgba(244, 82, 59, 0.1);
|
|
4289
|
-
background: rgba(244, 82, 59, 0.1);
|
|
4290
|
-
color: #f4523b;
|
|
4291
|
-
}
|
|
4292
|
-
.index_module_success__fecd33f4 .bhd-modal-content {
|
|
4117
|
+
height: 40px;
|
|
4118
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4119
|
+
align-items: center;
|
|
4120
|
+
justify-content: center;
|
|
4121
|
+
font-size: 16px;
|
|
4122
|
+
color: #ffffff;
|
|
4123
|
+
cursor: pointer;
|
|
4293
4124
|
border-radius: 8px;
|
|
4125
|
+
margin-left: 24px;
|
|
4294
4126
|
}
|
|
4295
|
-
.
|
|
4296
|
-
|
|
4297
|
-
font-weight: 500;
|
|
4298
|
-
color: rgba(0, 0, 0, 0.85);
|
|
4299
|
-
margin-bottom: 24px;
|
|
4127
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span:first-child {
|
|
4128
|
+
margin-left: 0;
|
|
4300
4129
|
}
|
|
4301
|
-
.
|
|
4130
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d {
|
|
4302
4131
|
width: 100%;
|
|
4303
|
-
|
|
4304
|
-
background: rgba(134, 168, 226, 0.1);
|
|
4132
|
+
height: 100%;
|
|
4305
4133
|
display: flex;
|
|
4306
4134
|
align-items: center;
|
|
4307
|
-
|
|
4308
|
-
}
|
|
4309
|
-
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
|
|
4310
|
-
width: 48px;
|
|
4311
|
-
height: 36px;
|
|
4312
|
-
margin-right: 32px;
|
|
4313
|
-
}
|
|
4314
|
-
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
|
|
4315
|
-
color: rgba(0, 0, 0, 0.85);
|
|
4316
|
-
font-size: 14px;
|
|
4317
|
-
}
|
|
4318
|
-
.index_module_success__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
|
|
4319
|
-
width: 48px;
|
|
4320
|
-
height: 52px;
|
|
4321
|
-
}
|
|
4322
|
-
.index_module_custom__fecd33f4 {
|
|
4323
|
-
width: 456px !important;
|
|
4324
|
-
}
|
|
4325
|
-
.index_module_custom__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
|
|
4326
|
-
margin-left: 0px !important;
|
|
4327
|
-
}
|
|
4328
|
-
.index_module_custom__fecd33f4 .bhd-modal-body {
|
|
4329
|
-
padding: 24px 32px!important;
|
|
4330
|
-
}
|
|
4331
|
-
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
|
|
4332
|
-
display: none;
|
|
4333
|
-
}
|
|
4334
|
-
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
|
|
4335
|
-
display: none;
|
|
4336
|
-
}
|
|
4337
|
-
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
|
|
4338
|
-
display: initial;
|
|
4339
|
-
}
|
|
4340
|
-
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
|
|
4341
|
-
margin-left: 0!important;
|
|
4342
|
-
margin-top: 0!important;
|
|
4343
|
-
max-width: none!important;
|
|
4135
|
+
justify-content: center;
|
|
4344
4136
|
}
|
|
4345
|
-
.
|
|
4346
|
-
|
|
4347
|
-
|
|
4137
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_load__e4b9963d {
|
|
4138
|
+
width: 80px;
|
|
4139
|
+
height: 80px;
|
|
4348
4140
|
}
|
|
4349
|
-
.
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4141
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pic__e4b9963d {
|
|
4142
|
+
max-width: 80%;
|
|
4143
|
+
max-height: 80%;
|
|
4144
|
+
cursor: move;
|
|
4145
|
+
position: absolute;
|
|
4146
|
+
-webkit-user-select: none;
|
|
4147
|
+
-moz-user-select: none;
|
|
4148
|
+
user-select: none;
|
|
4354
4149
|
}
|
|
4355
|
-
.
|
|
4356
|
-
|
|
4150
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pre__e4b9963d {
|
|
4151
|
+
position: absolute;
|
|
4152
|
+
width: 40px;
|
|
4153
|
+
height: 40px;
|
|
4154
|
+
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
4155
|
+
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
4156
|
+
box-sizing: border-box;
|
|
4157
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4158
|
+
display: flex;
|
|
4159
|
+
align-items: center;
|
|
4160
|
+
justify-content: center;
|
|
4161
|
+
color: #ffffff;
|
|
4162
|
+
cursor: pointer;
|
|
4163
|
+
-webkit-user-select: none;
|
|
4164
|
+
-moz-user-select: none;
|
|
4165
|
+
user-select: none;
|
|
4166
|
+
top: 50%;
|
|
4167
|
+
transform: translateY(-50%);
|
|
4168
|
+
left: 40px;
|
|
4169
|
+
border-radius: 50%;
|
|
4357
4170
|
}
|
|
4358
|
-
.
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4171
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_next__e4b9963d {
|
|
4172
|
+
position: absolute;
|
|
4173
|
+
width: 40px;
|
|
4174
|
+
height: 40px;
|
|
4175
|
+
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
4176
|
+
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
4177
|
+
box-sizing: border-box;
|
|
4178
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4179
|
+
display: flex;
|
|
4180
|
+
align-items: center;
|
|
4181
|
+
justify-content: center;
|
|
4182
|
+
color: #ffffff;
|
|
4183
|
+
cursor: pointer;
|
|
4184
|
+
-webkit-user-select: none;
|
|
4185
|
+
-moz-user-select: none;
|
|
4186
|
+
user-select: none;
|
|
4187
|
+
top: 50%;
|
|
4188
|
+
transform: translateY(-50%);
|
|
4189
|
+
right: 40px;
|
|
4190
|
+
border-radius: 50%;
|
|
4363
4191
|
}
|
|
4364
|
-
.
|
|
4192
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d {
|
|
4365
4193
|
width: 100%;
|
|
4366
|
-
padding:
|
|
4367
|
-
|
|
4194
|
+
padding-right: 40px;
|
|
4195
|
+
box-sizing: border-box;
|
|
4196
|
+
position: absolute;
|
|
4197
|
+
bottom: 40px;
|
|
4368
4198
|
display: flex;
|
|
4369
4199
|
align-items: center;
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
margin-right: 32px;
|
|
4200
|
+
justify-content: flex-end;
|
|
4201
|
+
-webkit-user-select: none;
|
|
4202
|
+
-moz-user-select: none;
|
|
4203
|
+
user-select: none;
|
|
4204
|
+
z-index: 10;
|
|
4376
4205
|
}
|
|
4377
|
-
.
|
|
4378
|
-
|
|
4379
|
-
|
|
4206
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d,
|
|
4207
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
|
|
4208
|
+
width: 40px;
|
|
4209
|
+
height: 40px;
|
|
4210
|
+
display: flex;
|
|
4211
|
+
align-items: center;
|
|
4212
|
+
justify-content: center;
|
|
4213
|
+
font-size: 16px;
|
|
4214
|
+
color: #ffffff;
|
|
4215
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
4216
|
+
cursor: pointer;
|
|
4380
4217
|
}
|
|
4381
|
-
.
|
|
4382
|
-
|
|
4383
|
-
height: 52px;
|
|
4218
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d {
|
|
4219
|
+
border-radius: 4px 0 0 4px;
|
|
4384
4220
|
}
|
|
4385
|
-
.
|
|
4386
|
-
|
|
4221
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
|
|
4222
|
+
border-radius: 0 4px 4px 0;
|
|
4387
4223
|
}
|
|
4388
|
-
.
|
|
4389
|
-
|
|
4224
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_value__e4b9963d {
|
|
4225
|
+
width: 80px;
|
|
4226
|
+
height: 40px;
|
|
4227
|
+
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
4228
|
+
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
4229
|
+
box-sizing: border-box;
|
|
4230
|
+
background: rgba(0, 0, 0, 0.45);
|
|
4231
|
+
display: flex;
|
|
4232
|
+
align-items: center;
|
|
4233
|
+
justify-content: center;
|
|
4234
|
+
color: #ffffff;
|
|
4235
|
+
cursor: pointer;
|
|
4236
|
+
-webkit-user-select: none;
|
|
4237
|
+
-moz-user-select: none;
|
|
4238
|
+
user-select: none;
|
|
4390
4239
|
}
|
|
4391
|
-
.
|
|
4392
|
-
|
|
4240
|
+
.index_module_viewImgBody__e4b9963d .index_module_viewImgInfo__e4b9963d {
|
|
4241
|
+
height: 100%;
|
|
4242
|
+
flex-shrink: 0;
|
|
4243
|
+
background: #ffffff;
|
|
4244
|
+
position: relative;
|
|
4245
|
+
z-index: 1001;
|
|
4246
|
+
min-height: 600px;
|
|
4393
4247
|
}
|
|
4394
4248
|
|
|
4395
4249
|
/* 变量色值 */
|
|
@@ -4833,101 +4687,196 @@
|
|
|
4833
4687
|
"description": "图标,六级填充色"
|
|
4834
4688
|
}
|
|
4835
4689
|
*/
|
|
4836
|
-
.
|
|
4837
|
-
|
|
4838
|
-
transform: rotate(180deg);
|
|
4690
|
+
.index_module_confirm__fecd33f4 {
|
|
4691
|
+
width: 456px !important;
|
|
4839
4692
|
}
|
|
4840
|
-
.
|
|
4841
|
-
|
|
4693
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body {
|
|
4694
|
+
padding: 24px 32px!important;
|
|
4842
4695
|
}
|
|
4843
|
-
.
|
|
4844
|
-
|
|
4845
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
4846
|
-
padding: 4px 0 !important;
|
|
4696
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
|
|
4697
|
+
margin-left: 0px;
|
|
4847
4698
|
}
|
|
4848
|
-
.
|
|
4849
|
-
|
|
4850
|
-
color: rgba(0, 0, 0, 0.65) !important;
|
|
4851
|
-
border-radius: 0 !important;
|
|
4852
|
-
font-weight: 400 !important;
|
|
4699
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
|
|
4700
|
+
display: none;
|
|
4853
4701
|
}
|
|
4854
|
-
.
|
|
4855
|
-
|
|
4856
|
-
color: rgba(0, 0, 0, 0.85) !important;
|
|
4702
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
|
|
4703
|
+
display: none;
|
|
4857
4704
|
}
|
|
4858
|
-
.
|
|
4859
|
-
|
|
4705
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
|
|
4706
|
+
margin-left: 0!important;
|
|
4707
|
+
margin-top: 0!important;
|
|
4708
|
+
max-width: none!important;
|
|
4860
4709
|
}
|
|
4861
|
-
.
|
|
4862
|
-
background-color: #
|
|
4863
|
-
color: #f4523b
|
|
4710
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
|
|
4711
|
+
background-color: #f4523b;
|
|
4712
|
+
border-color: #f4523b;
|
|
4864
4713
|
}
|
|
4865
|
-
.
|
|
4866
|
-
|
|
4867
|
-
|
|
4714
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
|
|
4715
|
+
.index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
|
|
4716
|
+
border: 1px solid rgba(244, 82, 59, 0.1);
|
|
4717
|
+
background: rgba(244, 82, 59, 0.1);
|
|
4718
|
+
color: #f4523b;
|
|
4868
4719
|
}
|
|
4869
|
-
.
|
|
4870
|
-
|
|
4871
|
-
color: #f4523b !important;
|
|
4720
|
+
.index_module_confirm__fecd33f4 .bhd-modal-content {
|
|
4721
|
+
border-radius: 8px;
|
|
4872
4722
|
}
|
|
4873
|
-
.
|
|
4874
|
-
|
|
4875
|
-
|
|
4723
|
+
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
|
|
4724
|
+
font-size: 16px;
|
|
4725
|
+
font-weight: 500;
|
|
4726
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4727
|
+
margin-bottom: 24px;
|
|
4876
4728
|
}
|
|
4877
|
-
.
|
|
4878
|
-
|
|
4729
|
+
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
|
|
4730
|
+
width: 100%;
|
|
4731
|
+
padding: 16px 32px;
|
|
4732
|
+
background: rgba(255, 154, 1, 0.1);
|
|
4733
|
+
display: flex;
|
|
4734
|
+
align-items: center;
|
|
4735
|
+
border-radius: 8px;
|
|
4736
|
+
}
|
|
4737
|
+
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
|
|
4738
|
+
width: 40px;
|
|
4739
|
+
height: 48px;
|
|
4740
|
+
margin-right: 32px;
|
|
4741
|
+
}
|
|
4742
|
+
.index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
|
|
4879
4743
|
color: rgba(0, 0, 0, 0.85);
|
|
4880
|
-
font-family: PingFang SC;
|
|
4881
4744
|
font-size: 14px;
|
|
4882
|
-
font-style: normal;
|
|
4883
|
-
font-weight: 600;
|
|
4884
|
-
line-height: 150%;
|
|
4885
4745
|
}
|
|
4886
|
-
.
|
|
4887
|
-
|
|
4746
|
+
.index_module_success__fecd33f4 {
|
|
4747
|
+
width: 456px !important;
|
|
4888
4748
|
}
|
|
4889
|
-
.
|
|
4890
|
-
|
|
4749
|
+
.index_module_success__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
|
|
4750
|
+
margin-left: 0px !important;
|
|
4891
4751
|
}
|
|
4892
|
-
.
|
|
4893
|
-
padding:
|
|
4894
|
-
padding-left: 24px;
|
|
4895
|
-
border: 1px solid #f4523b;
|
|
4896
|
-
border-radius: 4px;
|
|
4752
|
+
.index_module_success__fecd33f4 .bhd-modal-body {
|
|
4753
|
+
padding: 24px 32px!important;
|
|
4897
4754
|
}
|
|
4898
|
-
.
|
|
4899
|
-
|
|
4900
|
-
padding: 2.5px;
|
|
4901
|
-
padding-left: 30px;
|
|
4902
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
4903
|
-
box-shadow: none;
|
|
4755
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
|
|
4756
|
+
display: none;
|
|
4904
4757
|
}
|
|
4905
|
-
.
|
|
4758
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
|
|
4759
|
+
display: none;
|
|
4760
|
+
}
|
|
4761
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
|
|
4762
|
+
display: initial;
|
|
4763
|
+
}
|
|
4764
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
|
|
4765
|
+
margin-left: 0!important;
|
|
4766
|
+
margin-top: 0!important;
|
|
4767
|
+
max-width: none!important;
|
|
4768
|
+
}
|
|
4769
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
|
|
4770
|
+
background-color: #f4523b;
|
|
4906
4771
|
border-color: #f4523b;
|
|
4907
4772
|
}
|
|
4908
|
-
.
|
|
4909
|
-
|
|
4773
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
|
|
4774
|
+
.index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
|
|
4775
|
+
border: 1px solid rgba(244, 82, 59, 0.1);
|
|
4776
|
+
background: rgba(244, 82, 59, 0.1);
|
|
4777
|
+
color: #f4523b;
|
|
4910
4778
|
}
|
|
4911
|
-
.
|
|
4912
|
-
|
|
4913
|
-
top: 6px;
|
|
4914
|
-
left: 10px;
|
|
4915
|
-
z-index: 3;
|
|
4916
|
-
height: 16px;
|
|
4917
|
-
line-height: 16px;
|
|
4918
|
-
width: 14px;
|
|
4779
|
+
.index_module_success__fecd33f4 .bhd-modal-content {
|
|
4780
|
+
border-radius: 8px;
|
|
4919
4781
|
}
|
|
4920
|
-
.
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4782
|
+
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
|
|
4783
|
+
font-size: 16px;
|
|
4784
|
+
font-weight: 500;
|
|
4785
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4786
|
+
margin-bottom: 24px;
|
|
4925
4787
|
}
|
|
4926
|
-
.
|
|
4927
|
-
|
|
4788
|
+
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
|
|
4789
|
+
width: 100%;
|
|
4790
|
+
padding: 16px 32px;
|
|
4791
|
+
background: rgba(134, 168, 226, 0.1);
|
|
4792
|
+
display: flex;
|
|
4793
|
+
align-items: center;
|
|
4794
|
+
border-radius: 8px;
|
|
4928
4795
|
}
|
|
4929
|
-
.
|
|
4930
|
-
|
|
4796
|
+
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
|
|
4797
|
+
width: 48px;
|
|
4798
|
+
height: 36px;
|
|
4799
|
+
margin-right: 32px;
|
|
4800
|
+
}
|
|
4801
|
+
.index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
|
|
4802
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4803
|
+
font-size: 14px;
|
|
4804
|
+
}
|
|
4805
|
+
.index_module_success__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
|
|
4806
|
+
width: 48px;
|
|
4807
|
+
height: 52px;
|
|
4808
|
+
}
|
|
4809
|
+
.index_module_custom__fecd33f4 {
|
|
4810
|
+
width: 456px !important;
|
|
4811
|
+
}
|
|
4812
|
+
.index_module_custom__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
|
|
4813
|
+
margin-left: 0px !important;
|
|
4814
|
+
}
|
|
4815
|
+
.index_module_custom__fecd33f4 .bhd-modal-body {
|
|
4816
|
+
padding: 24px 32px!important;
|
|
4817
|
+
}
|
|
4818
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
|
|
4819
|
+
display: none;
|
|
4820
|
+
}
|
|
4821
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
|
|
4822
|
+
display: none;
|
|
4823
|
+
}
|
|
4824
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
|
|
4825
|
+
display: initial;
|
|
4826
|
+
}
|
|
4827
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
|
|
4828
|
+
margin-left: 0!important;
|
|
4829
|
+
margin-top: 0!important;
|
|
4830
|
+
max-width: none!important;
|
|
4831
|
+
}
|
|
4832
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
|
|
4833
|
+
background-color: #f4523b;
|
|
4834
|
+
border-color: #f4523b;
|
|
4835
|
+
}
|
|
4836
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
|
|
4837
|
+
.index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
|
|
4838
|
+
border: 1px solid rgba(244, 82, 59, 0.1);
|
|
4839
|
+
background: rgba(244, 82, 59, 0.1);
|
|
4840
|
+
color: #f4523b;
|
|
4841
|
+
}
|
|
4842
|
+
.index_module_custom__fecd33f4 .bhd-modal-content {
|
|
4843
|
+
border-radius: 8px;
|
|
4844
|
+
}
|
|
4845
|
+
.index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
|
|
4846
|
+
font-size: 16px;
|
|
4847
|
+
font-weight: 500;
|
|
4848
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4849
|
+
margin-bottom: 24px;
|
|
4850
|
+
}
|
|
4851
|
+
.index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
|
|
4852
|
+
width: 100%;
|
|
4853
|
+
padding: 16px 32px;
|
|
4854
|
+
background: rgba(134, 168, 226, 0.1);
|
|
4855
|
+
display: flex;
|
|
4856
|
+
align-items: center;
|
|
4857
|
+
border-radius: 8px;
|
|
4858
|
+
}
|
|
4859
|
+
.index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
|
|
4860
|
+
width: 48px;
|
|
4861
|
+
height: 36px;
|
|
4862
|
+
margin-right: 32px;
|
|
4863
|
+
}
|
|
4864
|
+
.index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
|
|
4865
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4866
|
+
font-size: 14px;
|
|
4867
|
+
}
|
|
4868
|
+
.index_module_custom__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
|
|
4869
|
+
width: 48px;
|
|
4870
|
+
height: 52px;
|
|
4871
|
+
}
|
|
4872
|
+
.index_module_noCancel__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
|
|
4873
|
+
display: none;
|
|
4874
|
+
}
|
|
4875
|
+
.index_module_noButton__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn {
|
|
4876
|
+
display: none;
|
|
4877
|
+
}
|
|
4878
|
+
.index_module_haveComfirm__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
|
|
4879
|
+
display: none;
|
|
4931
4880
|
}
|
|
4932
4881
|
|
|
4933
4882
|
/* 变量色值 */
|
|
@@ -5369,95 +5318,103 @@
|
|
|
5369
5318
|
"value": "$Gray-01",
|
|
5370
5319
|
"type": "color",
|
|
5371
5320
|
"description": "图标,六级填充色"
|
|
5372
|
-
}
|
|
5373
|
-
*/
|
|
5374
|
-
.
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
height: calc(100vh - 60px);
|
|
5378
|
-
background-color: #fff;
|
|
5321
|
+
}
|
|
5322
|
+
*/
|
|
5323
|
+
.index_module_BhdSelect__0982ff78 .bhd-select-open .bhd-select-arrow {
|
|
5324
|
+
transition: transform 0.3s;
|
|
5325
|
+
transform: rotate(180deg);
|
|
5379
5326
|
}
|
|
5380
|
-
.
|
|
5381
|
-
|
|
5382
|
-
padding: 12px 48px;
|
|
5383
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
5327
|
+
.index_module_BhdSelect__0982ff78 .bhd-select-arrow {
|
|
5328
|
+
transition: transform 0.3s;
|
|
5384
5329
|
}
|
|
5385
|
-
.
|
|
5386
|
-
|
|
5387
|
-
|
|
5330
|
+
.index_module_bhdSelect_option__0982ff78 {
|
|
5331
|
+
background-color: #ffffff;
|
|
5332
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
5333
|
+
padding: 4px 0 !important;
|
|
5388
5334
|
}
|
|
5389
|
-
.
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
border-
|
|
5393
|
-
|
|
5394
|
-
display: flex;
|
|
5395
|
-
align-items: center;
|
|
5335
|
+
.index_module_bhdSelect_option__0982ff78 .bhd-select-item {
|
|
5336
|
+
padding: 5.5px 12px;
|
|
5337
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
|
5338
|
+
border-radius: 0 !important;
|
|
5339
|
+
font-weight: 400 !important;
|
|
5396
5340
|
}
|
|
5397
|
-
.
|
|
5398
|
-
color: rgba(0, 0, 0, 0.
|
|
5399
|
-
|
|
5341
|
+
.index_module_bhdSelect_option__0982ff78 .bhd-select-item:hover {
|
|
5342
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
5343
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
5400
5344
|
}
|
|
5401
|
-
.
|
|
5402
|
-
|
|
5403
|
-
align-items: center;
|
|
5345
|
+
.index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-active {
|
|
5346
|
+
background-color: transparent !important;
|
|
5404
5347
|
}
|
|
5405
|
-
.
|
|
5406
|
-
|
|
5348
|
+
.index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected {
|
|
5349
|
+
background-color: #fff4f0 !important;
|
|
5350
|
+
color: #f4523b !important;
|
|
5407
5351
|
}
|
|
5408
|
-
.
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
border-radius: 2px;
|
|
5412
|
-
height: 24px;
|
|
5413
|
-
color: rgba(0, 0, 0, 0.65);
|
|
5414
|
-
font-size: 12px;
|
|
5415
|
-
display: flex;
|
|
5416
|
-
align-items: center;
|
|
5417
|
-
padding: 0 8px;
|
|
5352
|
+
.index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected:hover {
|
|
5353
|
+
background-color: #ffe8e0 !important;
|
|
5354
|
+
color: #f4523b !important;
|
|
5418
5355
|
}
|
|
5419
|
-
.
|
|
5420
|
-
|
|
5356
|
+
.index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
5357
|
+
background-color: #fff4f0 !important;
|
|
5358
|
+
color: #f4523b !important;
|
|
5421
5359
|
}
|
|
5422
|
-
.
|
|
5423
|
-
|
|
5424
|
-
|
|
5360
|
+
.index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
|
|
5361
|
+
background-color: #ffe8e0 !important;
|
|
5362
|
+
color: #f4523b !important;
|
|
5425
5363
|
}
|
|
5426
|
-
.
|
|
5427
|
-
|
|
5364
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_selectTitle__0982ff78 {
|
|
5365
|
+
padding: 8px 12px;
|
|
5366
|
+
color: rgba(0, 0, 0, 0.85);
|
|
5367
|
+
font-family: PingFang SC;
|
|
5368
|
+
font-size: 14px;
|
|
5369
|
+
font-style: normal;
|
|
5370
|
+
font-weight: 600;
|
|
5371
|
+
line-height: 150%;
|
|
5428
5372
|
}
|
|
5429
|
-
.
|
|
5430
|
-
|
|
5373
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 {
|
|
5374
|
+
padding: 4px 12px;
|
|
5431
5375
|
}
|
|
5432
|
-
.
|
|
5433
|
-
|
|
5434
|
-
font-size: 12px;
|
|
5435
|
-
margin-left: 8px;
|
|
5436
|
-
cursor: pointer;
|
|
5376
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search {
|
|
5377
|
+
position: relative;
|
|
5437
5378
|
}
|
|
5438
|
-
.
|
|
5439
|
-
padding:
|
|
5440
|
-
|
|
5379
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-affix-wrapper {
|
|
5380
|
+
padding: 2.5px 12px;
|
|
5381
|
+
padding-left: 24px;
|
|
5382
|
+
border: 1px solid #f4523b;
|
|
5383
|
+
border-radius: 4px;
|
|
5441
5384
|
}
|
|
5442
|
-
.
|
|
5443
|
-
|
|
5385
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input {
|
|
5386
|
+
border-radius: 4px;
|
|
5387
|
+
padding: 2.5px;
|
|
5388
|
+
padding-left: 30px;
|
|
5389
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
5390
|
+
box-shadow: none;
|
|
5444
5391
|
}
|
|
5445
|
-
.
|
|
5446
|
-
|
|
5447
|
-
padding-top: 120px;
|
|
5392
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input:hover {
|
|
5393
|
+
border-color: #f4523b;
|
|
5448
5394
|
}
|
|
5449
|
-
.
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5395
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-btn-icon svg:hover {
|
|
5396
|
+
color: rgba(0, 0, 0, 0.65);
|
|
5397
|
+
}
|
|
5398
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon {
|
|
5399
|
+
position: absolute;
|
|
5400
|
+
top: 6px;
|
|
5401
|
+
left: 10px;
|
|
5402
|
+
z-index: 3;
|
|
5403
|
+
height: 16px;
|
|
5404
|
+
line-height: 16px;
|
|
5405
|
+
width: 14px;
|
|
5406
|
+
}
|
|
5407
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn {
|
|
5408
|
+
border: none;
|
|
5409
|
+
height: 16px;
|
|
5410
|
+
line-height: 16px;
|
|
5411
|
+
width: 14px;
|
|
5412
|
+
}
|
|
5413
|
+
.index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn-default {
|
|
5414
|
+
box-shadow: none !important;
|
|
5415
|
+
}
|
|
5416
|
+
.index_module_search__0982ff78 * {
|
|
5417
|
+
transition: none!important;
|
|
5461
5418
|
}
|
|
5462
5419
|
|
|
5463
5420
|
/* 变量色值 */
|
|
@@ -5901,51 +5858,93 @@
|
|
|
5901
5858
|
"description": "图标,六级填充色"
|
|
5902
5859
|
}
|
|
5903
5860
|
*/
|
|
5904
|
-
.
|
|
5905
|
-
|
|
5906
|
-
|
|
5861
|
+
.index_module_bhd_app_layout__577bc6d2 {
|
|
5862
|
+
display: flex;
|
|
5863
|
+
flex-direction: column;
|
|
5864
|
+
height: calc(100vh - 60px);
|
|
5865
|
+
background-color: #fff;
|
|
5907
5866
|
}
|
|
5908
|
-
.
|
|
5909
|
-
|
|
5867
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_header__577bc6d2 {
|
|
5868
|
+
background: #FFFFFF;
|
|
5869
|
+
padding: 12px 48px;
|
|
5870
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
5910
5871
|
}
|
|
5911
|
-
.
|
|
5912
|
-
|
|
5913
|
-
|
|
5914
|
-
margin-bottom: 24px;
|
|
5872
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 {
|
|
5873
|
+
flex: 1;
|
|
5874
|
+
margin-bottom: 56px;
|
|
5915
5875
|
}
|
|
5916
|
-
.
|
|
5917
|
-
|
|
5918
|
-
|
|
5876
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 {
|
|
5877
|
+
min-height: 40px;
|
|
5878
|
+
background: rgba(0, 0, 0, 0.02);
|
|
5879
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
5880
|
+
padding: 0 48px;
|
|
5881
|
+
display: flex;
|
|
5882
|
+
align-items: center;
|
|
5919
5883
|
}
|
|
5920
|
-
.
|
|
5921
|
-
|
|
5884
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_title__577bc6d2 {
|
|
5885
|
+
color: rgba(0, 0, 0, 0.65);
|
|
5886
|
+
font-size: 12px;
|
|
5922
5887
|
}
|
|
5923
|
-
.
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
margin-bottom: 24px;
|
|
5888
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 {
|
|
5889
|
+
display: flex;
|
|
5890
|
+
align-items: center;
|
|
5927
5891
|
}
|
|
5928
|
-
.
|
|
5929
|
-
|
|
5930
|
-
font-size: 14px;
|
|
5892
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li:nth-of-type(1) {
|
|
5893
|
+
margin-left: 0;
|
|
5931
5894
|
}
|
|
5932
|
-
.
|
|
5933
|
-
|
|
5895
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li {
|
|
5896
|
+
margin-left: 8px;
|
|
5897
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
5898
|
+
border-radius: 2px;
|
|
5899
|
+
height: 24px;
|
|
5900
|
+
color: rgba(0, 0, 0, 0.65);
|
|
5901
|
+
font-size: 12px;
|
|
5902
|
+
display: flex;
|
|
5903
|
+
align-items: center;
|
|
5904
|
+
padding: 0 8px;
|
|
5905
|
+
}
|
|
5906
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li * {
|
|
5907
|
+
line-height: 1;
|
|
5908
|
+
}
|
|
5909
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li .index_module_bhd_app_layout_main_filter_show_value__577bc6d2 {
|
|
5910
|
+
margin-left: 4px;
|
|
5911
|
+
margin-right: 8px;
|
|
5912
|
+
}
|
|
5913
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li .iconicon_guanbi_Close {
|
|
5914
|
+
font-size: 12px;
|
|
5915
|
+
}
|
|
5916
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_ul__577bc6d2 li .iconicon_guanbi_Close:hover {
|
|
5934
5917
|
cursor: pointer;
|
|
5935
5918
|
}
|
|
5936
|
-
|
|
5937
|
-
|
|
5919
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 .index_module_bhd_app_layout_main_filter_clear__577bc6d2 {
|
|
5920
|
+
color: #F4523B;
|
|
5921
|
+
font-size: 12px;
|
|
5922
|
+
margin-left: 8px;
|
|
5923
|
+
cursor: pointer;
|
|
5924
|
+
}
|
|
5925
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
|
|
5926
|
+
padding: 0 48px;
|
|
5927
|
+
margin-top: 16px;
|
|
5928
|
+
}
|
|
5929
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
|
|
5930
|
+
/* table 无数据,异常时 */
|
|
5931
|
+
}
|
|
5932
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_errorTable,
|
|
5933
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_noTable {
|
|
5934
|
+
padding-top: 120px;
|
|
5935
|
+
}
|
|
5936
|
+
.index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_footer__577bc6d2 {
|
|
5937
|
+
width: calc(100% - 60px);
|
|
5938
|
+
height: 56px;
|
|
5939
|
+
position: fixed;
|
|
5940
|
+
z-index: 10;
|
|
5941
|
+
bottom: 0;
|
|
5938
5942
|
display: flex;
|
|
5943
|
+
background-color: #fff;
|
|
5939
5944
|
align-items: center;
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
top: 50%;
|
|
5944
|
-
left: 50%;
|
|
5945
|
-
transform: translate(-50%, -50%);
|
|
5946
|
-
}
|
|
5947
|
-
.app_BhdTableSimple_noTable_loadingTable img {
|
|
5948
|
-
margin-bottom: 24px;
|
|
5945
|
+
padding: 0 48px;
|
|
5946
|
+
justify-content: space-between;
|
|
5947
|
+
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
|
5949
5948
|
}
|
|
5950
5949
|
|
|
5951
5950
|
/* 变量色值 */
|