diff --git a/pages/component/button/button.uvue b/pages/component/button/button.uvue
index 6edbcedbd20a3ac6ba57c2e096286e87625b6377..0a089d558ada20be04ab6ff8d500e6511abc3eef 100644
--- a/pages/component/button/button.uvue
+++ b/pages/component/button/button.uvue
@@ -1,58 +1,94 @@
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -60,23 +96,23 @@
\ No newline at end of file
+.is-hover {
+ color: rgba(255, 255, 255, 0.6);
+ background-color: #179b16;
+ border-color: #179b16;
+}
+
diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue
index f7247cc51780ffa555761ef265b295429d1371fe..02ab4288e1a8ad4570dfb4e8d15b303367251ab3 100644
--- a/pages/component/checkbox/checkbox.uvue
+++ b/pages/component/checkbox/checkbox.uvue
@@ -1,193 +1,276 @@
-
-
-
-
- uni-app-x
-
+
+ uni-app-x
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- 默认样式
-
-
-
- 选中
-
- {{ text }}
- 禁用
-
- {{ wrapText }}
-
-
-
-
- 不同颜色和尺寸的checkbox
-
-
-
- 选中
-
- 未选中
-
-
-
+
+
+
+
+ 默认样式
+
+
+
+ 选中
+
+ {{ text }}
+ 禁用
+
+ {{ wrapText }}
+
+
+
+
+ 不同颜色和尺寸的checkbox
+
+
+
+ 选中
+
+ 未选中
+
+
+
-
-
- 推荐展示样式
-
-
-
-
-
- {{ item.name }}
-
-
-
-
+
+
+ 推荐展示样式
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
-
-
-
+
+
+
\ No newline at end of file
+.uni-list-cell {
+ justify-content: flex-start;
+}
+
diff --git a/pages/component/progress/progress.uvue b/pages/component/progress/progress.uvue
index e87ca96e81c78a283124461b6b1953da52dd6da3..b7226521f591fc7bee135575a31f542893c9ecc1 100644
--- a/pages/component/progress/progress.uvue
+++ b/pages/component/progress/progress.uvue
@@ -1,138 +1,208 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+.button {
+ margin-top: 20rpx;
+}
+
diff --git a/pages/component/radio/radio.uvue b/pages/component/radio/radio.uvue
index fea0db987626f5ef455fc007892d365bf6221e94..5a05b53eca7be848659b6bfea1ce46ead67cf6a1 100644
--- a/pages/component/radio/radio.uvue
+++ b/pages/component/radio/radio.uvue
@@ -1,186 +1,258 @@
-
-
-
-
-
- uni-app-x
-
-
+
+
+ uni-app-x
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- 默认样式
-
-
- 选中
-
- {{
- text
- }}
- 禁用
- {{
- wrapText
- }}
-
-
+
+
+
+
+ 默认样式
+
+
+ 选中
+
+ {{
+ text
+ }}
+ 禁用
+ {{
+ wrapText
+ }}
+
+
-
-
- 不同颜色和尺寸的radio
-
-
- 选中
-
- 未选中
-
-
+
+
+ 不同颜色和尺寸的radio
+
+
+ 选中
+
+ 未选中
+
+
-
-
- 推荐展示样式
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
+
+
+ 推荐展示样式
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
\ No newline at end of file
+.uni-list-cell {
+ justify-content: flex-start;
+}
+
diff --git a/pages/component/slider/slider.uvue b/pages/component/slider/slider.uvue
index 64dffbcd37feb33b0bd3ce97f38611c558186dcf..04d9136c5ce57ccf2372e6821c02a47e68713ffd 100644
--- a/pages/component/slider/slider.uvue
+++ b/pages/component/slider/slider.uvue
@@ -1,81 +1,182 @@
+
+ uni-app-x
+
+
-
+
-
- uni-app-x
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -96,14 +197,26 @@
设置最小/最大值
-
+
不同颜色和大小的滑块
-
+
@@ -112,21 +225,21 @@
\ No newline at end of file
+.m-l-a {
+ margin-left: auto;
+}
+
diff --git a/pages/component/textarea/textarea.uvue b/pages/component/textarea/textarea.uvue
index e3f53613c6ba0f104b8241ce09a2d3da82e714ef..8646b28c3e8a774bcfe3ca1d20f896492803d2e4 100644
--- a/pages/component/textarea/textarea.uvue
+++ b/pages/component/textarea/textarea.uvue
@@ -44,42 +44,102 @@ export default {
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+