diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less index 903d422d..fab7ae2a 100644 --- a/rc-busness/assets/css/global.less +++ b/rc-busness/assets/css/global.less @@ -8,6 +8,33 @@ body{ .fade-leave-active { opacity: 0; } +.ts-no-data{ + text-align: center; + margin:3rem 0; +} +.ts-mask{ + width:100%; + height:100%; + position: fixed; + top:0; + left:0; + display:flex; + flex-direction: column; + justify-content: center; + align-items: center; + z-index:99; + + .ts-mask-bg{ + background-color:#000; + opacity:.6; + width:100%; + height:100%; + z-index:0; + position:absolute; + left:0; + top:0; + } +} .userloding { background: url(../image/onloading.png) center center no-repeat; width: 3.12rem; @@ -260,6 +287,7 @@ img, picture { flex-direction: column; align-items: center; justify-content: center; + cursor: pointer; } } @@ -473,6 +501,7 @@ img, picture { li{ margin-top: .5rem; height:4.125rem; + cursor: pointer; img{ width:22px; height:auto; diff --git a/rc-busness/components/addressInput.vue b/rc-busness/components/addressInput.vue index e470adce..6caaa531 100644 --- a/rc-busness/components/addressInput.vue +++ b/rc-busness/components/addressInput.vue @@ -10,12 +10,12 @@
  • {{ returnValueArr[1]?returnValueArr[1].name:'请选择' }}
  • {{ returnValueArr[2]?returnValueArr[2].name:'请选择' }}
  • -
    +
    @@ -37,6 +37,9 @@