bhd-components 0.7.33 → 0.7.35

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.
Files changed (34) hide show
  1. package/README.md +1 -1
  2. package/dist/{4601a61c.esm.es5.development.js → 051147c0.esm.es5.development.js} +256 -256
  3. package/dist/{560cbcc4.esm.es5.production.js → 56407e62.esm.es5.production.js} +10 -10
  4. package/dist/index.esm.es5.development.css +634 -637
  5. package/dist/index.esm.es5.development.js +253 -174
  6. package/dist/index.esm.es5.production.css +1 -1
  7. package/dist/index.esm.es5.production.js +1 -1
  8. package/es2017/bhdAppLayout/components/BhdTableSimple/index.js +24 -35
  9. package/es2017/bhdAppLayout/components/BhdTableSimple/index.less +0 -6
  10. package/es2017/bhdAppLayout/components/BhdTableSimple/index/347/232/204/345/211/257/346/234/254.js +120 -0
  11. package/es2017/bhdTipModal/index.js +4 -1
  12. package/es2017/bhdTipModal/modal.d.ts +6 -0
  13. package/es2017/bhdTipModal/modal.js +15 -0
  14. package/es2017/index.d.ts +8 -6
  15. package/es2017/index.js +2 -0
  16. package/es2017/message/index.d.ts +12 -14
  17. package/es2017/message/index.js +14 -4
  18. package/es2017/provider/config.d.ts +7 -1
  19. package/es2017/provider/config.js +7 -1
  20. package/es2017/provider/index.js +21 -4
  21. package/esm/bhdAppLayout/components/BhdTableSimple/index.js +24 -37
  22. package/esm/bhdAppLayout/components/BhdTableSimple/index.less +0 -6
  23. package/esm/bhdAppLayout/components/BhdTableSimple/index/347/232/204/345/211/257/346/234/254.js +122 -0
  24. package/esm/bhdTipModal/index.js +4 -1
  25. package/esm/bhdTipModal/modal.d.ts +6 -0
  26. package/esm/bhdTipModal/modal.js +15 -0
  27. package/esm/index.d.ts +8 -6
  28. package/esm/index.js +2 -0
  29. package/esm/message/index.d.ts +12 -14
  30. package/esm/message/index.js +60 -3
  31. package/esm/provider/config.d.ts +7 -1
  32. package/esm/provider/config.js +7 -1
  33. package/esm/provider/index.js +21 -4
  34. package/package.json +1 -1
@@ -1654,70 +1654,47 @@
1654
1654
  "description": "图标,六级填充色"
1655
1655
  }
1656
1656
  */
1657
- {
1658
- /* 成功 */
1659
- /* 警告 */
1660
- /* 错误 */
1657
+ .app_BhdTableSimple {
1658
+ /* 无数据样式 */
1659
+ /* 错误样式 */
1661
1660
  }
1662
- .index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content {
1663
- background: #5991ef !important;
1664
- color: #ffffff;
1665
- font-weight: 500;
1666
- font-size: 14px;
1661
+ .app_BhdTableSimple .app_BhdTableSimple_noTable {
1662
+ padding: 24px 0;
1667
1663
  }
1668
- .index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
1669
- color: #ffffff;
1670
- font-size: 14px;
1671
- display: inline-flex;
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
- .index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content {
1683
- background-color: #fadb14 !important;
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
- .index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
1689
- color: #ffffff;
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
- .index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content {
1703
- background-color: #f8700c !important;
1704
- color: #ffffff;
1705
- font-weight: 500;
1706
- font-size: 14px;
1676
+ .app_BhdTableSimple .app_BhdTableSimple_errorTable img {
1677
+ width: 200px;
1678
+ height: 200px;
1679
+ margin-bottom: 24px;
1707
1680
  }
1708
- .index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
1709
- color: #ffffff;
1681
+ .app_BhdTableSimple .app_BhdTableSimple_errorTable p {
1682
+ color: rgba(0, 0, 0, 0.45);
1710
1683
  font-size: 14px;
1711
- display: inline-flex;
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
- color: inherit;
1714
- font-style: normal;
1715
- line-height: 0;
1716
- text-align: center;
1717
- text-transform: none;
1718
- vertical-align: -0.125em;
1719
- text-rendering: optimizeLegibility;
1720
- -webkit-font-smoothing: antialiased;
1693
+ justify-content: center;
1694
+ flex-direction: column;
1695
+ }
1696
+ .app_BhdTableSimple_noTable_loadingTable img {
1697
+ margin-bottom: 24px;
1721
1698
  }
1722
1699
 
1723
1700
  /* 变量色值 */
@@ -2161,38 +2138,70 @@
2161
2138
  "description": "图标,六级填充色"
2162
2139
  }
2163
2140
  */
2164
- .index_module_pagination__ea803a71 .bhd-pagination-item {
2165
- border-color: transparent;
2166
- }
2167
- .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active {
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;
2141
+ {
2142
+ /* 成功 */
2143
+ /* 警告 */
2144
+ /* 错误 */
2175
2145
  }
2176
- .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active > a {
2177
- color: #FFFFFF;
2146
+ .index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content {
2147
+ background: #5991ef !important;
2148
+ color: #ffffff;
2149
+ font-weight: 500;
2150
+ font-size: 14px;
2178
2151
  }
2179
- .index_module_pagination__ea803a71 .bhd-pagination-item-link {
2180
- border: none!important;
2181
- background: none!important;
2152
+ .index_module_customSuccess__84cecc41.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
2153
+ color: #ffffff;
2154
+ font-size: 14px;
2155
+ display: inline-flex;
2156
+ align-items: center;
2157
+ color: inherit;
2158
+ font-style: normal;
2159
+ line-height: 0;
2160
+ text-align: center;
2161
+ text-transform: none;
2162
+ vertical-align: -0.125em;
2163
+ text-rendering: optimizeLegibility;
2164
+ -webkit-font-smoothing: antialiased;
2182
2165
  }
2183
- .bhd-pagination-disabled .bhd-pagination-item {
2184
- border: none!important;
2185
- background: none!important;
2186
- color: rgba(0, 0, 0, 0.25) !important;
2166
+ .index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content {
2167
+ background-color: #fadb14 !important;
2168
+ color: #ffffff;
2169
+ font-weight: 500;
2170
+ font-size: 14px;
2187
2171
  }
2188
- .bhd-pagination-disabled .bhd-pagination-item a {
2189
- color: rgba(0, 0, 0, 0.25) !important;
2172
+ .index_module_customWarning__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
2173
+ color: #ffffff;
2174
+ font-size: 14px;
2175
+ display: inline-flex;
2176
+ align-items: center;
2177
+ color: inherit;
2178
+ font-style: normal;
2179
+ line-height: 0;
2180
+ text-align: center;
2181
+ text-transform: none;
2182
+ vertical-align: -0.125em;
2183
+ text-rendering: optimizeLegibility;
2184
+ -webkit-font-smoothing: antialiased;
2190
2185
  }
2191
- .bhd-pagination-mini .bhd-pagination-item {
2192
- margin-right: 8px !important;
2186
+ .index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content {
2187
+ background-color: #f8700c !important;
2188
+ color: #ffffff;
2189
+ font-weight: 500;
2190
+ font-size: 14px;
2193
2191
  }
2194
- .bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
2195
- background-color: transparent!important;
2192
+ .index_module_customError__84cecc41.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
2193
+ color: #ffffff;
2194
+ font-size: 14px;
2195
+ display: inline-flex;
2196
+ align-items: center;
2197
+ color: inherit;
2198
+ font-style: normal;
2199
+ line-height: 0;
2200
+ text-align: center;
2201
+ text-transform: none;
2202
+ vertical-align: -0.125em;
2203
+ text-rendering: optimizeLegibility;
2204
+ -webkit-font-smoothing: antialiased;
2196
2205
  }
2197
2206
 
2198
2207
  /* 变量色值 */
@@ -2636,21 +2645,38 @@
2636
2645
  "description": "图标,六级填充色"
2637
2646
  }
2638
2647
  */
2639
- .index_module_BhdTableSelect__1274ed5e .bhd-select-selector {
2640
- padding-left: 0 !important;
2648
+ .index_module_pagination__ea803a71 .bhd-pagination-item {
2649
+ border-color: transparent;
2641
2650
  }
2642
- .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-search {
2643
- inset-inline-start: 0;
2651
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active {
2652
+ background-color: #f4523b;
2644
2653
  }
2645
- .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-item {
2646
- font-size: 16px;
2647
- font-weight: 500;
2648
- color: rgba(0, 0, 0, 0.85);
2649
- line-height: 24px;
2654
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover {
2655
+ background-color: #ff7d66;
2650
2656
  }
2651
- .index_module_BhdTableSelect__1274ed5e .bhd-select-arrow {
2652
- margin-top: -9px;
2653
- inset-inline-end: 6px;
2657
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover > a {
2658
+ color: #FFFFFF;
2659
+ }
2660
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active > a {
2661
+ color: #FFFFFF;
2662
+ }
2663
+ .index_module_pagination__ea803a71 .bhd-pagination-item-link {
2664
+ border: none!important;
2665
+ background: none!important;
2666
+ }
2667
+ .bhd-pagination-disabled .bhd-pagination-item {
2668
+ border: none!important;
2669
+ background: none!important;
2670
+ color: rgba(0, 0, 0, 0.25) !important;
2671
+ }
2672
+ .bhd-pagination-disabled .bhd-pagination-item a {
2673
+ color: rgba(0, 0, 0, 0.25) !important;
2674
+ }
2675
+ .bhd-pagination-mini .bhd-pagination-item {
2676
+ margin-right: 8px !important;
2677
+ }
2678
+ .bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
2679
+ background-color: transparent!important;
2654
2680
  }
2655
2681
 
2656
2682
  /* 变量色值 */
@@ -3094,52 +3120,21 @@
3094
3120
  "description": "图标,六级填充色"
3095
3121
  }
3096
3122
  */
3097
- .index_module_titleBar__241d4397 {
3098
- width: 100%;
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;
3123
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-selector {
3124
+ padding-left: 0 !important;
3112
3125
  }
3113
- .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 {
3114
- width: 100%;
3115
- overflow: hidden;
3116
- display: flex;
3117
- flex-direction: column;
3118
- justify-content: center;
3126
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-search {
3127
+ inset-inline-start: 0;
3119
3128
  }
3120
- .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftTitle__241d4397 {
3129
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-item {
3130
+ font-size: 16px;
3121
3131
  font-weight: 500;
3122
- font-size: 20px;
3123
- line-height: 24px;
3124
3132
  color: rgba(0, 0, 0, 0.85);
3125
- white-space: nowrap;
3126
- overflow: hidden;
3127
- text-overflow: ellipsis;
3128
- width: 100%;
3133
+ line-height: 24px;
3129
3134
  }
3130
- .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftSubTitle__241d4397 {
3131
- margin-top: 8px;
3132
- color: rgba(0, 0, 0, 0.45);
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;
3135
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-arrow {
3136
+ margin-top: -9px;
3137
+ inset-inline-end: 6px;
3143
3138
  }
3144
3139
 
3145
3140
  /* 变量色值 */
@@ -3583,180 +3578,52 @@
3583
3578
  "description": "图标,六级填充色"
3584
3579
  }
3585
3580
  */
3586
- .index_module_AppViewImage__e4b9963d .bhd-modal {
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 {
3581
+ .index_module_titleBar__241d4397 {
3603
3582
  width: 100%;
3604
- height: 100%;
3605
- padding: 0px;
3583
+ display: flex;
3584
+ align-items: center;
3585
+ justify-content: space-between;
3606
3586
  }
3607
- .index_module_viewImgBody__e4b9963d {
3587
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 {
3588
+ margin-right: 40px;
3608
3589
  display: flex;
3609
3590
  width: 100%;
3610
- height: 100%;
3591
+ overflow: hidden;
3611
3592
  }
3612
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d {
3613
- width: 100%;
3614
- height: 100%;
3615
- position: relative;
3593
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftIcon__241d4397 {
3594
+ margin-right: 16px;
3595
+ flex-shrink: 0;
3616
3596
  }
3617
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d {
3597
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 {
3618
3598
  width: 100%;
3599
+ overflow: hidden;
3619
3600
  display: flex;
3620
- position: absolute;
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;
3601
+ flex-direction: column;
3633
3602
  justify-content: center;
3634
- font-size: 16px;
3635
- color: #ffffff;
3636
- cursor: pointer;
3637
- border-radius: 8px;
3638
- margin-left: 24px;
3639
3603
  }
3640
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span:first-child {
3641
- margin-left: 0;
3642
- }
3643
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d {
3604
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftTitle__241d4397 {
3605
+ font-weight: 500;
3606
+ font-size: 20px;
3607
+ line-height: 24px;
3608
+ color: rgba(0, 0, 0, 0.85);
3609
+ white-space: nowrap;
3610
+ overflow: hidden;
3611
+ text-overflow: ellipsis;
3644
3612
  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
3613
  }
3705
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d {
3614
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftSubTitle__241d4397 {
3615
+ margin-top: 8px;
3616
+ color: rgba(0, 0, 0, 0.45);
3617
+ font-weight: 400;
3618
+ font-size: 14px;
3619
+ line-height: 1.5;
3620
+ white-space: nowrap;
3621
+ overflow: hidden;
3622
+ text-overflow: ellipsis;
3706
3623
  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
3624
  }
3753
- .index_module_viewImgBody__e4b9963d .index_module_viewImgInfo__e4b9963d {
3754
- height: 100%;
3755
- flex-shrink: 0;
3756
- background: #ffffff;
3757
- position: relative;
3758
- z-index: 1001;
3759
- min-height: 600px;
3625
+ .index_module_titleBar__241d4397 .index_module_right__241d4397 {
3626
+ flex: 0 0 auto;
3760
3627
  }
3761
3628
 
3762
3629
  /* 变量色值 */
@@ -4200,196 +4067,180 @@
4200
4067
  "description": "图标,六级填充色"
4201
4068
  }
4202
4069
  */
4203
- .index_module_confirm__fecd33f4 {
4204
- width: 456px !important;
4205
- }
4206
- .index_module_confirm__fecd33f4 .bhd-modal-body {
4207
- padding: 24px 32px!important;
4070
+ .index_module_AppViewImage__e4b9963d .bhd-modal {
4071
+ width: 100% !important;
4072
+ height: 100% !important;
4073
+ min-height: 600px;
4074
+ margin: 0;
4075
+ padding: 0;
4076
+ overflow: hidden;
4077
+ max-width: none;
4208
4078
  }
4209
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
4210
- margin-left: 0px;
4079
+ .index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content {
4080
+ width: 100%;
4081
+ height: 100%;
4082
+ background: transparent;
4083
+ box-shadow: none;
4084
+ border-radius: none;
4211
4085
  }
4212
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4213
- display: none;
4086
+ .index_module_AppViewImage__e4b9963d .bhd-modal .bhd-modal-content .bhd-modal-body {
4087
+ width: 100%;
4088
+ height: 100%;
4089
+ padding: 0px;
4214
4090
  }
4215
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4216
- display: none;
4091
+ .index_module_viewImgBody__e4b9963d {
4092
+ display: flex;
4093
+ width: 100%;
4094
+ height: 100%;
4217
4095
  }
4218
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
4219
- margin-left: 0!important;
4220
- margin-top: 0!important;
4221
- max-width: none!important;
4096
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d {
4097
+ width: 100%;
4098
+ height: 100%;
4099
+ position: relative;
4222
4100
  }
4223
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
4224
- background-color: #f4523b;
4225
- border-color: #f4523b;
4101
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d {
4102
+ width: 100%;
4103
+ display: flex;
4104
+ position: absolute;
4105
+ top: 40px;
4106
+ justify-content: flex-end;
4107
+ padding-right: 40px;
4108
+ box-sizing: border-box;
4109
+ z-index: 10;
4226
4110
  }
4227
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
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);
4111
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span {
4246
4112
  display: flex;
4247
- align-items: center;
4248
- border-radius: 8px;
4249
- }
4250
- .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4251
4113
  width: 40px;
4252
- height: 48px;
4253
- margin-right: 32px;
4254
- }
4255
- .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4256
- color: rgba(0, 0, 0, 0.85);
4257
- font-size: 14px;
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 {
4114
+ height: 40px;
4115
+ background: rgba(0, 0, 0, 0.45);
4116
+ align-items: center;
4117
+ justify-content: center;
4118
+ font-size: 16px;
4119
+ color: #ffffff;
4120
+ cursor: pointer;
4293
4121
  border-radius: 8px;
4122
+ margin-left: 24px;
4294
4123
  }
4295
- .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
4296
- font-size: 16px;
4297
- font-weight: 500;
4298
- color: rgba(0, 0, 0, 0.85);
4299
- margin-bottom: 24px;
4124
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span:first-child {
4125
+ margin-left: 0;
4300
4126
  }
4301
- .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4127
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d {
4302
4128
  width: 100%;
4303
- padding: 16px 32px;
4304
- background: rgba(134, 168, 226, 0.1);
4129
+ height: 100%;
4305
4130
  display: flex;
4306
4131
  align-items: center;
4307
- border-radius: 8px;
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;
4132
+ justify-content: center;
4344
4133
  }
4345
- .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
4346
- background-color: #f4523b;
4347
- border-color: #f4523b;
4134
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_load__e4b9963d {
4135
+ width: 80px;
4136
+ height: 80px;
4348
4137
  }
4349
- .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
4350
- .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
4351
- border: 1px solid rgba(244, 82, 59, 0.1);
4352
- background: rgba(244, 82, 59, 0.1);
4353
- color: #f4523b;
4138
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pic__e4b9963d {
4139
+ max-width: 80%;
4140
+ max-height: 80%;
4141
+ cursor: move;
4142
+ position: absolute;
4143
+ -webkit-user-select: none;
4144
+ -moz-user-select: none;
4145
+ user-select: none;
4354
4146
  }
4355
- .index_module_custom__fecd33f4 .bhd-modal-content {
4356
- border-radius: 8px;
4147
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_pre__e4b9963d {
4148
+ position: absolute;
4149
+ width: 40px;
4150
+ height: 40px;
4151
+ border-left: 1px solid rgba(255, 255, 255, 0.25);
4152
+ border-right: 1px solid rgba(255, 255, 255, 0.25);
4153
+ box-sizing: border-box;
4154
+ background: rgba(0, 0, 0, 0.45);
4155
+ display: flex;
4156
+ align-items: center;
4157
+ justify-content: center;
4158
+ color: #ffffff;
4159
+ cursor: pointer;
4160
+ -webkit-user-select: none;
4161
+ -moz-user-select: none;
4162
+ user-select: none;
4163
+ top: 50%;
4164
+ transform: translateY(-50%);
4165
+ left: 40px;
4166
+ border-radius: 50%;
4357
4167
  }
4358
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
4359
- font-size: 16px;
4360
- font-weight: 500;
4361
- color: rgba(0, 0, 0, 0.85);
4362
- margin-bottom: 24px;
4168
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d .index_module_viewImgBody_next__e4b9963d {
4169
+ position: absolute;
4170
+ width: 40px;
4171
+ height: 40px;
4172
+ border-left: 1px solid rgba(255, 255, 255, 0.25);
4173
+ border-right: 1px solid rgba(255, 255, 255, 0.25);
4174
+ box-sizing: border-box;
4175
+ background: rgba(0, 0, 0, 0.45);
4176
+ display: flex;
4177
+ align-items: center;
4178
+ justify-content: center;
4179
+ color: #ffffff;
4180
+ cursor: pointer;
4181
+ -webkit-user-select: none;
4182
+ -moz-user-select: none;
4183
+ user-select: none;
4184
+ top: 50%;
4185
+ transform: translateY(-50%);
4186
+ right: 40px;
4187
+ border-radius: 50%;
4363
4188
  }
4364
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4189
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d {
4365
4190
  width: 100%;
4366
- padding: 16px 32px;
4367
- background: rgba(134, 168, 226, 0.1);
4191
+ padding-right: 40px;
4192
+ box-sizing: border-box;
4193
+ position: absolute;
4194
+ bottom: 40px;
4368
4195
  display: flex;
4369
4196
  align-items: center;
4370
- border-radius: 8px;
4371
- }
4372
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4373
- width: 48px;
4374
- height: 36px;
4375
- margin-right: 32px;
4197
+ justify-content: flex-end;
4198
+ -webkit-user-select: none;
4199
+ -moz-user-select: none;
4200
+ user-select: none;
4201
+ z-index: 10;
4376
4202
  }
4377
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4378
- color: rgba(0, 0, 0, 0.85);
4379
- font-size: 14px;
4203
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d,
4204
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
4205
+ width: 40px;
4206
+ height: 40px;
4207
+ display: flex;
4208
+ align-items: center;
4209
+ justify-content: center;
4210
+ font-size: 16px;
4211
+ color: #ffffff;
4212
+ background-color: rgba(0, 0, 0, 0.45);
4213
+ cursor: pointer;
4380
4214
  }
4381
- .index_module_custom__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
4382
- width: 48px;
4383
- height: 52px;
4215
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_minu__e4b9963d {
4216
+ border-radius: 4px 0 0 4px;
4384
4217
  }
4385
- .index_module_noCancel__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4386
- display: none;
4218
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_add__e4b9963d {
4219
+ border-radius: 0 4px 4px 0;
4387
4220
  }
4388
- .index_module_noButton__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn {
4389
- display: none;
4221
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d .index_module_viewImgBodyScale_value__e4b9963d {
4222
+ width: 80px;
4223
+ height: 40px;
4224
+ border-left: 1px solid rgba(255, 255, 255, 0.25);
4225
+ border-right: 1px solid rgba(255, 255, 255, 0.25);
4226
+ box-sizing: border-box;
4227
+ background: rgba(0, 0, 0, 0.45);
4228
+ display: flex;
4229
+ align-items: center;
4230
+ justify-content: center;
4231
+ color: #ffffff;
4232
+ cursor: pointer;
4233
+ -webkit-user-select: none;
4234
+ -moz-user-select: none;
4235
+ user-select: none;
4390
4236
  }
4391
- .index_module_haveComfirm__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4392
- display: none;
4237
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgInfo__e4b9963d {
4238
+ height: 100%;
4239
+ flex-shrink: 0;
4240
+ background: #ffffff;
4241
+ position: relative;
4242
+ z-index: 1001;
4243
+ min-height: 600px;
4393
4244
  }
4394
4245
 
4395
4246
  /* 变量色值 */
@@ -4833,101 +4684,196 @@
4833
4684
  "description": "图标,六级填充色"
4834
4685
  }
4835
4686
  */
4836
- .index_module_BhdSelect__0982ff78 .bhd-select-open .bhd-select-arrow {
4837
- transition: transform 0.3s;
4838
- transform: rotate(180deg);
4687
+ .index_module_confirm__fecd33f4 {
4688
+ width: 456px !important;
4839
4689
  }
4840
- .index_module_BhdSelect__0982ff78 .bhd-select-arrow {
4841
- transition: transform 0.3s;
4690
+ .index_module_confirm__fecd33f4 .bhd-modal-body {
4691
+ padding: 24px 32px!important;
4842
4692
  }
4843
- .index_module_bhdSelect_option__0982ff78 {
4844
- background-color: #ffffff;
4845
- border: 1px solid rgba(0, 0, 0, 0.15);
4846
- padding: 4px 0 !important;
4693
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
4694
+ margin-left: 0px;
4847
4695
  }
4848
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item {
4849
- padding: 5.5px 12px;
4850
- color: rgba(0, 0, 0, 0.65) !important;
4851
- border-radius: 0 !important;
4852
- font-weight: 400 !important;
4696
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4697
+ display: none;
4853
4698
  }
4854
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item:hover {
4855
- background-color: rgba(0, 0, 0, 0.04) !important;
4856
- color: rgba(0, 0, 0, 0.85) !important;
4699
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4700
+ display: none;
4857
4701
  }
4858
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-active {
4859
- background-color: transparent !important;
4702
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
4703
+ margin-left: 0!important;
4704
+ margin-top: 0!important;
4705
+ max-width: none!important;
4860
4706
  }
4861
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected {
4862
- background-color: #fff4f0 !important;
4863
- color: #f4523b !important;
4707
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
4708
+ background-color: #f4523b;
4709
+ border-color: #f4523b;
4864
4710
  }
4865
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected:hover {
4866
- background-color: #ffe8e0 !important;
4867
- color: #f4523b !important;
4711
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
4712
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
4713
+ border: 1px solid rgba(244, 82, 59, 0.1);
4714
+ background: rgba(244, 82, 59, 0.1);
4715
+ color: #f4523b;
4868
4716
  }
4869
- .index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
4870
- background-color: #fff4f0 !important;
4871
- color: #f4523b !important;
4717
+ .index_module_confirm__fecd33f4 .bhd-modal-content {
4718
+ border-radius: 8px;
4872
4719
  }
4873
- .index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
4874
- background-color: #ffe8e0 !important;
4875
- color: #f4523b !important;
4720
+ .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
4721
+ font-size: 16px;
4722
+ font-weight: 500;
4723
+ color: rgba(0, 0, 0, 0.85);
4724
+ margin-bottom: 24px;
4876
4725
  }
4877
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_selectTitle__0982ff78 {
4878
- padding: 8px 12px;
4726
+ .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4727
+ width: 100%;
4728
+ padding: 16px 32px;
4729
+ background: rgba(255, 154, 1, 0.1);
4730
+ display: flex;
4731
+ align-items: center;
4732
+ border-radius: 8px;
4733
+ }
4734
+ .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4735
+ width: 40px;
4736
+ height: 48px;
4737
+ margin-right: 32px;
4738
+ }
4739
+ .index_module_confirm__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4879
4740
  color: rgba(0, 0, 0, 0.85);
4880
- font-family: PingFang SC;
4881
4741
  font-size: 14px;
4882
- font-style: normal;
4883
- font-weight: 600;
4884
- line-height: 150%;
4885
4742
  }
4886
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 {
4887
- padding: 4px 12px;
4743
+ .index_module_success__fecd33f4 {
4744
+ width: 456px !important;
4888
4745
  }
4889
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search {
4890
- position: relative;
4746
+ .index_module_success__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
4747
+ margin-left: 0px !important;
4891
4748
  }
4892
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-affix-wrapper {
4893
- padding: 2.5px 12px;
4894
- padding-left: 24px;
4895
- border: 1px solid #f4523b;
4896
- border-radius: 4px;
4749
+ .index_module_success__fecd33f4 .bhd-modal-body {
4750
+ padding: 24px 32px!important;
4897
4751
  }
4898
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input {
4899
- border-radius: 4px;
4900
- padding: 2.5px;
4901
- padding-left: 30px;
4902
- border: 1px solid rgba(0, 0, 0, 0.15);
4903
- box-shadow: none;
4752
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4753
+ display: none;
4904
4754
  }
4905
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input:hover {
4755
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4756
+ display: none;
4757
+ }
4758
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
4759
+ display: initial;
4760
+ }
4761
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
4762
+ margin-left: 0!important;
4763
+ margin-top: 0!important;
4764
+ max-width: none!important;
4765
+ }
4766
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
4767
+ background-color: #f4523b;
4906
4768
  border-color: #f4523b;
4907
4769
  }
4908
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-btn-icon svg:hover {
4909
- color: rgba(0, 0, 0, 0.65);
4770
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
4771
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
4772
+ border: 1px solid rgba(244, 82, 59, 0.1);
4773
+ background: rgba(244, 82, 59, 0.1);
4774
+ color: #f4523b;
4910
4775
  }
4911
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon {
4912
- position: absolute;
4913
- top: 6px;
4914
- left: 10px;
4915
- z-index: 3;
4916
- height: 16px;
4917
- line-height: 16px;
4918
- width: 14px;
4776
+ .index_module_success__fecd33f4 .bhd-modal-content {
4777
+ border-radius: 8px;
4919
4778
  }
4920
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn {
4921
- border: none;
4922
- height: 16px;
4923
- line-height: 16px;
4924
- width: 14px;
4779
+ .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
4780
+ font-size: 16px;
4781
+ font-weight: 500;
4782
+ color: rgba(0, 0, 0, 0.85);
4783
+ margin-bottom: 24px;
4925
4784
  }
4926
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn-default {
4927
- box-shadow: none !important;
4785
+ .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4786
+ width: 100%;
4787
+ padding: 16px 32px;
4788
+ background: rgba(134, 168, 226, 0.1);
4789
+ display: flex;
4790
+ align-items: center;
4791
+ border-radius: 8px;
4928
4792
  }
4929
- .index_module_search__0982ff78 * {
4930
- transition: none!important;
4793
+ .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4794
+ width: 48px;
4795
+ height: 36px;
4796
+ margin-right: 32px;
4797
+ }
4798
+ .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4799
+ color: rgba(0, 0, 0, 0.85);
4800
+ font-size: 14px;
4801
+ }
4802
+ .index_module_success__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
4803
+ width: 48px;
4804
+ height: 52px;
4805
+ }
4806
+ .index_module_custom__fecd33f4 {
4807
+ width: 456px !important;
4808
+ }
4809
+ .index_module_custom__fecd33f4 .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
4810
+ margin-left: 0px !important;
4811
+ }
4812
+ .index_module_custom__fecd33f4 .bhd-modal-body {
4813
+ padding: 24px 32px!important;
4814
+ }
4815
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4816
+ display: none;
4817
+ }
4818
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4819
+ display: none;
4820
+ }
4821
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-select-arrow .anticon {
4822
+ display: initial;
4823
+ }
4824
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-content {
4825
+ margin-left: 0!important;
4826
+ margin-top: 0!important;
4827
+ max-width: none!important;
4828
+ }
4829
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn.bhd-btn-primary {
4830
+ background-color: #f4523b;
4831
+ border-color: #f4523b;
4832
+ }
4833
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):hover,
4834
+ .index_module_custom__fecd33f4 .bhd-modal-body .bhd-modal-confirm-btns .bhd-btn:not(.bhd-btn-primary):focus {
4835
+ border: 1px solid rgba(244, 82, 59, 0.1);
4836
+ background: rgba(244, 82, 59, 0.1);
4837
+ color: #f4523b;
4838
+ }
4839
+ .index_module_custom__fecd33f4 .bhd-modal-content {
4840
+ border-radius: 8px;
4841
+ }
4842
+ .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmTitle {
4843
+ font-size: 16px;
4844
+ font-weight: 500;
4845
+ color: rgba(0, 0, 0, 0.85);
4846
+ margin-bottom: 24px;
4847
+ }
4848
+ .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4849
+ width: 100%;
4850
+ padding: 16px 32px;
4851
+ background: rgba(134, 168, 226, 0.1);
4852
+ display: flex;
4853
+ align-items: center;
4854
+ border-radius: 8px;
4855
+ }
4856
+ .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4857
+ width: 48px;
4858
+ height: 36px;
4859
+ margin-right: 32px;
4860
+ }
4861
+ .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4862
+ color: rgba(0, 0, 0, 0.85);
4863
+ font-size: 14px;
4864
+ }
4865
+ .index_module_custom__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
4866
+ width: 48px;
4867
+ height: 52px;
4868
+ }
4869
+ .index_module_noCancel__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4870
+ display: none;
4871
+ }
4872
+ .index_module_noButton__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn {
4873
+ display: none;
4874
+ }
4875
+ .index_module_haveComfirm__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4876
+ display: none;
4931
4877
  }
4932
4878
 
4933
4879
  /* 变量色值 */
@@ -5367,97 +5313,105 @@
5367
5313
  /*
5368
5314
  "color-icon-senary": {
5369
5315
  "value": "$Gray-01",
5370
- "type": "color",
5371
- "description": "图标,六级填充色"
5372
- }
5373
- */
5374
- .index_module_bhd_app_layout__577bc6d2 {
5375
- display: flex;
5376
- flex-direction: column;
5377
- height: calc(100vh - 60px);
5378
- background-color: #fff;
5316
+ "type": "color",
5317
+ "description": "图标,六级填充色"
5318
+ }
5319
+ */
5320
+ .index_module_BhdSelect__0982ff78 .bhd-select-open .bhd-select-arrow {
5321
+ transition: transform 0.3s;
5322
+ transform: rotate(180deg);
5379
5323
  }
5380
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_header__577bc6d2 {
5381
- background: #FFFFFF;
5382
- padding: 12px 48px;
5383
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
5324
+ .index_module_BhdSelect__0982ff78 .bhd-select-arrow {
5325
+ transition: transform 0.3s;
5384
5326
  }
5385
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 {
5386
- flex: 1;
5387
- margin-bottom: 56px;
5327
+ .index_module_bhdSelect_option__0982ff78 {
5328
+ background-color: #ffffff;
5329
+ border: 1px solid rgba(0, 0, 0, 0.15);
5330
+ padding: 4px 0 !important;
5388
5331
  }
5389
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 {
5390
- min-height: 40px;
5391
- background: rgba(0, 0, 0, 0.02);
5392
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
5393
- padding: 0 48px;
5394
- display: flex;
5395
- align-items: center;
5332
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item {
5333
+ padding: 5.5px 12px;
5334
+ color: rgba(0, 0, 0, 0.65) !important;
5335
+ border-radius: 0 !important;
5336
+ font-weight: 400 !important;
5396
5337
  }
5397
- .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 {
5398
- color: rgba(0, 0, 0, 0.65);
5399
- font-size: 12px;
5338
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item:hover {
5339
+ background-color: rgba(0, 0, 0, 0.04) !important;
5340
+ color: rgba(0, 0, 0, 0.85) !important;
5400
5341
  }
5401
- .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 {
5402
- display: flex;
5403
- align-items: center;
5342
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-active {
5343
+ background-color: transparent !important;
5404
5344
  }
5405
- .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) {
5406
- margin-left: 0;
5345
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected {
5346
+ background-color: #fff4f0 !important;
5347
+ color: #f4523b !important;
5407
5348
  }
5408
- .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 {
5409
- margin-left: 8px;
5410
- border: 1px solid rgba(0, 0, 0, 0.15);
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;
5349
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected:hover {
5350
+ background-color: #ffe8e0 !important;
5351
+ color: #f4523b !important;
5418
5352
  }
5419
- .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 * {
5420
- line-height: 1;
5353
+ .index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
5354
+ background-color: #fff4f0 !important;
5355
+ color: #f4523b !important;
5421
5356
  }
5422
- .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 {
5423
- margin-left: 4px;
5424
- margin-right: 8px;
5357
+ .index_module_bhdSelect_option__0982ff78 .ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
5358
+ background-color: #ffe8e0 !important;
5359
+ color: #f4523b !important;
5425
5360
  }
5426
- .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 {
5427
- font-size: 12px;
5361
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_selectTitle__0982ff78 {
5362
+ padding: 8px 12px;
5363
+ color: rgba(0, 0, 0, 0.85);
5364
+ font-family: PingFang SC;
5365
+ font-size: 14px;
5366
+ font-style: normal;
5367
+ font-weight: 600;
5368
+ line-height: 150%;
5428
5369
  }
5429
- .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 {
5430
- cursor: pointer;
5370
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 {
5371
+ padding: 4px 12px;
5431
5372
  }
5432
- .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 {
5433
- color: #F4523B;
5434
- font-size: 12px;
5435
- margin-left: 8px;
5436
- cursor: pointer;
5373
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search {
5374
+ position: relative;
5437
5375
  }
5438
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
5439
- padding: 0 48px;
5440
- margin-top: 16px;
5376
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-affix-wrapper {
5377
+ padding: 2.5px 12px;
5378
+ padding-left: 24px;
5379
+ border: 1px solid #f4523b;
5380
+ border-radius: 4px;
5441
5381
  }
5442
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
5443
- /* table 无数据,异常时 */
5382
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input {
5383
+ border-radius: 4px;
5384
+ padding: 2.5px;
5385
+ padding-left: 30px;
5386
+ border: 1px solid rgba(0, 0, 0, 0.15);
5387
+ box-shadow: none;
5444
5388
  }
5445
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_errorTable,
5446
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_noTable {
5447
- padding-top: 120px;
5389
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input:hover {
5390
+ border-color: #f4523b;
5448
5391
  }
5449
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_footer__577bc6d2 {
5450
- width: calc(100% - 60px);
5451
- height: 56px;
5452
- position: fixed;
5453
- z-index: 10;
5454
- bottom: 0;
5455
- display: flex;
5456
- background-color: #fff;
5457
- align-items: center;
5458
- padding: 0 48px;
5459
- justify-content: space-between;
5460
- border-top: 1px solid rgba(0, 0, 0, 0.15);
5392
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-btn-icon svg:hover {
5393
+ color: rgba(0, 0, 0, 0.65);
5394
+ }
5395
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon {
5396
+ position: absolute;
5397
+ top: 6px;
5398
+ left: 10px;
5399
+ z-index: 3;
5400
+ height: 16px;
5401
+ line-height: 16px;
5402
+ width: 14px;
5403
+ }
5404
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn {
5405
+ border: none;
5406
+ height: 16px;
5407
+ line-height: 16px;
5408
+ width: 14px;
5409
+ }
5410
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input-group-addon .bhd-btn-default {
5411
+ box-shadow: none !important;
5412
+ }
5413
+ .index_module_search__0982ff78 * {
5414
+ transition: none!important;
5461
5415
  }
5462
5416
 
5463
5417
  /* 变量色值 */
@@ -5901,50 +5855,93 @@
5901
5855
  "description": "图标,六级填充色"
5902
5856
  }
5903
5857
  */
5904
- .app_BhdTableSimple {
5905
- /* 无数据样式 */
5906
- /* 错误样式 */
5858
+ .index_module_bhd_app_layout__577bc6d2 {
5859
+ display: flex;
5860
+ flex-direction: column;
5861
+ height: calc(100vh - 60px);
5862
+ background-color: #fff;
5907
5863
  }
5908
- .app_BhdTableSimple .app_BhdTableSimple_noTable {
5909
- padding: 24px 0;
5864
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_header__577bc6d2 {
5865
+ background: #FFFFFF;
5866
+ padding: 12px 48px;
5867
+ border-bottom: 1px solid rgba(0, 0, 0, 0.06);
5910
5868
  }
5911
- .app_BhdTableSimple .app_BhdTableSimple_noTable img {
5912
- width: 200px;
5913
- height: 200px;
5914
- margin-bottom: 24px;
5869
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 {
5870
+ flex: 1;
5871
+ margin-bottom: 56px;
5915
5872
  }
5916
- .app_BhdTableSimple .app_BhdTableSimple_noTable div {
5917
- color: rgba(0, 0, 0, 0.45);
5918
- font-size: 14px;
5873
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_filter__577bc6d2 {
5874
+ min-height: 40px;
5875
+ background: rgba(0, 0, 0, 0.02);
5876
+ border-bottom: 1px solid rgba(0, 0, 0, 0.06);
5877
+ padding: 0 48px;
5878
+ display: flex;
5879
+ align-items: center;
5919
5880
  }
5920
- .app_BhdTableSimple .app_BhdTableSimple_errorTable {
5921
- padding: 24px 0;
5881
+ .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 {
5882
+ color: rgba(0, 0, 0, 0.65);
5883
+ font-size: 12px;
5922
5884
  }
5923
- .app_BhdTableSimple .app_BhdTableSimple_errorTable img {
5924
- width: 200px;
5925
- height: 200px;
5926
- margin-bottom: 24px;
5885
+ .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 {
5886
+ display: flex;
5887
+ align-items: center;
5927
5888
  }
5928
- .app_BhdTableSimple .app_BhdTableSimple_errorTable p {
5929
- color: rgba(0, 0, 0, 0.45);
5930
- font-size: 14px;
5889
+ .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) {
5890
+ margin-left: 0;
5931
5891
  }
5932
- .app_BhdTableSimple .app_BhdTableSimple_errorTable p span {
5933
- color: #f05d3b;
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 {
5893
+ margin-left: 8px;
5894
+ border: 1px solid rgba(0, 0, 0, 0.15);
5895
+ border-radius: 2px;
5896
+ height: 24px;
5897
+ color: rgba(0, 0, 0, 0.65);
5898
+ font-size: 12px;
5899
+ display: flex;
5900
+ align-items: center;
5901
+ padding: 0 8px;
5902
+ }
5903
+ .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 * {
5904
+ line-height: 1;
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 .index_module_bhd_app_layout_main_filter_show_value__577bc6d2 {
5907
+ margin-left: 4px;
5908
+ margin-right: 8px;
5909
+ }
5910
+ .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 {
5911
+ font-size: 12px;
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:hover {
5934
5914
  cursor: pointer;
5935
5915
  }
5936
- /* 加载样式 */
5937
- .app_BhdTableSimple_noTable_loadingTable {
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_clear__577bc6d2 {
5917
+ color: #F4523B;
5918
+ font-size: 12px;
5919
+ margin-left: 8px;
5920
+ cursor: pointer;
5921
+ }
5922
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
5923
+ padding: 0 48px;
5924
+ margin-top: 16px;
5925
+ }
5926
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
5927
+ /* table 无数据,异常时 */
5928
+ }
5929
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_errorTable,
5930
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 .app_BhdTableSimple_noTable {
5931
+ padding-top: 120px;
5932
+ }
5933
+ .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_footer__577bc6d2 {
5934
+ width: calc(100% - 60px);
5935
+ height: 56px;
5936
+ position: fixed;
5937
+ z-index: 10;
5938
+ bottom: 0;
5938
5939
  display: flex;
5940
+ background-color: #fff;
5939
5941
  align-items: center;
5940
- justify-content: center;
5941
- flex-direction: column;
5942
- position: absolute;
5943
- left: 50%;
5944
- transform: translateX(-50%);
5945
- }
5946
- .app_BhdTableSimple_noTable_loadingTable img {
5947
- margin-bottom: 24px;
5942
+ padding: 0 48px;
5943
+ justify-content: space-between;
5944
+ border-top: 1px solid rgba(0, 0, 0, 0.15);
5948
5945
  }
5949
5946
 
5950
5947
  /* 变量色值 */