app-mob-check-list.less 1.0 KB
Newer Older
zcdtk's avatar
zcdtk committed
1 2
.app-mobile-check-list {
  width: 100%;
3 4 5 6
  .cancel-icon {
    width: 16px;
    height: 16px;
    background-color: #fcfcfc;
zcdtk's avatar
zcdtk committed
7
    position: absolute;
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    ion-icon{
      position: absolute;
      font-size: 16px;
      right: 0;
      top: 0;
      color:#969696;
      z-index:9999;
    }
zcdtk's avatar
zcdtk committed
23 24 25 26
  }
  ion-select{
    width: 100%;
    max-width: 100%;
KK's avatar
KK committed
27
    padding-left: 0;
28
    padding-right: 10px;
29
    text-align: right;
30
    color: #969696 !important;
zcdtk's avatar
zcdtk committed
31
  }
32 33 34
  ion-select::part(text) {
    padding-right: 15px;
  }
KK's avatar
KK committed
35
  ion-select::part(icon) {
36
    display: none !important;
37
    opacity: 0 !important;
KK's avatar
KK committed
38
  }
39
  .ion-select-icon {
KK's avatar
KK committed
40 41 42 43 44 45 46 47 48 49 50
    right: 17px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    width: 0px;
    height: 0px;
    color: currentcolor;
    pointer-events: none;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
51
    color: #969696;
KK's avatar
KK committed
52
  }
zcdtk's avatar
zcdtk committed
53
}