diff --git a/src/views/application/components/invite_friend/share.vue b/src/views/application/components/invite_friend/share.vue
index 08a2a78..3394016 100644
--- a/src/views/application/components/invite_friend/share.vue
+++ b/src/views/application/components/invite_friend/share.vue
@@ -26,7 +26,7 @@
{{ shopInfo.name }}
{{ form.title }}
-
+
@@ -323,7 +323,7 @@ export default {
}
.preview_wrap {
- width: 328px;
+ width: 300px;
height: 368px;
background-color: #EDEDED;
position: relative;
@@ -337,10 +337,24 @@ export default {
display: flex;
.content {
- width: 200px;
+ width: 150px;
background-color: #fff;
border-radius: 4px;
padding: 10px 10px 6px;
+ position: relative;
+
+ &::before {
+ $size: 8px;
+ content: "";
+ width: $size;
+ height: $size;
+ border-radius: 1px;
+ background-color: #fff;
+ position: absolute;
+ top: 10px;
+ right: $size / 2 * -1;
+ transform: rotate(-45deg);
+ }
.name {
display: flex;
@@ -360,6 +374,10 @@ export default {
}
}
+ .title {
+ font-size: 12px;
+ }
+
.btm {
font-size: 10px;
color: #999;
@@ -378,8 +396,8 @@ export default {
}
.avatar {
- width: 40px;
- height: 40px;
+ width: 30px;
+ height: 30px;
margin-left: 10px;
}
}
@@ -412,13 +430,13 @@ export default {
.ipt {
flex: 1;
- height: 36px;
+ height: 30px;
background-color: #fff;
border-radius: 4px;
}
.icon {
- font-size: 28px;
+ font-size: 22px;
color: #333;
}
}
diff --git a/src/views/application/invite_friend.vue b/src/views/application/invite_friend.vue
index f2ba5e5..ce48dcb 100644
--- a/src/views/application/invite_friend.vue
+++ b/src/views/application/invite_friend.vue
@@ -24,7 +24,7 @@ export default {
},
data() {
return {
- activeName: '2'
+ activeName: '1'
}
},
methods: {}