From 06fc3eebef4e55e96b95ff0349e02de1f6f22771 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 25 七月 2022 08:10:48 +0800
Subject: [PATCH] #

---
 App.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index 804e1e1..5297fa3 100644
--- a/App.vue
+++ b/App.vue
@@ -449,4 +449,20 @@
 		border-radius: 20rpx;
 		margin: 20rpx auto 20rpx auto;
 	}
+	.origin-box {
+		width: 500rpx;
+		height: 500rpx;
+		background-color: #ffffff;
+		position: relative;
+	}
+	.radio {
+		border-bottom: 1px solid #d8d8d8;
+		display: inline-block;
+		margin-left: 15%;
+		width: 70%;
+		margin-top: 50rpx;
+		height: 80rpx;
+		line-height: 80rpx;
+		text-align: center;
+	}
 </style>

--
Gitblit v1.9.1