shish 1 год назад
Родитель
Сommit
79486d7441
1 измененных файлов с 17 добавлено и 17 удалено
  1. 17 17
      hdApp/src/admin/billing/result.vue

+ 17 - 17
hdApp/src/admin/billing/result.vue

@@ -2,7 +2,7 @@
   <view class="app-content">
     <appResult>
 		<button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
-		<button class="admin-button-com blue big" @click="gotoPlace">返回</button>
+		<button class="admin-button-com big" @click="gotoPlace">返回</button>
     </appResult>
   </view>
 </template>
@@ -40,39 +40,39 @@ export default {
 </script>
 <style lang="scss" scoped>
 .admin-button-com {
-	margin-bottom:50upx;
+	margin-bottom:60upx;
 	width: 100%;
 }
 .zuhe-box{
 	width: 100%;
-  padding:  0 20upx;
+	padding:  0 20upx;
 	margin-bottom: 20upx;
-  background-color: #fff;
+	background-color: #fff;
 	.zuhe-remark{
 		color: #333;
 		font-size: 32upx;
-    font-weight: 700;
-    line-height: 88upx;
+		font-weight: 700;
+		line-height: 88upx;
 	}
 	.zuhe-center{
 		font-size: 28upx;
-    height: 90upx;
-    box-sizing: border-box;
-    .zuhe-title{
-      color: #666;
-    }
-    &>input{
-      border: 1px solid #eee!important;
-      border-radius: 5upx!important;
-    }
+		height: 90upx;
+		box-sizing: border-box;
+		.zuhe-title{
+			color: #666;
+		}
+		&>input{
+			border: 1px solid #eee!important;
+			border-radius: 5upx!important;
+		}
 		.zuhe-val{
 			position: relative;
 			width: 70%;
 			height: 60upx;
 			padding: 10upx;
-      color: #333;
+			color: #333;
 			border: 1px solid #868686;
-      border: none;
+			border: none;
 			&.active:before {
 				content: ' ';
 				height: 22upx;