Authored by 毕凯

Merge branch 'feature/expandNew2' into 'release/6.0'

样式调整



See merge request !792
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 <div class="title">方法三:使用邀请链接</div> 26 <div class="title">方法三:使用邀请链接</div>
27 <div class="code-content"> 27 <div class="code-content">
28 <div class="invite-content"> 28 <div class="invite-content">
29 - <span class="code">{{shareUrl}}</span> 29 + <span class="code{{#unless isApp}} code-len{{/unless}}">{{shareUrl}}</span>
30 {{#if isApp}} 30 {{#if isApp}}
31 <span class="share button">分享</span> 31 <span class="share button">分享</span>
32 <a class="copy button" href='//m.yohobuy.com/?openby:yohobuy={"action":"go.copy","params":{"text":"{{copyUrl}}","message":"复制成功"}}'>复制</a> 32 <a class="copy button" href='//m.yohobuy.com/?openby:yohobuy={"action":"go.copy","params":{"text":"{{copyUrl}}","message":"复制成功"}}'>复制</a>
@@ -74,6 +74,10 @@ @@ -74,6 +74,10 @@
74 overflow: hidden; 74 overflow: hidden;
75 } 75 }
76 76
  77 + .code-len {
  78 + width: 444px;
  79 + }
  80 +
77 .button { 81 .button {
78 height: 68px; 82 height: 68px;
79 width: 120px; 83 width: 120px;