Authored by 姜枫

Merge branch 'release/app-download' into 'master'

opacity



See merge request !167
@@ -153,7 +153,7 @@ @@ -153,7 +153,7 @@
153 background-size: contain; 153 background-size: contain;
154 } 154 }
155 .float-layer { 155 .float-layer {
156 - display: none; 156 + opacity: 0;
157 height: 128px; 157 height: 128px;
158 background: rgba(68, 68, 68, 0.95); 158 background: rgba(68, 68, 68, 0.95);
159 position: fixed; 159 position: fixed;
@@ -126,7 +126,7 @@ @@ -126,7 +126,7 @@
126 } 126 }
127 127
128 .float-layer { 128 .float-layer {
129 - display: none; 129 + opacity: 0;
130 height: 44PX; 130 height: 44PX;
131 background: rgba(68, 68, 68, 0.95); 131 background: rgba(68, 68, 68, 0.95);
132 position: fixed; 132 position: fixed;