diff --git a/src/apps/AppMessageNotification/SelectUser.vue b/src/apps/AppMessageNotification/SelectUser.vue
index 72ab89a7..010c4561 100644
--- a/src/apps/AppMessageNotification/SelectUser.vue
+++ b/src/apps/AppMessageNotification/SelectUser.vue
@@ -28,13 +28,10 @@
-->
-
选择标签
-
-
@@ -158,12 +155,13 @@ export default {
margin-bottom: 24px;
}
.type-content{
- padding: 34px 32px;
- background-color: #fff;
+
}
.type-list{
padding-left: 16px;
- margin-top: 32px;
+ margin-bottom: 16px;
+ padding: 34px 32px 32px;
+ background-color: #fff;
p{
line-height: 44px;
margin-bottom: 24px;
@@ -172,20 +170,19 @@ export default {
}
.list{
overflow: hidden;
- margin-bottom: 32px;
.item{
- padding: 0 32px;
- line-height: 56px;
+ padding: 12px 32px;
float: left;
- text-align: center;
- border-radius: 28px;
- border: 1px solid #ddd;
+ font-size: 28px;
+ font-family: PingFangSC-Regular, PingFang SC;
+ color: #333;
+ line-height: 40px;
+ background-color: #F3F4F7;
+ border-radius: 4px;
margin: 0 16px 16px 0;
- font-size: 30px;
}
.active{
background-color: #3192F4;
- border: 1px solid #3192F4;
color: #fff;
}
}