浏览代码

更新 sdy

zhongtianhaoyuan 3 年之前
父节点
当前提交
a4acd6b52f
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      pages/task/audit/acquisition_information_approval.vue

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

@@ -165,4 +165,26 @@
 		right: 20rpx;
 		right: 20rpx;
 		color: #606266;
 		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>
 </style>