diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less
index cae698f4..4c1f0fd5 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 32c553a7..a60768aa 100644
--- a/rc-busness/components/addressInput.vue
+++ b/rc-busness/components/addressInput.vue
@@ -1,6 +1,6 @@
-
+
@@ -10,12 +10,12 @@
{{ returnValueArr[1]?returnValueArr[1].name:'请选择' }}
{{ returnValueArr[2]?returnValueArr[2].name:'请选择' }}
-
+
-
- {{ item.name }}
+ {{ item.name }}
@@ -37,6 +37,9 @@