Authored by zhangxiaoru

样式 去除点击背景隐藏

@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 </div> 6 </div>
7 <div class="main"> 7 <div class="main">
8 <div class="title"></div> 8 <div class="title"></div>
9 - <textarea type="text" class="trend-world-area trend-code" placeholder="请设置15以内的潮流口令">{{#if trendWord}}{{trendWord}}{{/if}}</textarea> 9 + <textarea type="text" class="trend-world-area trend-code" placeholder="请设置15以内的潮流口令">{{#if trendWord}}{{trendWord}}{{/if}}</textarea>
10 <div class="explain"> 10 <div class="explain">
11 <span class="explain-title">玩转潮流口令,超值福利等你拿</span> 11 <span class="explain-title">玩转潮流口令,超值福利等你拿</span>
12 <div class="show-explain"> 12 <div class="show-explain">
@@ -82,7 +82,3 @@ $('.withhold').click(function() { @@ -82,7 +82,3 @@ $('.withhold').click(function() {
82 point(2); 82 point(2);
83 $('.set-trend-world').hide(); 83 $('.set-trend-world').hide();
84 }); 84 });
85 -  
86 -$('.back').click(function() {  
87 - $('.set-trend-world').hide();  
88 -});  
@@ -29,6 +29,10 @@ @@ -29,6 +29,10 @@
29 position: absolute; 29 position: absolute;
30 top: 50%; 30 top: 50%;
31 transform: translateY(-50%); 31 transform: translateY(-50%);
  32 + border-radius: 38px;
  33 + background-image: resolve("home/index/user-avatar.png");
  34 + background-size: 100%;
  35 + overflow: hidden;
32 } 36 }
33 37
34 .invite-name { 38 .invite-name {
@@ -124,3 +124,15 @@ @@ -124,3 +124,15 @@
124 .set-trend-hide { 124 .set-trend-hide {
125 display: none; 125 display: none;
126 } 126 }
  127 +
  128 +.dialog-wrapper {
  129 + z-index: 5;
  130 +
  131 + .dialog-box {
  132 + border-radius: 8px;
  133 + }
  134 +
  135 + .dialog-content {
  136 + padding: 64px 60px 40px;
  137 + }
  138 +}
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 105
106 .code-set { 106 .code-set {
107 margin-left: 8px; 107 margin-left: 8px;
108 - width: 40px; 108 + width: 36px;
109 height: 32px; 109 height: 32px;
110 background: url("/home/index/code-set.png"); 110 background: url("/home/index/code-set.png");
111 background-size: 100%; 111 background-size: 100%;