Commit 712357ab by lmf

优化尺码弹框样式

parent 0e8f6cc3
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
.express-area-box article { overflow-y: scroll; } .express-area-box article { overflow-y: scroll; }
.area-list li {padding: 0 15px; border-bottom: 1px solid #e2e2e2; text-align: justify; line-height: 44px} .area-list li {padding: 0 15px; border-bottom: 1px solid #e2e2e2; text-align: justify; line-height: 44px}
.express-area-box { position: fixed; left: inherit; width: inherit;height: 100%;right: -100%;top: 0; margin-left: 0;box-shadow: 0 0 20px rgba(0,0,0,1); } .express-area-box { position: fixed; left: inherit; width: inherit;height: 100%;right: -100%;top: 0; margin-left: 0;box-shadow: 0 0 20px rgba(0,0,0,1); }
.area-content{padding:10px;} .area-content{padding:10px;max-width: max-content;width: 600px;}
.mask { display: none; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); } .mask { display: none; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }
} }
</style> </style>
......
...@@ -425,7 +425,7 @@ define([ ...@@ -425,7 +425,7 @@ define([
if ($widget.options.enableControlLabel) { if ($widget.options.enableControlLabel) {
var tem_size = ''; var tem_size = '';
if (item.label == "Size"){ if (item.label.toLowerCase() == "size"){
tem_size = "<div id=\"product-intro__freeshipping-more-3\" >" + tem_size = "<div id=\"product-intro__freeshipping-more-3\" >" +
"<a href=\"javascript:void(0);\">Size Guide</a></div>"; "<a href=\"javascript:void(0);\">Size Guide</a></div>";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment