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.
@@ -1654,70 +1654,50 @@
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
+ 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
- .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;
2144
+ {
2145
+ /* 成功 */
2146
+ /* 警告 */
2147
+ /* 错误 */
2175
2148
  }
2176
- .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active > a {
2177
- color: #FFFFFF;
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
- .index_module_pagination__ea803a71 .bhd-pagination-item-link {
2180
- border: none!important;
2181
- background: none!important;
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-pagination-disabled .bhd-pagination-item {
2184
- border: none!important;
2185
- background: none!important;
2186
- color: rgba(0, 0, 0, 0.25) !important;
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-pagination-disabled .bhd-pagination-item a {
2189
- color: rgba(0, 0, 0, 0.25) !important;
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-pagination-mini .bhd-pagination-item {
2192
- margin-right: 8px !important;
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-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
2195
- background-color: transparent!important;
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
- .index_module_BhdTableSelect__1274ed5e .bhd-select-selector {
2640
- padding-left: 0 !important;
2651
+ .index_module_pagination__ea803a71 .bhd-pagination-item {
2652
+ border-color: transparent;
2641
2653
  }
2642
- .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-search {
2643
- inset-inline-start: 0;
2654
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active {
2655
+ background-color: #f4523b;
2644
2656
  }
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;
2657
+ .index_module_pagination__ea803a71 .bhd-pagination-item.bhd-pagination-item-active:hover {
2658
+ background-color: #ff7d66;
2650
2659
  }
2651
- .index_module_BhdTableSelect__1274ed5e .bhd-select-arrow {
2652
- margin-top: -9px;
2653
- inset-inline-end: 6px;
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
- .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;
3126
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-selector {
3127
+ padding-left: 0 !important;
3112
3128
  }
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;
3129
+ .index_module_BhdTableSelect__1274ed5e .bhd-select-selector .bhd-select-selection-search {
3130
+ inset-inline-start: 0;
3119
3131
  }
3120
- .index_module_titleBar__241d4397 .index_module_left__241d4397 .index_module_leftContent__241d4397 .index_module_leftTitle__241d4397 {
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
- white-space: nowrap;
3126
- overflow: hidden;
3127
- text-overflow: ellipsis;
3128
- width: 100%;
3136
+ line-height: 24px;
3129
3137
  }
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;
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
- .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 {
3584
+ .index_module_titleBar__241d4397 {
3603
3585
  width: 100%;
3604
- height: 100%;
3605
- padding: 0px;
3586
+ display: flex;
3587
+ align-items: center;
3588
+ justify-content: space-between;
3606
3589
  }
3607
- .index_module_viewImgBody__e4b9963d {
3590
+ .index_module_titleBar__241d4397 .index_module_left__241d4397 {
3591
+ margin-right: 40px;
3608
3592
  display: flex;
3609
3593
  width: 100%;
3610
- height: 100%;
3594
+ overflow: hidden;
3611
3595
  }
3612
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d {
3613
- width: 100%;
3614
- height: 100%;
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
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d {
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
- 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;
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
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d {
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
- .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d {
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
- .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;
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
- .index_module_confirm__fecd33f4 {
4204
- width: 456px !important;
4205
- }
4206
- .index_module_confirm__fecd33f4 .bhd-modal-body {
4207
- padding: 24px 32px!important;
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
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body > .anticon + .bhd-modal-confirm-title + .bhd-modal-confirm-content {
4210
- margin-left: 0px;
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
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4213
- display: none;
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
- .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4216
- display: none;
4094
+ .index_module_viewImgBody__e4b9963d {
4095
+ display: flex;
4096
+ width: 100%;
4097
+ height: 100%;
4217
4098
  }
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;
4099
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d {
4100
+ width: 100%;
4101
+ height: 100%;
4102
+ position: relative;
4222
4103
  }
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;
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
- .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);
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: 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 {
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
- .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;
4127
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgAction__e4b9963d > span:first-child {
4128
+ margin-left: 0;
4300
4129
  }
4301
- .index_module_success__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4130
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBody__e4b9963d {
4302
4131
  width: 100%;
4303
- padding: 16px 32px;
4304
- background: rgba(134, 168, 226, 0.1);
4132
+ height: 100%;
4305
4133
  display: flex;
4306
4134
  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;
4135
+ justify-content: center;
4344
4136
  }
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;
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
- .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;
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
- .index_module_custom__fecd33f4 .bhd-modal-content {
4356
- border-radius: 8px;
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
- .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;
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
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent {
4192
+ .index_module_viewImgBody__e4b9963d .index_module_viewImgContent__e4b9963d .index_module_viewImgBodyScale__e4b9963d {
4365
4193
  width: 100%;
4366
- padding: 16px 32px;
4367
- background: rgba(134, 168, 226, 0.1);
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
- border-radius: 8px;
4371
- }
4372
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > img {
4373
- width: 48px;
4374
- height: 36px;
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
- .index_module_custom__fecd33f4 .bhdTipModal-main .bhdTipModal-comfirmContent > div {
4378
- color: rgba(0, 0, 0, 0.85);
4379
- font-size: 14px;
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
- .index_module_custom__fecd33f4 .bhdTipModal-main.bhdTipModal-infoMain .bhdTipModal-comfirmContent > img {
4382
- width: 48px;
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
- .index_module_noCancel__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4386
- display: none;
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
- .index_module_noButton__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn {
4389
- display: none;
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
- .index_module_haveComfirm__fecd33f4 .bhd-modal-confirm-btns > .bhd-btn:nth-child(1) {
4392
- display: none;
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
- .index_module_BhdSelect__0982ff78 .bhd-select-open .bhd-select-arrow {
4837
- transition: transform 0.3s;
4838
- transform: rotate(180deg);
4690
+ .index_module_confirm__fecd33f4 {
4691
+ width: 456px !important;
4839
4692
  }
4840
- .index_module_BhdSelect__0982ff78 .bhd-select-arrow {
4841
- transition: transform 0.3s;
4693
+ .index_module_confirm__fecd33f4 .bhd-modal-body {
4694
+ padding: 24px 32px!important;
4842
4695
  }
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;
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
- .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;
4699
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4700
+ display: none;
4853
4701
  }
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;
4702
+ .index_module_confirm__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .anticon {
4703
+ display: none;
4857
4704
  }
4858
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-active {
4859
- background-color: transparent !important;
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
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected {
4862
- background-color: #fff4f0 !important;
4863
- color: #f4523b !important;
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
- .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected:hover {
4866
- background-color: #ffe8e0 !important;
4867
- color: #f4523b !important;
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
- .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;
4720
+ .index_module_confirm__fecd33f4 .bhd-modal-content {
4721
+ border-radius: 8px;
4872
4722
  }
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;
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
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_selectTitle__0982ff78 {
4878
- padding: 8px 12px;
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
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 {
4887
- padding: 4px 12px;
4746
+ .index_module_success__fecd33f4 {
4747
+ width: 456px !important;
4888
4748
  }
4889
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search {
4890
- position: relative;
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
- .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;
4752
+ .index_module_success__fecd33f4 .bhd-modal-body {
4753
+ padding: 24px 32px!important;
4897
4754
  }
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;
4755
+ .index_module_success__fecd33f4 .bhd-modal-body .bhd-modal-confirm-body .bhd-modal-confirm-title {
4756
+ display: none;
4904
4757
  }
4905
- .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search .bhd-input:hover {
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
- .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);
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
- .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;
4779
+ .index_module_success__fecd33f4 .bhd-modal-content {
4780
+ border-radius: 8px;
4919
4781
  }
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;
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
- .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;
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
- .index_module_search__0982ff78 * {
4930
- transition: none!important;
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
- .index_module_bhd_app_layout__577bc6d2 {
5375
- display: flex;
5376
- flex-direction: column;
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
- .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);
5327
+ .index_module_BhdSelect__0982ff78 .bhd-select-arrow {
5328
+ transition: transform 0.3s;
5384
5329
  }
5385
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 {
5386
- flex: 1;
5387
- margin-bottom: 56px;
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
- .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;
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
- .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;
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
- .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;
5345
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-active {
5346
+ background-color: transparent !important;
5404
5347
  }
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;
5348
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected {
5349
+ background-color: #fff4f0 !important;
5350
+ color: #f4523b !important;
5407
5351
  }
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;
5352
+ .index_module_bhdSelect_option__0982ff78 .bhd-select-item-option-selected:hover {
5353
+ background-color: #ffe8e0 !important;
5354
+ color: #f4523b !important;
5418
5355
  }
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;
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
- .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;
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
- .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;
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
- .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;
5373
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 {
5374
+ padding: 4px 12px;
5431
5375
  }
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;
5376
+ .index_module_bhdSelect_option__0982ff78 .index_module_bhdSelectDrop__0982ff78 .index_module_bhdSelectSearch__0982ff78 .bhd-input-search {
5377
+ position: relative;
5437
5378
  }
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;
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
- .index_module_bhd_app_layout__577bc6d2 .index_module_bhd_app_layout_main__577bc6d2 .index_module_bhd_app_layout_main_table__577bc6d2 {
5443
- /* table 无数据,异常时 */
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
- .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;
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
- .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);
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
- .app_BhdTableSimple {
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
- .app_BhdTableSimple .app_BhdTableSimple_noTable {
5909
- padding: 24px 0;
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
- .app_BhdTableSimple .app_BhdTableSimple_noTable img {
5912
- width: 200px;
5913
- height: 200px;
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
- .app_BhdTableSimple .app_BhdTableSimple_noTable div {
5917
- color: rgba(0, 0, 0, 0.45);
5918
- font-size: 14px;
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
- .app_BhdTableSimple .app_BhdTableSimple_errorTable {
5921
- padding: 24px 0;
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
- .app_BhdTableSimple .app_BhdTableSimple_errorTable img {
5924
- width: 200px;
5925
- height: 200px;
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
- .app_BhdTableSimple .app_BhdTableSimple_errorTable p {
5929
- color: rgba(0, 0, 0, 0.45);
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
- .app_BhdTableSimple .app_BhdTableSimple_errorTable p span {
5933
- color: #f05d3b;
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
- .app_BhdTableSimple_noTable_loadingTable {
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
- justify-content: center;
5941
- flex-direction: column;
5942
- position: absolute;
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
  /* 变量色值 */