Authored by yyq

fix style

@@ -127,6 +127,7 @@ export default { @@ -127,6 +127,7 @@ export default {
127 left: 0; 127 left: 0;
128 right: 0; 128 right: 0;
129 bottom: 0; 129 bottom: 0;
  130 + background-color: rgba(0, 0, 0, 0.5);
130 } 131 }
131 132
132 .yoho-popup { 133 .yoho-popup {
@@ -154,7 +155,7 @@ export default { @@ -154,7 +155,7 @@ export default {
154 155
155 .yoho-action-sheet { 156 .yoho-action-sheet {
156 .yoho-popup-mask { 157 .yoho-popup-mask {
157 - background: #e0e0e0; 158 + background-color: #f5f5f5;
158 } 159 }
159 160
160 .yoho-popup-container { 161 .yoho-popup-container {