tplus-portaltouch 3.23.5 → 3.23.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/ModifyPassApi.js.map +1 -1
 - package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
 - package/dist/components/dutyandsettle/dutysettlehistory.js +7 -7
 - package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
 - package/dist/components/dutyandsettle/index.js.map +1 -1
 - package/dist/components/dutyandsettle/tipContent.js.map +1 -1
 - package/dist/components/header/customUse.js.map +1 -1
 - package/dist/components/header/headContent.js.map +1 -1
 - package/dist/components/header/index.js +13 -13
 - package/dist/components/header/index.js.map +1 -1
 - package/dist/components/header/offlinePointDesc.js.map +1 -1
 - package/dist/components/header/style.less +456 -456
 - package/dist/components/header/themeModal.js.map +1 -1
 - package/dist/components/header/uploadList.js +6 -6
 - package/dist/components/header/uploadList.js.map +1 -1
 - package/dist/components/header/vertical-touch.js.map +1 -1
 - package/dist/components/header/vertical-touch.less +228 -228
 - package/dist/containers/Main/index.js.map +1 -1
 - package/dist/dutyService/index.js.map +1 -1
 - package/dist/index.js.map +1 -1
 - package/dist/middleWare/index.js.map +1 -1
 - package/dist/modalRouter/StaticRouter.js.map +1 -1
 - package/dist/modalRouter/index.js +8 -8
 - package/dist/modalRouter/index.js.map +1 -1
 - package/dist/pages/Modal/index.js.map +1 -1
 - package/dist/pages/Modal/style.less +5 -5
 - package/dist/pages/Portalbc/data.js +5 -5
 - package/dist/pages/Portalbc/data.js.map +1 -1
 - package/dist/pages/Portalbc/horizontalPadPortal.js.map +1 -1
 - package/dist/pages/Portalbc/horizontalSunMiPortal.js.map +1 -1
 - package/dist/pages/Portalbc/index.js +14 -12
 - package/dist/pages/Portalbc/index.js.map +1 -1
 - package/dist/pages/Portalbc/index.less +777 -777
 - package/dist/pages/Portalbc/onframe.js.map +1 -1
 - package/dist/pages/Portalbc/verticalPortal.js.map +1 -1
 - package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
 - package/dist/pages/dutyandsettle/index.js.map +1 -1
 - package/dist/pages/dutyandsettle/index.less +529 -529
 - package/dist/pages/dutyandsettle/offDuty.js +7 -7
 - package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
 - package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
 - package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
 - package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
 - package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
 - package/dist/pages/index.js.map +1 -1
 - package/dist/pages/modifyPass/index.js.map +1 -1
 - package/dist/pages/modifyPass/style.less +71 -71
 - package/dist/pages/notFound/index.js.map +1 -1
 - package/dist/pages/notFound/style.less +17 -17
 - package/dist/stores/ModalRouter.js.map +1 -1
 - package/dist/stores/ModifyPassStore.js.map +1 -1
 - package/dist/stores/PortalStore.js +5 -5
 - package/dist/stores/PortalStore.js.map +1 -1
 - package/dist/stores/PosLoginStore.js.map +1 -1
 - package/dist/stores/billHistoryStore.js.map +1 -1
 - package/dist/stores/dutySettleStore.js.map +1 -1
 - package/dist/stores/index.js.map +1 -1
 - package/dist/utils/PrintProcess.js +10 -10
 - package/dist/utils/PrintProcess.js.map +1 -1
 - package/dist/utils/index.js.map +1 -1
 - package/dist/utils/networkCheck.js.map +1 -1
 - package/package.json +37 -37
 - package/tsconfig.json +14 -14
 
| 
         @@ -1,457 +1,457 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            .pos-header {
         
     | 
| 
       2 
     | 
    
         
            -
              background-color: #fff;
         
     | 
| 
       3 
     | 
    
         
            -
              box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
         
     | 
| 
       4 
     | 
    
         
            -
              position: relative;
         
     | 
| 
       5 
     | 
    
         
            -
              z-index: 99;
         
     | 
| 
       6 
     | 
    
         
            -
              padding: 0px 18px !important;
         
     | 
| 
       7 
     | 
    
         
            -
              -webkit-user-select: none;
         
     | 
| 
       8 
     | 
    
         
            -
              -webkit-app-region: drag;
         
     | 
| 
       9 
     | 
    
         
            -
              .header-triangle-down {
         
     | 
| 
       10 
     | 
    
         
            -
                width: 0;
         
     | 
| 
       11 
     | 
    
         
            -
                height: 0;
         
     | 
| 
       12 
     | 
    
         
            -
                border-left: 6px solid transparent;
         
     | 
| 
       13 
     | 
    
         
            -
                border-right: 6px solid transparent;
         
     | 
| 
       14 
     | 
    
         
            -
                border-top: 6px solid #c8c8cd;
         
     | 
| 
       15 
     | 
    
         
            -
                position: absolute;
         
     | 
| 
       16 
     | 
    
         
            -
                top: 50%;
         
     | 
| 
       17 
     | 
    
         
            -
                right: 5px;
         
     | 
| 
       18 
     | 
    
         
            -
                margin-top: -4px;
         
     | 
| 
       19 
     | 
    
         
            -
              }
         
     | 
| 
       20 
     | 
    
         
            -
              &.isPortal-head {
         
     | 
| 
       21 
     | 
    
         
            -
                background-color: transparent;
         
     | 
| 
       22 
     | 
    
         
            -
                box-shadow: none;
         
     | 
| 
       23 
     | 
    
         
            -
                .head-content-left {
         
     | 
| 
       24 
     | 
    
         
            -
                  .store-name, .business-name, .network-status, .store-code {
         
     | 
| 
       25 
     | 
    
         
            -
                    color: #fff;
         
     | 
| 
       26 
     | 
    
         
            -
                  }
         
     | 
| 
       27 
     | 
    
         
            -
                  .header-triangle-down{
         
     | 
| 
       28 
     | 
    
         
            -
                    border-top: 6px solid #fff;
         
     | 
| 
       29 
     | 
    
         
            -
                  }
         
     | 
| 
       30 
     | 
    
         
            -
                }
         
     | 
| 
       31 
     | 
    
         
            -
                .head-content-right {
         
     | 
| 
       32 
     | 
    
         
            -
                  .t_loginbtn_wrapper{
         
     | 
| 
       33 
     | 
    
         
            -
                    margin-right: 10px;
         
     | 
| 
       34 
     | 
    
         
            -
                  }
         
     | 
| 
       35 
     | 
    
         
            -
                  .header-info-render-content, .time {
         
     | 
| 
       36 
     | 
    
         
            -
                    color: #fff;
         
     | 
| 
       37 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       38 
     | 
    
         
            -
                    div{
         
     | 
| 
       39 
     | 
    
         
            -
                      span{
         
     | 
| 
       40 
     | 
    
         
            -
                        float: right;
         
     | 
| 
       41 
     | 
    
         
            -
                      }
         
     | 
| 
       42 
     | 
    
         
            -
                    }
         
     | 
| 
       43 
     | 
    
         
            -
                  }
         
     | 
| 
       44 
     | 
    
         
            -
                  .header-triangle-down{
         
     | 
| 
       45 
     | 
    
         
            -
                    border-top: 6px solid #fff;
         
     | 
| 
       46 
     | 
    
         
            -
                  }
         
     | 
| 
       47 
     | 
    
         
            -
                  .header-info-render-content{
         
     | 
| 
       48 
     | 
    
         
            -
                    -webkit-app-region: no-drag;
         
     | 
| 
       49 
     | 
    
         
            -
                    .store-info-item{
         
     | 
| 
       50 
     | 
    
         
            -
                      color: #fff;
         
     | 
| 
       51 
     | 
    
         
            -
                    }
         
     | 
| 
       52 
     | 
    
         
            -
                  }
         
     | 
| 
       53 
     | 
    
         
            -
                }
         
     | 
| 
       54 
     | 
    
         
            -
                .head-content-control{
         
     | 
| 
       55 
     | 
    
         
            -
                  .iconfont{
         
     | 
| 
       56 
     | 
    
         
            -
                    color: #fff;
         
     | 
| 
       57 
     | 
    
         
            -
                  }
         
     | 
| 
       58 
     | 
    
         
            -
                }
         
     | 
| 
       59 
     | 
    
         
            -
              }
         
     | 
| 
       60 
     | 
    
         
            -
              .head-content-left {
         
     | 
| 
       61 
     | 
    
         
            -
                float: left;
         
     | 
| 
       62 
     | 
    
         
            -
                height: 100%;
         
     | 
| 
       63 
     | 
    
         
            -
                & > div {
         
     | 
| 
       64 
     | 
    
         
            -
                  float: left;
         
     | 
| 
       65 
     | 
    
         
            -
                }
         
     | 
| 
       66 
     | 
    
         
            -
                .business-name {
         
     | 
| 
       67 
     | 
    
         
            -
                  font-size: 16px;
         
     | 
| 
       68 
     | 
    
         
            -
                  color: #333333;
         
     | 
| 
       69 
     | 
    
         
            -
                  overflow: hidden;
         
     | 
| 
       70 
     | 
    
         
            -
                  text-overflow:ellipsis;
         
     | 
| 
       71 
     | 
    
         
            -
                  white-space: nowrap;
         
     | 
| 
       72 
     | 
    
         
            -
                }
         
     | 
| 
       73 
     | 
    
         
            -
                .business-logo {
         
     | 
| 
       74 
     | 
    
         
            -
                  margin-right   : 10px;
         
     | 
| 
       75 
     | 
    
         
            -
                  height         : 100%;
         
     | 
| 
       76 
     | 
    
         
            -
                  flex-direction : column;
         
     | 
| 
       77 
     | 
    
         
            -
                  justify-content: center;
         
     | 
| 
       78 
     | 
    
         
            -
                  display        : flex;
         
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
                  .business-logo-container {
         
     | 
| 
       81 
     | 
    
         
            -
                    display        : flex;
         
     | 
| 
       82 
     | 
    
         
            -
                    align-items    : center;
         
     | 
| 
       83 
     | 
    
         
            -
                    justify-content: center;
         
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
                    .back_i {
         
     | 
| 
       86 
     | 
    
         
            -
                      font-size    : 20px;
         
     | 
| 
       87 
     | 
    
         
            -
                      padding-right: 20px;
         
     | 
| 
       88 
     | 
    
         
            -
                      color: #666666;
         
     | 
| 
       89 
     | 
    
         
            -
                    }
         
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
                    img {
         
     | 
| 
       92 
     | 
    
         
            -
                      height: 22px !important;
         
     | 
| 
       93 
     | 
    
         
            -
                    }
         
     | 
| 
       94 
     | 
    
         
            -
                  }
         
     | 
| 
       95 
     | 
    
         
            -
                  .example-logo{
         
     | 
| 
       96 
     | 
    
         
            -
                    height: 24px;
         
     | 
| 
       97 
     | 
    
         
            -
                    display: block;
         
     | 
| 
       98 
     | 
    
         
            -
                    margin-right: 10px;
         
     | 
| 
       99 
     | 
    
         
            -
                    -webkit-app-region: no-drag;
         
     | 
| 
       100 
     | 
    
         
            -
                  }
         
     | 
| 
       101 
     | 
    
         
            -
                }
         
     | 
| 
       102 
     | 
    
         
            -
                .store-name, .store-code, .network-status {
         
     | 
| 
       103 
     | 
    
         
            -
                  font-size: 14px;
         
     | 
| 
       104 
     | 
    
         
            -
                  color: #333333;
         
     | 
| 
       105 
     | 
    
         
            -
                  margin-left: 10px;
         
     | 
| 
       106 
     | 
    
         
            -
                  .network-state-icon{
         
     | 
| 
       107 
     | 
    
         
            -
                    &.icon-WiFi{
         
     | 
| 
       108 
     | 
    
         
            -
                      font-size: 13px;
         
     | 
| 
       109 
     | 
    
         
            -
                    }
         
     | 
| 
       110 
     | 
    
         
            -
                    &.icon-wuwangluo{
         
     | 
| 
       111 
     | 
    
         
            -
                      position: relative;
         
     | 
| 
       112 
     | 
    
         
            -
                      top: -2px;
         
     | 
| 
       113 
     | 
    
         
            -
                    }
         
     | 
| 
       114 
     | 
    
         
            -
                  }
         
     | 
| 
       115 
     | 
    
         
            -
                }
         
     | 
| 
       116 
     | 
    
         
            -
                .store-name{
         
     | 
| 
       117 
     | 
    
         
            -
                  position: relative;
         
     | 
| 
       118 
     | 
    
         
            -
                  padding-right: 24px;
         
     | 
| 
       119 
     | 
    
         
            -
                  cursor: pointer;
         
     | 
| 
       120 
     | 
    
         
            -
                }
         
     | 
| 
       121 
     | 
    
         
            -
                .on-off-wrap, .upload-retail, .download-retail{
         
     | 
| 
       122 
     | 
    
         
            -
                  margin-left: 10px;
         
     | 
| 
       123 
     | 
    
         
            -
                  position: relative;
         
     | 
| 
       124 
     | 
    
         
            -
                  display: flex;
         
     | 
| 
       125 
     | 
    
         
            -
                  align-items: center;
         
     | 
| 
       126 
     | 
    
         
            -
                  height: 60px;
         
     | 
| 
       127 
     | 
    
         
            -
                  &.c-pointer, .c-pointer{
         
     | 
| 
       128 
     | 
    
         
            -
                    cursor: pointer;
         
     | 
| 
       129 
     | 
    
         
            -
                  }
         
     | 
| 
       130 
     | 
    
         
            -
                  .up-count-btn {
         
     | 
| 
       131 
     | 
    
         
            -
                    line-height: normal;
         
     | 
| 
       132 
     | 
    
         
            -
                    background-color: #F83A41;
         
     | 
| 
       133 
     | 
    
         
            -
                    color: #fff;
         
     | 
| 
       134 
     | 
    
         
            -
                    transform: scale(.7);
         
     | 
| 
       135 
     | 
    
         
            -
                    padding: 1px 6px;
         
     | 
| 
       136 
     | 
    
         
            -
                    border-radius: 10px;
         
     | 
| 
       137 
     | 
    
         
            -
                    position: absolute;
         
     | 
| 
       138 
     | 
    
         
            -
                    top: 8px;
         
     | 
| 
       139 
     | 
    
         
            -
                    right: -10px;
         
     | 
| 
       140 
     | 
    
         
            -
                  }
         
     | 
| 
       141 
     | 
    
         
            -
                  .isRetailDownLoading{
         
     | 
| 
       142 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       143 
     | 
    
         
            -
                    animation: retailDown 1.2s ease 0.5s infinite;
         
     | 
| 
       144 
     | 
    
         
            -
                  }
         
     | 
| 
       145 
     | 
    
         
            -
                  @keyframes retailDown {
         
     | 
| 
       146 
     | 
    
         
            -
                    from {top: -18px;}
         
     | 
| 
       147 
     | 
    
         
            -
                    to {top: 18px;}
         
     | 
| 
       148 
     | 
    
         
            -
                  }
         
     | 
| 
       149 
     | 
    
         
            -
                  .isRetailUpLoading{
         
     | 
| 
       150 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       151 
     | 
    
         
            -
                    animation: retailUp 1.2s ease 0.5s infinite;
         
     | 
| 
       152 
     | 
    
         
            -
                  }
         
     | 
| 
       153 
     | 
    
         
            -
                  @keyframes retailUp {
         
     | 
| 
       154 
     | 
    
         
            -
                    from {top: 18px;}
         
     | 
| 
       155 
     | 
    
         
            -
                    to {top: -18px;}
         
     | 
| 
       156 
     | 
    
         
            -
                  }    
         
     | 
| 
       157 
     | 
    
         
            -
                }
         
     | 
| 
       158 
     | 
    
         
            -
                .status-square{
         
     | 
| 
       159 
     | 
    
         
            -
                  overflow: hidden;
         
     | 
| 
       160 
     | 
    
         
            -
                  display: inline-block;
         
     | 
| 
       161 
     | 
    
         
            -
                  line-height: 20px;
         
     | 
| 
       162 
     | 
    
         
            -
                  border-radius: 2px;
         
     | 
| 
       163 
     | 
    
         
            -
                  padding: 0 6px;
         
     | 
| 
       164 
     | 
    
         
            -
                  .fast-upload-btn {
         
     | 
| 
       165 
     | 
    
         
            -
                    display: inline-block;
         
     | 
| 
       166 
     | 
    
         
            -
                    text-align: center;
         
     | 
| 
       167 
     | 
    
         
            -
                    min-width: 48px;
         
     | 
| 
       168 
     | 
    
         
            -
                  }
         
     | 
| 
       169 
     | 
    
         
            -
                  span {
         
     | 
| 
       170 
     | 
    
         
            -
                    font-size: 12px;
         
     | 
| 
       171 
     | 
    
         
            -
                  }
         
     | 
| 
       172 
     | 
    
         
            -
                  &.off-line, &.is-grey {
         
     | 
| 
       173 
     | 
    
         
            -
                    background-color: #EAEBED !important;
         
     | 
| 
       174 
     | 
    
         
            -
                    color: #666 !important;
         
     | 
| 
       175 
     | 
    
         
            -
                  }
         
     | 
| 
       176 
     | 
    
         
            -
                  .status-tog-btn {
         
     | 
| 
       177 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       178 
     | 
    
         
            -
                    .iconfont {
         
     | 
| 
       179 
     | 
    
         
            -
                      font-size: 12px;
         
     | 
| 
       180 
     | 
    
         
            -
                      display: inline-block;
         
     | 
| 
       181 
     | 
    
         
            -
                      &.ts-14 {
         
     | 
| 
       182 
     | 
    
         
            -
                        transform: scale(1.4);
         
     | 
| 
       183 
     | 
    
         
            -
                        margin: 0 6px;
         
     | 
| 
       184 
     | 
    
         
            -
                      }
         
     | 
| 
       185 
     | 
    
         
            -
                    }
         
     | 
| 
       186 
     | 
    
         
            -
                    .status-space {
         
     | 
| 
       187 
     | 
    
         
            -
                      margin-right: 4px;
         
     | 
| 
       188 
     | 
    
         
            -
                    }
         
     | 
| 
       189 
     | 
    
         
            -
                  }
         
     | 
| 
       190 
     | 
    
         
            -
                }
         
     | 
| 
       191 
     | 
    
         
            -
              }
         
     | 
| 
       192 
     | 
    
         
            -
              .head-content-right {
         
     | 
| 
       193 
     | 
    
         
            -
                float: right;
         
     | 
| 
       194 
     | 
    
         
            -
                height: 100%;
         
     | 
| 
       195 
     | 
    
         
            -
                & > div {
         
     | 
| 
       196 
     | 
    
         
            -
                  float: right;
         
     | 
| 
       197 
     | 
    
         
            -
                  height: 100%;
         
     | 
| 
       198 
     | 
    
         
            -
                  &.store-info-item{
         
     | 
| 
       199 
     | 
    
         
            -
                    color: #333;
         
     | 
| 
       200 
     | 
    
         
            -
                  }
         
     | 
| 
       201 
     | 
    
         
            -
                }
         
     | 
| 
       202 
     | 
    
         
            -
                .theme-icon{
         
     | 
| 
       203 
     | 
    
         
            -
                  float: right;
         
     | 
| 
       204 
     | 
    
         
            -
                  color: #fff;
         
     | 
| 
       205 
     | 
    
         
            -
                  font-size: 14px;
         
     | 
| 
       206 
     | 
    
         
            -
                  margin-left: 20px;
         
     | 
| 
       207 
     | 
    
         
            -
                  cursor: pointer;
         
     | 
| 
       208 
     | 
    
         
            -
                  &.pos-page{
         
     | 
| 
       209 
     | 
    
         
            -
                    color: #666666;
         
     | 
| 
       210 
     | 
    
         
            -
                  }
         
     | 
| 
       211 
     | 
    
         
            -
                }
         
     | 
| 
       212 
     | 
    
         
            -
                .time {
         
     | 
| 
       213 
     | 
    
         
            -
                  font-size: 12px;
         
     | 
| 
       214 
     | 
    
         
            -
                  color: #333;
         
     | 
| 
       215 
     | 
    
         
            -
                  margin-right: 10px;
         
     | 
| 
       216 
     | 
    
         
            -
                  line-height: 60px;
         
     | 
| 
       217 
     | 
    
         
            -
                  span{
         
     | 
| 
       218 
     | 
    
         
            -
                    font-size: 21px;
         
     | 
| 
       219 
     | 
    
         
            -
                    display: inline-block;
         
     | 
| 
       220 
     | 
    
         
            -
                    margin-left: 12px;
         
     | 
| 
       221 
     | 
    
         
            -
                    width: 98px;
         
     | 
| 
       222 
     | 
    
         
            -
                    text-align: left;
         
     | 
| 
       223 
     | 
    
         
            -
                    float: right;
         
     | 
| 
       224 
     | 
    
         
            -
                  }
         
     | 
| 
       225 
     | 
    
         
            -
                  .head-calendar-icon {
         
     | 
| 
       226 
     | 
    
         
            -
                    margin: 0px 8px 0px 10px;
         
     | 
| 
       227 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       228 
     | 
    
         
            -
                  }
         
     | 
| 
       229 
     | 
    
         
            -
                }
         
     | 
| 
       230 
     | 
    
         
            -
                .soltAvatar{
         
     | 
| 
       231 
     | 
    
         
            -
                  content: '';
         
     | 
| 
       232 
     | 
    
         
            -
                  display: block;
         
     | 
| 
       233 
     | 
    
         
            -
                  width: 30px;
         
     | 
| 
       234 
     | 
    
         
            -
                  height: 30px;
         
     | 
| 
       235 
     | 
    
         
            -
                  position: absolute;
         
     | 
| 
       236 
     | 
    
         
            -
                  top: 50%;
         
     | 
| 
       237 
     | 
    
         
            -
                  margin-top: -15px;
         
     | 
| 
       238 
     | 
    
         
            -
                  left: 0;
         
     | 
| 
       239 
     | 
    
         
            -
                  background-size: contain;
         
     | 
| 
       240 
     | 
    
         
            -
                }
         
     | 
| 
       241 
     | 
    
         
            -
                .header-info-render-content{
         
     | 
| 
       242 
     | 
    
         
            -
                  padding-right: 25px;
         
     | 
| 
       243 
     | 
    
         
            -
                  cursor: pointer;
         
     | 
| 
       244 
     | 
    
         
            -
                  position: relative;
         
     | 
| 
       245 
     | 
    
         
            -
                  .store-info-item{
         
     | 
| 
       246 
     | 
    
         
            -
                    color: #333;
         
     | 
| 
       247 
     | 
    
         
            -
                    .biller{
         
     | 
| 
       248 
     | 
    
         
            -
                      position: relative;
         
     | 
| 
       249 
     | 
    
         
            -
                      padding-left: 38px;
         
     | 
| 
       250 
     | 
    
         
            -
                      &:before{
         
     | 
| 
       251 
     | 
    
         
            -
                        background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
         
     | 
| 
       252 
     | 
    
         
            -
                        .soltAvatar;
         
     | 
| 
       253 
     | 
    
         
            -
                      }
         
     | 
| 
       254 
     | 
    
         
            -
                    }
         
     | 
| 
       255 
     | 
    
         
            -
                    span{
         
     | 
| 
       256 
     | 
    
         
            -
                      padding-left: 10px;
         
     | 
| 
       257 
     | 
    
         
            -
                    }
         
     | 
| 
       258 
     | 
    
         
            -
                  }
         
     | 
| 
       259 
     | 
    
         
            -
                  * {
         
     | 
| 
       260 
     | 
    
         
            -
                    font-size: 12px;
         
     | 
| 
       261 
     | 
    
         
            -
                  }
         
     | 
| 
       262 
     | 
    
         
            -
                }
         
     | 
| 
       263 
     | 
    
         
            -
                .voucher-head-guide{
         
     | 
| 
       264 
     | 
    
         
            -
                  position: relative;
         
     | 
| 
       265 
     | 
    
         
            -
                  padding-left: 38px;
         
     | 
| 
       266 
     | 
    
         
            -
                  &:before{
         
     | 
| 
       267 
     | 
    
         
            -
                    background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
         
     | 
| 
       268 
     | 
    
         
            -
                    .soltAvatar;
         
     | 
| 
       269 
     | 
    
         
            -
                  }
         
     | 
| 
       270 
     | 
    
         
            -
                }
         
     | 
| 
       271 
     | 
    
         
            -
              }
         
     | 
| 
       272 
     | 
    
         
            -
              .head-content-control{
         
     | 
| 
       273 
     | 
    
         
            -
                float: right;
         
     | 
| 
       274 
     | 
    
         
            -
                height: 100%;
         
     | 
| 
       275 
     | 
    
         
            -
                width: 108px;
         
     | 
| 
       276 
     | 
    
         
            -
                position: relative;
         
     | 
| 
       277 
     | 
    
         
            -
                margin-left: 10px;
         
     | 
| 
       278 
     | 
    
         
            -
                display: flex;
         
     | 
| 
       279 
     | 
    
         
            -
                justify-content: space-evenly;
         
     | 
| 
       280 
     | 
    
         
            -
                &:before{
         
     | 
| 
       281 
     | 
    
         
            -
                  //content: '';
         
     | 
| 
       282 
     | 
    
         
            -
                  display: block;
         
     | 
| 
       283 
     | 
    
         
            -
                  height: 16px;
         
     | 
| 
       284 
     | 
    
         
            -
                  background: #DAE3E1;
         
     | 
| 
       285 
     | 
    
         
            -
                  position: absolute;
         
     | 
| 
       286 
     | 
    
         
            -
                  left: 0;
         
     | 
| 
       287 
     | 
    
         
            -
                  top: 50%;
         
     | 
| 
       288 
     | 
    
         
            -
                  margin-top: -8px;
         
     | 
| 
       289 
     | 
    
         
            -
                  width: 1px;
         
     | 
| 
       290 
     | 
    
         
            -
                }
         
     | 
| 
       291 
     | 
    
         
            -
                .iconfont{
         
     | 
| 
       292 
     | 
    
         
            -
                  padding: 0 10px;
         
     | 
| 
       293 
     | 
    
         
            -
                  color: #333;
         
     | 
| 
       294 
     | 
    
         
            -
                  cursor: pointer;
         
     | 
| 
       295 
     | 
    
         
            -
                  -webkit-app-region: no-drag;
         
     | 
| 
       296 
     | 
    
         
            -
                }
         
     | 
| 
       297 
     | 
    
         
            -
              }
         
     | 
| 
       298 
     | 
    
         
            -
            }
         
     | 
| 
       299 
     | 
    
         
            -
            ._portal-header-dropdown{
         
     | 
| 
       300 
     | 
    
         
            -
              top: 45px !important;
         
     | 
| 
       301 
     | 
    
         
            -
              min-width: 100px !important;
         
     | 
| 
       302 
     | 
    
         
            -
              z-index: 999;
         
     | 
| 
       303 
     | 
    
         
            -
             
     | 
| 
       304 
     | 
    
         
            -
              &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
         
     | 
| 
       305 
     | 
    
         
            -
              &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
         
     | 
| 
       306 
     | 
    
         
            -
              &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
         
     | 
| 
       307 
     | 
    
         
            -
                right: 7px !important;
         
     | 
| 
       308 
     | 
    
         
            -
              }
         
     | 
| 
       309 
     | 
    
         
            -
              .ant-dropdown-menu{
         
     | 
| 
       310 
     | 
    
         
            -
                padding: 0;
         
     | 
| 
       311 
     | 
    
         
            -
                border-radius: 3px;
         
     | 
| 
       312 
     | 
    
         
            -
                .ant-dropdown-menu-item{
         
     | 
| 
       313 
     | 
    
         
            -
                  height: 32px;
         
     | 
| 
       314 
     | 
    
         
            -
                }
         
     | 
| 
       315 
     | 
    
         
            -
              }
         
     | 
| 
       316 
     | 
    
         
            -
              .ant-dropdown-menu-item{
         
     | 
| 
       317 
     | 
    
         
            -
                position: relative;
         
     | 
| 
       318 
     | 
    
         
            -
                padding-left: 36px;
         
     | 
| 
       319 
     | 
    
         
            -
                i {
         
     | 
| 
       320 
     | 
    
         
            -
                  font-size: 14px;
         
     | 
| 
       321 
     | 
    
         
            -
                  position: absolute;
         
     | 
| 
       322 
     | 
    
         
            -
                  left: 10px;
         
     | 
| 
       323 
     | 
    
         
            -
                }
         
     | 
| 
       324 
     | 
    
         
            -
                span {
         
     | 
| 
       325 
     | 
    
         
            -
                  font-size: 12px;
         
     | 
| 
       326 
     | 
    
         
            -
                  width: 50px;
         
     | 
| 
       327 
     | 
    
         
            -
                  display: block;
         
     | 
| 
       328 
     | 
    
         
            -
                  text-align-last: justify;
         
     | 
| 
       329 
     | 
    
         
            -
                }
         
     | 
| 
       330 
     | 
    
         
            -
              }
         
     | 
| 
       331 
     | 
    
         
            -
              &.inside-header{
         
     | 
| 
       332 
     | 
    
         
            -
                &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
         
     | 
| 
       333 
     | 
    
         
            -
                &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
         
     | 
| 
       334 
     | 
    
         
            -
                &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
         
     | 
| 
       335 
     | 
    
         
            -
                  border-top-color: rgba(0,0,0,.65) !important;
         
     | 
| 
       336 
     | 
    
         
            -
                  border-left-color: rgba(0,0,0,.65) !important;
         
     | 
| 
       337 
     | 
    
         
            -
                }
         
     | 
| 
       338 
     | 
    
         
            -
                .ant-dropdown-menu{
         
     | 
| 
       339 
     | 
    
         
            -
                  background-color: rgba(0,0,0,.65) !important;
         
     | 
| 
       340 
     | 
    
         
            -
                  .ant-dropdown-menu-item{
         
     | 
| 
       341 
     | 
    
         
            -
                    i, span {
         
     | 
| 
       342 
     | 
    
         
            -
                      color: #fff;
         
     | 
| 
       343 
     | 
    
         
            -
                    }
         
     | 
| 
       344 
     | 
    
         
            -
                    &.ant-dropdown-menu-item-selected{
         
     | 
| 
       345 
     | 
    
         
            -
                      background-color: rgba(0,0,0,.3);
         
     | 
| 
       346 
     | 
    
         
            -
                    }
         
     | 
| 
       347 
     | 
    
         
            -
                  }
         
     | 
| 
       348 
     | 
    
         
            -
                  .ant-dropdown-menu-item-active{
         
     | 
| 
       349 
     | 
    
         
            -
                    background-color: rgba(0,0,0,.3);
         
     | 
| 
       350 
     | 
    
         
            -
                  }
         
     | 
| 
       351 
     | 
    
         
            -
                }
         
     | 
| 
       352 
     | 
    
         
            -
              }
         
     | 
| 
       353 
     | 
    
         
            -
            }
         
     | 
| 
       354 
     | 
    
         
            -
            .head-business-tip{
         
     | 
| 
       355 
     | 
    
         
            -
              .ant-tooltip-inner{
         
     | 
| 
       356 
     | 
    
         
            -
                box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
         
     | 
| 
       357 
     | 
    
         
            -
                border-radius: 3px;
         
     | 
| 
       358 
     | 
    
         
            -
                div{
         
     | 
| 
       359 
     | 
    
         
            -
                  padding: 0 10px;
         
     | 
| 
       360 
     | 
    
         
            -
                  h1{
         
     | 
| 
       361 
     | 
    
         
            -
                    line-height: 32px;
         
     | 
| 
       362 
     | 
    
         
            -
                    font-size: 14px;
         
     | 
| 
       363 
     | 
    
         
            -
                    color: #333;
         
     | 
| 
       364 
     | 
    
         
            -
                    font-weight: normal;
         
     | 
| 
       365 
     | 
    
         
            -
                  }
         
     | 
| 
       366 
     | 
    
         
            -
                }
         
     | 
| 
       367 
     | 
    
         
            -
              }
         
     | 
| 
       368 
     | 
    
         
            -
              .pos-more-info-container {
         
     | 
| 
       369 
     | 
    
         
            -
                &>h1{
         
     | 
| 
       370 
     | 
    
         
            -
                  white-space: nowrap;
         
     | 
| 
       371 
     | 
    
         
            -
                  overflow: hidden;
         
     | 
| 
       372 
     | 
    
         
            -
                  text-overflow: ellipsis;
         
     | 
| 
       373 
     | 
    
         
            -
                }
         
     | 
| 
       374 
     | 
    
         
            -
              }
         
     | 
| 
       375 
     | 
    
         
            -
            }
         
     | 
| 
       376 
     | 
    
         
            -
            .close-app-loading{
         
     | 
| 
       377 
     | 
    
         
            -
              background-color: rgba(0, 0, 0, 0.8);
         
     | 
| 
       378 
     | 
    
         
            -
              .close-app-spin{
         
     | 
| 
       379 
     | 
    
         
            -
                width: 150px;
         
     | 
| 
       380 
     | 
    
         
            -
                .tplus-spin{
         
     | 
| 
       381 
     | 
    
         
            -
                  margin: 0 auto;
         
     | 
| 
       382 
     | 
    
         
            -
                  width: 36px;
         
     | 
| 
       383 
     | 
    
         
            -
                }
         
     | 
| 
       384 
     | 
    
         
            -
                h1 {
         
     | 
| 
       385 
     | 
    
         
            -
                  color: rgba(255,255,255,.8);
         
     | 
| 
       386 
     | 
    
         
            -
                  font-size: 13px;
         
     | 
| 
       387 
     | 
    
         
            -
                  margin-top: 20px;
         
     | 
| 
       388 
     | 
    
         
            -
                  text-align: center;
         
     | 
| 
       389 
     | 
    
         
            -
                  letter-spacing: 1px;
         
     | 
| 
       390 
     | 
    
         
            -
                }
         
     | 
| 
       391 
     | 
    
         
            -
              }
         
     | 
| 
       392 
     | 
    
         
            -
            }
         
     | 
| 
       393 
     | 
    
         
            -
             
     | 
| 
       394 
     | 
    
         
            -
            @media (max-width: 1180px){
         
     | 
| 
       395 
     | 
    
         
            -
              .business-name {
         
     | 
| 
       396 
     | 
    
         
            -
                max-width: 130px;
         
     | 
| 
       397 
     | 
    
         
            -
              }
         
     | 
| 
       398 
     | 
    
         
            -
              .head-content-right{
         
     | 
| 
       399 
     | 
    
         
            -
                .time {
         
     | 
| 
       400 
     | 
    
         
            -
                  div{
         
     | 
| 
       401 
     | 
    
         
            -
                    position: relative;
         
     | 
| 
       402 
     | 
    
         
            -
                    line-height: 86px;
         
     | 
| 
       403 
     | 
    
         
            -
                    padding-right: 10px;
         
     | 
| 
       404 
     | 
    
         
            -
                    height: 100%;
         
     | 
| 
       405 
     | 
    
         
            -
                  }
         
     | 
| 
       406 
     | 
    
         
            -
                  span{
         
     | 
| 
       407 
     | 
    
         
            -
                    position: absolute;
         
     | 
| 
       408 
     | 
    
         
            -
                    left: 0px;
         
     | 
| 
       409 
     | 
    
         
            -
                    top: 4px;
         
     | 
| 
       410 
     | 
    
         
            -
                    line-height: normal;
         
     | 
| 
       411 
     | 
    
         
            -
                    margin-left: 0 !important;
         
     | 
| 
       412 
     | 
    
         
            -
                  }
         
     | 
| 
       413 
     | 
    
         
            -
                }
         
     | 
| 
       414 
     | 
    
         
            -
              }
         
     | 
| 
       415 
     | 
    
         
            -
            }
         
     | 
| 
       416 
     | 
    
         
            -
            @media (max-width: 1060px){
         
     | 
| 
       417 
     | 
    
         
            -
              .voucher-head-guide {
         
     | 
| 
       418 
     | 
    
         
            -
                margin-right: 0!important;
         
     | 
| 
       419 
     | 
    
         
            -
              }
         
     | 
| 
       420 
     | 
    
         
            -
              .head-content-right .time div {
         
     | 
| 
       421 
     | 
    
         
            -
                padding-right: 0;
         
     | 
| 
       422 
     | 
    
         
            -
              }
         
     | 
| 
       423 
     | 
    
         
            -
            }
         
     | 
| 
       424 
     | 
    
         
            -
            @media (max-width: 920px){
         
     | 
| 
       425 
     | 
    
         
            -
              .head-content-right{
         
     | 
| 
       426 
     | 
    
         
            -
                .time {
         
     | 
| 
       427 
     | 
    
         
            -
                  display: none;
         
     | 
| 
       428 
     | 
    
         
            -
                }
         
     | 
| 
       429 
     | 
    
         
            -
              }
         
     | 
| 
       430 
     | 
    
         
            -
            }
         
     | 
| 
       431 
     | 
    
         
            -
            // 鼠标悬浮离线感叹号popver的样式
         
     | 
| 
       432 
     | 
    
         
            -
            .offline-popver {
         
     | 
| 
       433 
     | 
    
         
            -
              width: 660px;
         
     | 
| 
       434 
     | 
    
         
            -
            }
         
     | 
| 
       435 
     | 
    
         
            -
            .retail-upload-mask-wrap {
         
     | 
| 
       436 
     | 
    
         
            -
              .ant-modal-header, th, td, .ant-modal-footer {
         
     | 
| 
       437 
     | 
    
         
            -
                padding-left: 20px !important;
         
     | 
| 
       438 
     | 
    
         
            -
                padding-right: 20px;
         
     | 
| 
       439 
     | 
    
         
            -
              }
         
     | 
| 
       440 
     | 
    
         
            -
              .ant-modal-body {
         
     | 
| 
       441 
     | 
    
         
            -
                height: 356px;
         
     | 
| 
       442 
     | 
    
         
            -
              }
         
     | 
| 
       443 
     | 
    
         
            -
              .ant-modal-body {
         
     | 
| 
       444 
     | 
    
         
            -
                padding: 0;
         
     | 
| 
       445 
     | 
    
         
            -
              }
         
     | 
| 
       446 
     | 
    
         
            -
              &.isReNull .ant-table-cell {
         
     | 
| 
       447 
     | 
    
         
            -
                border: none !important;
         
     | 
| 
       448 
     | 
    
         
            -
              }
         
     | 
| 
       449 
     | 
    
         
            -
              &.hasPage .ant-modal-footer {
         
     | 
| 
       450 
     | 
    
         
            -
                display: flex;
         
     | 
| 
       451 
     | 
    
         
            -
                align-items: center;
         
     | 
| 
       452 
     | 
    
         
            -
                justify-content: space-between;
         
     | 
| 
       453 
     | 
    
         
            -
              }
         
     | 
| 
       454 
     | 
    
         
            -
              .progressState .text {
         
     | 
| 
       455 
     | 
    
         
            -
                margin-top: 0;
         
     | 
| 
       456 
     | 
    
         
            -
              }
         
     | 
| 
      
 1 
     | 
    
         
            +
            .pos-header {
         
     | 
| 
      
 2 
     | 
    
         
            +
              background-color: #fff;
         
     | 
| 
      
 3 
     | 
    
         
            +
              box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
         
     | 
| 
      
 4 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 5 
     | 
    
         
            +
              z-index: 99;
         
     | 
| 
      
 6 
     | 
    
         
            +
              padding: 0px 18px !important;
         
     | 
| 
      
 7 
     | 
    
         
            +
              -webkit-user-select: none;
         
     | 
| 
      
 8 
     | 
    
         
            +
              -webkit-app-region: drag;
         
     | 
| 
      
 9 
     | 
    
         
            +
              .header-triangle-down {
         
     | 
| 
      
 10 
     | 
    
         
            +
                width: 0;
         
     | 
| 
      
 11 
     | 
    
         
            +
                height: 0;
         
     | 
| 
      
 12 
     | 
    
         
            +
                border-left: 6px solid transparent;
         
     | 
| 
      
 13 
     | 
    
         
            +
                border-right: 6px solid transparent;
         
     | 
| 
      
 14 
     | 
    
         
            +
                border-top: 6px solid #c8c8cd;
         
     | 
| 
      
 15 
     | 
    
         
            +
                position: absolute;
         
     | 
| 
      
 16 
     | 
    
         
            +
                top: 50%;
         
     | 
| 
      
 17 
     | 
    
         
            +
                right: 5px;
         
     | 
| 
      
 18 
     | 
    
         
            +
                margin-top: -4px;
         
     | 
| 
      
 19 
     | 
    
         
            +
              }
         
     | 
| 
      
 20 
     | 
    
         
            +
              &.isPortal-head {
         
     | 
| 
      
 21 
     | 
    
         
            +
                background-color: transparent;
         
     | 
| 
      
 22 
     | 
    
         
            +
                box-shadow: none;
         
     | 
| 
      
 23 
     | 
    
         
            +
                .head-content-left {
         
     | 
| 
      
 24 
     | 
    
         
            +
                  .store-name, .business-name, .network-status, .store-code {
         
     | 
| 
      
 25 
     | 
    
         
            +
                    color: #fff;
         
     | 
| 
      
 26 
     | 
    
         
            +
                  }
         
     | 
| 
      
 27 
     | 
    
         
            +
                  .header-triangle-down{
         
     | 
| 
      
 28 
     | 
    
         
            +
                    border-top: 6px solid #fff;
         
     | 
| 
      
 29 
     | 
    
         
            +
                  }
         
     | 
| 
      
 30 
     | 
    
         
            +
                }
         
     | 
| 
      
 31 
     | 
    
         
            +
                .head-content-right {
         
     | 
| 
      
 32 
     | 
    
         
            +
                  .t_loginbtn_wrapper{
         
     | 
| 
      
 33 
     | 
    
         
            +
                    margin-right: 10px;
         
     | 
| 
      
 34 
     | 
    
         
            +
                  }
         
     | 
| 
      
 35 
     | 
    
         
            +
                  .header-info-render-content, .time {
         
     | 
| 
      
 36 
     | 
    
         
            +
                    color: #fff;
         
     | 
| 
      
 37 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 38 
     | 
    
         
            +
                    div{
         
     | 
| 
      
 39 
     | 
    
         
            +
                      span{
         
     | 
| 
      
 40 
     | 
    
         
            +
                        float: right;
         
     | 
| 
      
 41 
     | 
    
         
            +
                      }
         
     | 
| 
      
 42 
     | 
    
         
            +
                    }
         
     | 
| 
      
 43 
     | 
    
         
            +
                  }
         
     | 
| 
      
 44 
     | 
    
         
            +
                  .header-triangle-down{
         
     | 
| 
      
 45 
     | 
    
         
            +
                    border-top: 6px solid #fff;
         
     | 
| 
      
 46 
     | 
    
         
            +
                  }
         
     | 
| 
      
 47 
     | 
    
         
            +
                  .header-info-render-content{
         
     | 
| 
      
 48 
     | 
    
         
            +
                    -webkit-app-region: no-drag;
         
     | 
| 
      
 49 
     | 
    
         
            +
                    .store-info-item{
         
     | 
| 
      
 50 
     | 
    
         
            +
                      color: #fff;
         
     | 
| 
      
 51 
     | 
    
         
            +
                    }
         
     | 
| 
      
 52 
     | 
    
         
            +
                  }
         
     | 
| 
      
 53 
     | 
    
         
            +
                }
         
     | 
| 
      
 54 
     | 
    
         
            +
                .head-content-control{
         
     | 
| 
      
 55 
     | 
    
         
            +
                  .iconfont{
         
     | 
| 
      
 56 
     | 
    
         
            +
                    color: #fff;
         
     | 
| 
      
 57 
     | 
    
         
            +
                  }
         
     | 
| 
      
 58 
     | 
    
         
            +
                }
         
     | 
| 
      
 59 
     | 
    
         
            +
              }
         
     | 
| 
      
 60 
     | 
    
         
            +
              .head-content-left {
         
     | 
| 
      
 61 
     | 
    
         
            +
                float: left;
         
     | 
| 
      
 62 
     | 
    
         
            +
                height: 100%;
         
     | 
| 
      
 63 
     | 
    
         
            +
                & > div {
         
     | 
| 
      
 64 
     | 
    
         
            +
                  float: left;
         
     | 
| 
      
 65 
     | 
    
         
            +
                }
         
     | 
| 
      
 66 
     | 
    
         
            +
                .business-name {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  font-size: 16px;
         
     | 
| 
      
 68 
     | 
    
         
            +
                  color: #333333;
         
     | 
| 
      
 69 
     | 
    
         
            +
                  overflow: hidden;
         
     | 
| 
      
 70 
     | 
    
         
            +
                  text-overflow:ellipsis;
         
     | 
| 
      
 71 
     | 
    
         
            +
                  white-space: nowrap;
         
     | 
| 
      
 72 
     | 
    
         
            +
                }
         
     | 
| 
      
 73 
     | 
    
         
            +
                .business-logo {
         
     | 
| 
      
 74 
     | 
    
         
            +
                  margin-right   : 10px;
         
     | 
| 
      
 75 
     | 
    
         
            +
                  height         : 100%;
         
     | 
| 
      
 76 
     | 
    
         
            +
                  flex-direction : column;
         
     | 
| 
      
 77 
     | 
    
         
            +
                  justify-content: center;
         
     | 
| 
      
 78 
     | 
    
         
            +
                  display        : flex;
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
                  .business-logo-container {
         
     | 
| 
      
 81 
     | 
    
         
            +
                    display        : flex;
         
     | 
| 
      
 82 
     | 
    
         
            +
                    align-items    : center;
         
     | 
| 
      
 83 
     | 
    
         
            +
                    justify-content: center;
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
                    .back_i {
         
     | 
| 
      
 86 
     | 
    
         
            +
                      font-size    : 20px;
         
     | 
| 
      
 87 
     | 
    
         
            +
                      padding-right: 20px;
         
     | 
| 
      
 88 
     | 
    
         
            +
                      color: #666666;
         
     | 
| 
      
 89 
     | 
    
         
            +
                    }
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
                    img {
         
     | 
| 
      
 92 
     | 
    
         
            +
                      height: 22px !important;
         
     | 
| 
      
 93 
     | 
    
         
            +
                    }
         
     | 
| 
      
 94 
     | 
    
         
            +
                  }
         
     | 
| 
      
 95 
     | 
    
         
            +
                  .example-logo{
         
     | 
| 
      
 96 
     | 
    
         
            +
                    height: 24px;
         
     | 
| 
      
 97 
     | 
    
         
            +
                    display: block;
         
     | 
| 
      
 98 
     | 
    
         
            +
                    margin-right: 10px;
         
     | 
| 
      
 99 
     | 
    
         
            +
                    -webkit-app-region: no-drag;
         
     | 
| 
      
 100 
     | 
    
         
            +
                  }
         
     | 
| 
      
 101 
     | 
    
         
            +
                }
         
     | 
| 
      
 102 
     | 
    
         
            +
                .store-name, .store-code, .network-status {
         
     | 
| 
      
 103 
     | 
    
         
            +
                  font-size: 14px;
         
     | 
| 
      
 104 
     | 
    
         
            +
                  color: #333333;
         
     | 
| 
      
 105 
     | 
    
         
            +
                  margin-left: 10px;
         
     | 
| 
      
 106 
     | 
    
         
            +
                  .network-state-icon{
         
     | 
| 
      
 107 
     | 
    
         
            +
                    &.icon-WiFi{
         
     | 
| 
      
 108 
     | 
    
         
            +
                      font-size: 13px;
         
     | 
| 
      
 109 
     | 
    
         
            +
                    }
         
     | 
| 
      
 110 
     | 
    
         
            +
                    &.icon-wuwangluo{
         
     | 
| 
      
 111 
     | 
    
         
            +
                      position: relative;
         
     | 
| 
      
 112 
     | 
    
         
            +
                      top: -2px;
         
     | 
| 
      
 113 
     | 
    
         
            +
                    }
         
     | 
| 
      
 114 
     | 
    
         
            +
                  }
         
     | 
| 
      
 115 
     | 
    
         
            +
                }
         
     | 
| 
      
 116 
     | 
    
         
            +
                .store-name{
         
     | 
| 
      
 117 
     | 
    
         
            +
                  position: relative;
         
     | 
| 
      
 118 
     | 
    
         
            +
                  padding-right: 24px;
         
     | 
| 
      
 119 
     | 
    
         
            +
                  cursor: pointer;
         
     | 
| 
      
 120 
     | 
    
         
            +
                }
         
     | 
| 
      
 121 
     | 
    
         
            +
                .on-off-wrap, .upload-retail, .download-retail{
         
     | 
| 
      
 122 
     | 
    
         
            +
                  margin-left: 10px;
         
     | 
| 
      
 123 
     | 
    
         
            +
                  position: relative;
         
     | 
| 
      
 124 
     | 
    
         
            +
                  display: flex;
         
     | 
| 
      
 125 
     | 
    
         
            +
                  align-items: center;
         
     | 
| 
      
 126 
     | 
    
         
            +
                  height: 60px;
         
     | 
| 
      
 127 
     | 
    
         
            +
                  &.c-pointer, .c-pointer{
         
     | 
| 
      
 128 
     | 
    
         
            +
                    cursor: pointer;
         
     | 
| 
      
 129 
     | 
    
         
            +
                  }
         
     | 
| 
      
 130 
     | 
    
         
            +
                  .up-count-btn {
         
     | 
| 
      
 131 
     | 
    
         
            +
                    line-height: normal;
         
     | 
| 
      
 132 
     | 
    
         
            +
                    background-color: #F83A41;
         
     | 
| 
      
 133 
     | 
    
         
            +
                    color: #fff;
         
     | 
| 
      
 134 
     | 
    
         
            +
                    transform: scale(.7);
         
     | 
| 
      
 135 
     | 
    
         
            +
                    padding: 1px 6px;
         
     | 
| 
      
 136 
     | 
    
         
            +
                    border-radius: 10px;
         
     | 
| 
      
 137 
     | 
    
         
            +
                    position: absolute;
         
     | 
| 
      
 138 
     | 
    
         
            +
                    top: 8px;
         
     | 
| 
      
 139 
     | 
    
         
            +
                    right: -10px;
         
     | 
| 
      
 140 
     | 
    
         
            +
                  }
         
     | 
| 
      
 141 
     | 
    
         
            +
                  .isRetailDownLoading{
         
     | 
| 
      
 142 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 143 
     | 
    
         
            +
                    animation: retailDown 1.2s ease 0.5s infinite;
         
     | 
| 
      
 144 
     | 
    
         
            +
                  }
         
     | 
| 
      
 145 
     | 
    
         
            +
                  @keyframes retailDown {
         
     | 
| 
      
 146 
     | 
    
         
            +
                    from {top: -18px;}
         
     | 
| 
      
 147 
     | 
    
         
            +
                    to {top: 18px;}
         
     | 
| 
      
 148 
     | 
    
         
            +
                  }
         
     | 
| 
      
 149 
     | 
    
         
            +
                  .isRetailUpLoading{
         
     | 
| 
      
 150 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 151 
     | 
    
         
            +
                    animation: retailUp 1.2s ease 0.5s infinite;
         
     | 
| 
      
 152 
     | 
    
         
            +
                  }
         
     | 
| 
      
 153 
     | 
    
         
            +
                  @keyframes retailUp {
         
     | 
| 
      
 154 
     | 
    
         
            +
                    from {top: 18px;}
         
     | 
| 
      
 155 
     | 
    
         
            +
                    to {top: -18px;}
         
     | 
| 
      
 156 
     | 
    
         
            +
                  }    
         
     | 
| 
      
 157 
     | 
    
         
            +
                }
         
     | 
| 
      
 158 
     | 
    
         
            +
                .status-square{
         
     | 
| 
      
 159 
     | 
    
         
            +
                  overflow: hidden;
         
     | 
| 
      
 160 
     | 
    
         
            +
                  display: inline-block;
         
     | 
| 
      
 161 
     | 
    
         
            +
                  line-height: 20px;
         
     | 
| 
      
 162 
     | 
    
         
            +
                  border-radius: 2px;
         
     | 
| 
      
 163 
     | 
    
         
            +
                  padding: 0 6px;
         
     | 
| 
      
 164 
     | 
    
         
            +
                  .fast-upload-btn {
         
     | 
| 
      
 165 
     | 
    
         
            +
                    display: inline-block;
         
     | 
| 
      
 166 
     | 
    
         
            +
                    text-align: center;
         
     | 
| 
      
 167 
     | 
    
         
            +
                    min-width: 48px;
         
     | 
| 
      
 168 
     | 
    
         
            +
                  }
         
     | 
| 
      
 169 
     | 
    
         
            +
                  span {
         
     | 
| 
      
 170 
     | 
    
         
            +
                    font-size: 12px;
         
     | 
| 
      
 171 
     | 
    
         
            +
                  }
         
     | 
| 
      
 172 
     | 
    
         
            +
                  &.off-line, &.is-grey {
         
     | 
| 
      
 173 
     | 
    
         
            +
                    background-color: #EAEBED !important;
         
     | 
| 
      
 174 
     | 
    
         
            +
                    color: #666 !important;
         
     | 
| 
      
 175 
     | 
    
         
            +
                  }
         
     | 
| 
      
 176 
     | 
    
         
            +
                  .status-tog-btn {
         
     | 
| 
      
 177 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 178 
     | 
    
         
            +
                    .iconfont {
         
     | 
| 
      
 179 
     | 
    
         
            +
                      font-size: 12px;
         
     | 
| 
      
 180 
     | 
    
         
            +
                      display: inline-block;
         
     | 
| 
      
 181 
     | 
    
         
            +
                      &.ts-14 {
         
     | 
| 
      
 182 
     | 
    
         
            +
                        transform: scale(1.4);
         
     | 
| 
      
 183 
     | 
    
         
            +
                        margin: 0 6px;
         
     | 
| 
      
 184 
     | 
    
         
            +
                      }
         
     | 
| 
      
 185 
     | 
    
         
            +
                    }
         
     | 
| 
      
 186 
     | 
    
         
            +
                    .status-space {
         
     | 
| 
      
 187 
     | 
    
         
            +
                      margin-right: 4px;
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
                  }
         
     | 
| 
      
 190 
     | 
    
         
            +
                }
         
     | 
| 
      
 191 
     | 
    
         
            +
              }
         
     | 
| 
      
 192 
     | 
    
         
            +
              .head-content-right {
         
     | 
| 
      
 193 
     | 
    
         
            +
                float: right;
         
     | 
| 
      
 194 
     | 
    
         
            +
                height: 100%;
         
     | 
| 
      
 195 
     | 
    
         
            +
                & > div {
         
     | 
| 
      
 196 
     | 
    
         
            +
                  float: right;
         
     | 
| 
      
 197 
     | 
    
         
            +
                  height: 100%;
         
     | 
| 
      
 198 
     | 
    
         
            +
                  &.store-info-item{
         
     | 
| 
      
 199 
     | 
    
         
            +
                    color: #333;
         
     | 
| 
      
 200 
     | 
    
         
            +
                  }
         
     | 
| 
      
 201 
     | 
    
         
            +
                }
         
     | 
| 
      
 202 
     | 
    
         
            +
                .theme-icon{
         
     | 
| 
      
 203 
     | 
    
         
            +
                  float: right;
         
     | 
| 
      
 204 
     | 
    
         
            +
                  color: #fff;
         
     | 
| 
      
 205 
     | 
    
         
            +
                  font-size: 14px;
         
     | 
| 
      
 206 
     | 
    
         
            +
                  margin-left: 20px;
         
     | 
| 
      
 207 
     | 
    
         
            +
                  cursor: pointer;
         
     | 
| 
      
 208 
     | 
    
         
            +
                  &.pos-page{
         
     | 
| 
      
 209 
     | 
    
         
            +
                    color: #666666;
         
     | 
| 
      
 210 
     | 
    
         
            +
                  }
         
     | 
| 
      
 211 
     | 
    
         
            +
                }
         
     | 
| 
      
 212 
     | 
    
         
            +
                .time {
         
     | 
| 
      
 213 
     | 
    
         
            +
                  font-size: 12px;
         
     | 
| 
      
 214 
     | 
    
         
            +
                  color: #333;
         
     | 
| 
      
 215 
     | 
    
         
            +
                  margin-right: 10px;
         
     | 
| 
      
 216 
     | 
    
         
            +
                  line-height: 60px;
         
     | 
| 
      
 217 
     | 
    
         
            +
                  span{
         
     | 
| 
      
 218 
     | 
    
         
            +
                    font-size: 21px;
         
     | 
| 
      
 219 
     | 
    
         
            +
                    display: inline-block;
         
     | 
| 
      
 220 
     | 
    
         
            +
                    margin-left: 12px;
         
     | 
| 
      
 221 
     | 
    
         
            +
                    width: 98px;
         
     | 
| 
      
 222 
     | 
    
         
            +
                    text-align: left;
         
     | 
| 
      
 223 
     | 
    
         
            +
                    float: right;
         
     | 
| 
      
 224 
     | 
    
         
            +
                  }
         
     | 
| 
      
 225 
     | 
    
         
            +
                  .head-calendar-icon {
         
     | 
| 
      
 226 
     | 
    
         
            +
                    margin: 0px 8px 0px 10px;
         
     | 
| 
      
 227 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 228 
     | 
    
         
            +
                  }
         
     | 
| 
      
 229 
     | 
    
         
            +
                }
         
     | 
| 
      
 230 
     | 
    
         
            +
                .soltAvatar{
         
     | 
| 
      
 231 
     | 
    
         
            +
                  content: '';
         
     | 
| 
      
 232 
     | 
    
         
            +
                  display: block;
         
     | 
| 
      
 233 
     | 
    
         
            +
                  width: 30px;
         
     | 
| 
      
 234 
     | 
    
         
            +
                  height: 30px;
         
     | 
| 
      
 235 
     | 
    
         
            +
                  position: absolute;
         
     | 
| 
      
 236 
     | 
    
         
            +
                  top: 50%;
         
     | 
| 
      
 237 
     | 
    
         
            +
                  margin-top: -15px;
         
     | 
| 
      
 238 
     | 
    
         
            +
                  left: 0;
         
     | 
| 
      
 239 
     | 
    
         
            +
                  background-size: contain;
         
     | 
| 
      
 240 
     | 
    
         
            +
                }
         
     | 
| 
      
 241 
     | 
    
         
            +
                .header-info-render-content{
         
     | 
| 
      
 242 
     | 
    
         
            +
                  padding-right: 25px;
         
     | 
| 
      
 243 
     | 
    
         
            +
                  cursor: pointer;
         
     | 
| 
      
 244 
     | 
    
         
            +
                  position: relative;
         
     | 
| 
      
 245 
     | 
    
         
            +
                  .store-info-item{
         
     | 
| 
      
 246 
     | 
    
         
            +
                    color: #333;
         
     | 
| 
      
 247 
     | 
    
         
            +
                    .biller{
         
     | 
| 
      
 248 
     | 
    
         
            +
                      position: relative;
         
     | 
| 
      
 249 
     | 
    
         
            +
                      padding-left: 38px;
         
     | 
| 
      
 250 
     | 
    
         
            +
                      &:before{
         
     | 
| 
      
 251 
     | 
    
         
            +
                        background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
         
     | 
| 
      
 252 
     | 
    
         
            +
                        .soltAvatar;
         
     | 
| 
      
 253 
     | 
    
         
            +
                      }
         
     | 
| 
      
 254 
     | 
    
         
            +
                    }
         
     | 
| 
      
 255 
     | 
    
         
            +
                    span{
         
     | 
| 
      
 256 
     | 
    
         
            +
                      padding-left: 10px;
         
     | 
| 
      
 257 
     | 
    
         
            +
                    }
         
     | 
| 
      
 258 
     | 
    
         
            +
                  }
         
     | 
| 
      
 259 
     | 
    
         
            +
                  * {
         
     | 
| 
      
 260 
     | 
    
         
            +
                    font-size: 12px;
         
     | 
| 
      
 261 
     | 
    
         
            +
                  }
         
     | 
| 
      
 262 
     | 
    
         
            +
                }
         
     | 
| 
      
 263 
     | 
    
         
            +
                .voucher-head-guide{
         
     | 
| 
      
 264 
     | 
    
         
            +
                  position: relative;
         
     | 
| 
      
 265 
     | 
    
         
            +
                  padding-left: 38px;
         
     | 
| 
      
 266 
     | 
    
         
            +
                  &:before{
         
     | 
| 
      
 267 
     | 
    
         
            +
                    background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
         
     | 
| 
      
 268 
     | 
    
         
            +
                    .soltAvatar;
         
     | 
| 
      
 269 
     | 
    
         
            +
                  }
         
     | 
| 
      
 270 
     | 
    
         
            +
                }
         
     | 
| 
      
 271 
     | 
    
         
            +
              }
         
     | 
| 
      
 272 
     | 
    
         
            +
              .head-content-control{
         
     | 
| 
      
 273 
     | 
    
         
            +
                float: right;
         
     | 
| 
      
 274 
     | 
    
         
            +
                height: 100%;
         
     | 
| 
      
 275 
     | 
    
         
            +
                width: 108px;
         
     | 
| 
      
 276 
     | 
    
         
            +
                position: relative;
         
     | 
| 
      
 277 
     | 
    
         
            +
                margin-left: 10px;
         
     | 
| 
      
 278 
     | 
    
         
            +
                display: flex;
         
     | 
| 
      
 279 
     | 
    
         
            +
                justify-content: space-evenly;
         
     | 
| 
      
 280 
     | 
    
         
            +
                &:before{
         
     | 
| 
      
 281 
     | 
    
         
            +
                  //content: '';
         
     | 
| 
      
 282 
     | 
    
         
            +
                  display: block;
         
     | 
| 
      
 283 
     | 
    
         
            +
                  height: 16px;
         
     | 
| 
      
 284 
     | 
    
         
            +
                  background: #DAE3E1;
         
     | 
| 
      
 285 
     | 
    
         
            +
                  position: absolute;
         
     | 
| 
      
 286 
     | 
    
         
            +
                  left: 0;
         
     | 
| 
      
 287 
     | 
    
         
            +
                  top: 50%;
         
     | 
| 
      
 288 
     | 
    
         
            +
                  margin-top: -8px;
         
     | 
| 
      
 289 
     | 
    
         
            +
                  width: 1px;
         
     | 
| 
      
 290 
     | 
    
         
            +
                }
         
     | 
| 
      
 291 
     | 
    
         
            +
                .iconfont{
         
     | 
| 
      
 292 
     | 
    
         
            +
                  padding: 0 10px;
         
     | 
| 
      
 293 
     | 
    
         
            +
                  color: #333;
         
     | 
| 
      
 294 
     | 
    
         
            +
                  cursor: pointer;
         
     | 
| 
      
 295 
     | 
    
         
            +
                  -webkit-app-region: no-drag;
         
     | 
| 
      
 296 
     | 
    
         
            +
                }
         
     | 
| 
      
 297 
     | 
    
         
            +
              }
         
     | 
| 
      
 298 
     | 
    
         
            +
            }
         
     | 
| 
      
 299 
     | 
    
         
            +
            ._portal-header-dropdown{
         
     | 
| 
      
 300 
     | 
    
         
            +
              top: 45px !important;
         
     | 
| 
      
 301 
     | 
    
         
            +
              min-width: 100px !important;
         
     | 
| 
      
 302 
     | 
    
         
            +
              z-index: 999;
         
     | 
| 
      
 303 
     | 
    
         
            +
             
     | 
| 
      
 304 
     | 
    
         
            +
              &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
         
     | 
| 
      
 305 
     | 
    
         
            +
              &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
         
     | 
| 
      
 306 
     | 
    
         
            +
              &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
         
     | 
| 
      
 307 
     | 
    
         
            +
                right: 7px !important;
         
     | 
| 
      
 308 
     | 
    
         
            +
              }
         
     | 
| 
      
 309 
     | 
    
         
            +
              .ant-dropdown-menu{
         
     | 
| 
      
 310 
     | 
    
         
            +
                padding: 0;
         
     | 
| 
      
 311 
     | 
    
         
            +
                border-radius: 3px;
         
     | 
| 
      
 312 
     | 
    
         
            +
                .ant-dropdown-menu-item{
         
     | 
| 
      
 313 
     | 
    
         
            +
                  height: 32px;
         
     | 
| 
      
 314 
     | 
    
         
            +
                }
         
     | 
| 
      
 315 
     | 
    
         
            +
              }
         
     | 
| 
      
 316 
     | 
    
         
            +
              .ant-dropdown-menu-item{
         
     | 
| 
      
 317 
     | 
    
         
            +
                position: relative;
         
     | 
| 
      
 318 
     | 
    
         
            +
                padding-left: 36px;
         
     | 
| 
      
 319 
     | 
    
         
            +
                i {
         
     | 
| 
      
 320 
     | 
    
         
            +
                  font-size: 14px;
         
     | 
| 
      
 321 
     | 
    
         
            +
                  position: absolute;
         
     | 
| 
      
 322 
     | 
    
         
            +
                  left: 10px;
         
     | 
| 
      
 323 
     | 
    
         
            +
                }
         
     | 
| 
      
 324 
     | 
    
         
            +
                span {
         
     | 
| 
      
 325 
     | 
    
         
            +
                  font-size: 12px;
         
     | 
| 
      
 326 
     | 
    
         
            +
                  width: 50px;
         
     | 
| 
      
 327 
     | 
    
         
            +
                  display: block;
         
     | 
| 
      
 328 
     | 
    
         
            +
                  text-align-last: justify;
         
     | 
| 
      
 329 
     | 
    
         
            +
                }
         
     | 
| 
      
 330 
     | 
    
         
            +
              }
         
     | 
| 
      
 331 
     | 
    
         
            +
              &.inside-header{
         
     | 
| 
      
 332 
     | 
    
         
            +
                &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
         
     | 
| 
      
 333 
     | 
    
         
            +
                &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
         
     | 
| 
      
 334 
     | 
    
         
            +
                &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
         
     | 
| 
      
 335 
     | 
    
         
            +
                  border-top-color: rgba(0,0,0,.65) !important;
         
     | 
| 
      
 336 
     | 
    
         
            +
                  border-left-color: rgba(0,0,0,.65) !important;
         
     | 
| 
      
 337 
     | 
    
         
            +
                }
         
     | 
| 
      
 338 
     | 
    
         
            +
                .ant-dropdown-menu{
         
     | 
| 
      
 339 
     | 
    
         
            +
                  background-color: rgba(0,0,0,.65) !important;
         
     | 
| 
      
 340 
     | 
    
         
            +
                  .ant-dropdown-menu-item{
         
     | 
| 
      
 341 
     | 
    
         
            +
                    i, span {
         
     | 
| 
      
 342 
     | 
    
         
            +
                      color: #fff;
         
     | 
| 
      
 343 
     | 
    
         
            +
                    }
         
     | 
| 
      
 344 
     | 
    
         
            +
                    &.ant-dropdown-menu-item-selected{
         
     | 
| 
      
 345 
     | 
    
         
            +
                      background-color: rgba(0,0,0,.3);
         
     | 
| 
      
 346 
     | 
    
         
            +
                    }
         
     | 
| 
      
 347 
     | 
    
         
            +
                  }
         
     | 
| 
      
 348 
     | 
    
         
            +
                  .ant-dropdown-menu-item-active{
         
     | 
| 
      
 349 
     | 
    
         
            +
                    background-color: rgba(0,0,0,.3);
         
     | 
| 
      
 350 
     | 
    
         
            +
                  }
         
     | 
| 
      
 351 
     | 
    
         
            +
                }
         
     | 
| 
      
 352 
     | 
    
         
            +
              }
         
     | 
| 
      
 353 
     | 
    
         
            +
            }
         
     | 
| 
      
 354 
     | 
    
         
            +
            .head-business-tip{
         
     | 
| 
      
 355 
     | 
    
         
            +
              .ant-tooltip-inner{
         
     | 
| 
      
 356 
     | 
    
         
            +
                box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
         
     | 
| 
      
 357 
     | 
    
         
            +
                border-radius: 3px;
         
     | 
| 
      
 358 
     | 
    
         
            +
                div{
         
     | 
| 
      
 359 
     | 
    
         
            +
                  padding: 0 10px;
         
     | 
| 
      
 360 
     | 
    
         
            +
                  h1{
         
     | 
| 
      
 361 
     | 
    
         
            +
                    line-height: 32px;
         
     | 
| 
      
 362 
     | 
    
         
            +
                    font-size: 14px;
         
     | 
| 
      
 363 
     | 
    
         
            +
                    color: #333;
         
     | 
| 
      
 364 
     | 
    
         
            +
                    font-weight: normal;
         
     | 
| 
      
 365 
     | 
    
         
            +
                  }
         
     | 
| 
      
 366 
     | 
    
         
            +
                }
         
     | 
| 
      
 367 
     | 
    
         
            +
              }
         
     | 
| 
      
 368 
     | 
    
         
            +
              .pos-more-info-container {
         
     | 
| 
      
 369 
     | 
    
         
            +
                &>h1{
         
     | 
| 
      
 370 
     | 
    
         
            +
                  white-space: nowrap;
         
     | 
| 
      
 371 
     | 
    
         
            +
                  overflow: hidden;
         
     | 
| 
      
 372 
     | 
    
         
            +
                  text-overflow: ellipsis;
         
     | 
| 
      
 373 
     | 
    
         
            +
                }
         
     | 
| 
      
 374 
     | 
    
         
            +
              }
         
     | 
| 
      
 375 
     | 
    
         
            +
            }
         
     | 
| 
      
 376 
     | 
    
         
            +
            .close-app-loading{
         
     | 
| 
      
 377 
     | 
    
         
            +
              background-color: rgba(0, 0, 0, 0.8);
         
     | 
| 
      
 378 
     | 
    
         
            +
              .close-app-spin{
         
     | 
| 
      
 379 
     | 
    
         
            +
                width: 150px;
         
     | 
| 
      
 380 
     | 
    
         
            +
                .tplus-spin{
         
     | 
| 
      
 381 
     | 
    
         
            +
                  margin: 0 auto;
         
     | 
| 
      
 382 
     | 
    
         
            +
                  width: 36px;
         
     | 
| 
      
 383 
     | 
    
         
            +
                }
         
     | 
| 
      
 384 
     | 
    
         
            +
                h1 {
         
     | 
| 
      
 385 
     | 
    
         
            +
                  color: rgba(255,255,255,.8);
         
     | 
| 
      
 386 
     | 
    
         
            +
                  font-size: 13px;
         
     | 
| 
      
 387 
     | 
    
         
            +
                  margin-top: 20px;
         
     | 
| 
      
 388 
     | 
    
         
            +
                  text-align: center;
         
     | 
| 
      
 389 
     | 
    
         
            +
                  letter-spacing: 1px;
         
     | 
| 
      
 390 
     | 
    
         
            +
                }
         
     | 
| 
      
 391 
     | 
    
         
            +
              }
         
     | 
| 
      
 392 
     | 
    
         
            +
            }
         
     | 
| 
      
 393 
     | 
    
         
            +
             
     | 
| 
      
 394 
     | 
    
         
            +
            @media (max-width: 1180px){
         
     | 
| 
      
 395 
     | 
    
         
            +
              .business-name {
         
     | 
| 
      
 396 
     | 
    
         
            +
                max-width: 130px;
         
     | 
| 
      
 397 
     | 
    
         
            +
              }
         
     | 
| 
      
 398 
     | 
    
         
            +
              .head-content-right{
         
     | 
| 
      
 399 
     | 
    
         
            +
                .time {
         
     | 
| 
      
 400 
     | 
    
         
            +
                  div{
         
     | 
| 
      
 401 
     | 
    
         
            +
                    position: relative;
         
     | 
| 
      
 402 
     | 
    
         
            +
                    line-height: 86px;
         
     | 
| 
      
 403 
     | 
    
         
            +
                    padding-right: 10px;
         
     | 
| 
      
 404 
     | 
    
         
            +
                    height: 100%;
         
     | 
| 
      
 405 
     | 
    
         
            +
                  }
         
     | 
| 
      
 406 
     | 
    
         
            +
                  span{
         
     | 
| 
      
 407 
     | 
    
         
            +
                    position: absolute;
         
     | 
| 
      
 408 
     | 
    
         
            +
                    left: 0px;
         
     | 
| 
      
 409 
     | 
    
         
            +
                    top: 4px;
         
     | 
| 
      
 410 
     | 
    
         
            +
                    line-height: normal;
         
     | 
| 
      
 411 
     | 
    
         
            +
                    margin-left: 0 !important;
         
     | 
| 
      
 412 
     | 
    
         
            +
                  }
         
     | 
| 
      
 413 
     | 
    
         
            +
                }
         
     | 
| 
      
 414 
     | 
    
         
            +
              }
         
     | 
| 
      
 415 
     | 
    
         
            +
            }
         
     | 
| 
      
 416 
     | 
    
         
            +
            @media (max-width: 1060px){
         
     | 
| 
      
 417 
     | 
    
         
            +
              .voucher-head-guide {
         
     | 
| 
      
 418 
     | 
    
         
            +
                margin-right: 0!important;
         
     | 
| 
      
 419 
     | 
    
         
            +
              }
         
     | 
| 
      
 420 
     | 
    
         
            +
              .head-content-right .time div {
         
     | 
| 
      
 421 
     | 
    
         
            +
                padding-right: 0;
         
     | 
| 
      
 422 
     | 
    
         
            +
              }
         
     | 
| 
      
 423 
     | 
    
         
            +
            }
         
     | 
| 
      
 424 
     | 
    
         
            +
            @media (max-width: 920px){
         
     | 
| 
      
 425 
     | 
    
         
            +
              .head-content-right{
         
     | 
| 
      
 426 
     | 
    
         
            +
                .time {
         
     | 
| 
      
 427 
     | 
    
         
            +
                  display: none;
         
     | 
| 
      
 428 
     | 
    
         
            +
                }
         
     | 
| 
      
 429 
     | 
    
         
            +
              }
         
     | 
| 
      
 430 
     | 
    
         
            +
            }
         
     | 
| 
      
 431 
     | 
    
         
            +
            // 鼠标悬浮离线感叹号popver的样式
         
     | 
| 
      
 432 
     | 
    
         
            +
            .offline-popver {
         
     | 
| 
      
 433 
     | 
    
         
            +
              width: 660px;
         
     | 
| 
      
 434 
     | 
    
         
            +
            }
         
     | 
| 
      
 435 
     | 
    
         
            +
            .retail-upload-mask-wrap {
         
     | 
| 
      
 436 
     | 
    
         
            +
              .ant-modal-header, th, td, .ant-modal-footer {
         
     | 
| 
      
 437 
     | 
    
         
            +
                padding-left: 20px !important;
         
     | 
| 
      
 438 
     | 
    
         
            +
                padding-right: 20px;
         
     | 
| 
      
 439 
     | 
    
         
            +
              }
         
     | 
| 
      
 440 
     | 
    
         
            +
              .ant-modal-body {
         
     | 
| 
      
 441 
     | 
    
         
            +
                height: 356px;
         
     | 
| 
      
 442 
     | 
    
         
            +
              }
         
     | 
| 
      
 443 
     | 
    
         
            +
              .ant-modal-body {
         
     | 
| 
      
 444 
     | 
    
         
            +
                padding: 0;
         
     | 
| 
      
 445 
     | 
    
         
            +
              }
         
     | 
| 
      
 446 
     | 
    
         
            +
              &.isReNull .ant-table-cell {
         
     | 
| 
      
 447 
     | 
    
         
            +
                border: none !important;
         
     | 
| 
      
 448 
     | 
    
         
            +
              }
         
     | 
| 
      
 449 
     | 
    
         
            +
              &.hasPage .ant-modal-footer {
         
     | 
| 
      
 450 
     | 
    
         
            +
                display: flex;
         
     | 
| 
      
 451 
     | 
    
         
            +
                align-items: center;
         
     | 
| 
      
 452 
     | 
    
         
            +
                justify-content: space-between;
         
     | 
| 
      
 453 
     | 
    
         
            +
              }
         
     | 
| 
      
 454 
     | 
    
         
            +
              .progressState .text {
         
     | 
| 
      
 455 
     | 
    
         
            +
                margin-top: 0;
         
     | 
| 
      
 456 
     | 
    
         
            +
              }
         
     | 
| 
       457 
457 
     | 
    
         
             
            }
         
     |