diff --git a/common/style/layout.styl b/common/style/layout.styl
index a0ce9a2..8e7c877 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -490,4 +490,36 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.flow_icon_item_2 {
width: 46rpx;
height: 26rpx;
+}
+.checkbox-text {
+ font-size: 28rpx;
+ line-height: 28rpx;
+ color: #303133;
+}
+.point-wraper {
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+.point-item {
+ width: 32.5%;
+ font-size: 28rpx;
+ line-height: 28rpx;
+ height: 84rpx;
+ padding: 14rpx 4rpx;
+ color: #303133;
+ text-align: center;
+ background: #fff;
+ border: 2rpx solid #DCDFE6;
+ border-radius: 10rpx;
+ overflow: hidden;
+}
+.point-item:nth-child(3n+2) {
+ margin-left: 1.25%
+ margin-right: 1.25%
+}
+.point-item:nth-child(n+4) {
+ margin-top: 16rpx
+}
+.point-item.checked {
+ background: #DCDFE6;
}
\ No newline at end of file
diff --git a/pages/manage/area-lock.vue b/pages/manage/area-lock.vue
index 7eed88c..60126bf 100644
--- a/pages/manage/area-lock.vue
+++ b/pages/manage/area-lock.vue
@@ -8,20 +8,42 @@
区域
-
+ /> -->
+
+
+
+
+ {{e.point_name}}
+
+
+
+
+ 全选
+
-
-
+
+
@@ -29,8 +51,8 @@