diff --git a/common/style/layout.css b/common/style/layout.css
index f431e01..9266117 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -63,6 +63,19 @@ uni-button:after {
color: #323232;
line-height: 70rpx;
}
+.cancel_icon::before {
+ content: "\e6dc";
+}
+.cancel_icon {
+ display: block;
+ width: 100rpx;
+ height: 100rpx;
+ font-size: 50rpx;
+ color: #fff;
+ line-height: 100rpx;
+ text-align: center;
+ background-color: #E9B451;
+}
/** 内容 */
.zd_container {
diff --git a/common/style/uni.css b/common/style/uni.css
index d5af656..12a9de4 100644
--- a/common/style/uni.css
+++ b/common/style/uni.css
@@ -9,7 +9,7 @@
text-decoration: none;
text-align: center;
}
-.icon-check{
+/* .icon-check{
position: relative;
}
.icon-check::before{
@@ -21,4 +21,4 @@
color: #ffffff;
transform: translate(-50%,-48%) scale(.73);
-webkit-transform: translate(-50%,-48%) scale(.73);
-}
\ No newline at end of file
+} */
diff --git a/pages/home/home.vue b/pages/home/home.vue
index a442231..6666579 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -13,35 +13,58 @@
+
+