zhongtianhaoyuan 3 lat temu
rodzic
commit
a4acd6b52f

+ 22 - 0
pages/task/audit/acquisition_information_approval.vue

@@ -165,4 +165,26 @@
 		right: 20rpx;
 		color: #606266;
 	}
+	.bottom-btn {
+		width: 100%;
+		position: fixed;
+		bottom: 0;
+		display: flex;
+		z-index: 2;
+		left: 0;
+		background-color: #f8f8f8;
+		flex-direction: column;
+	
+		.btn1,
+		.btn2 {
+			width: 100%;
+			margin-bottom: 26rpx;
+			border-radius: 90rpx;
+		}
+	
+		.btn1 {
+			background: white;
+			color: #00C265;
+		}
+	}
 </style>