Commit c30a589a by lmf

优化显示样式

parent 2ba84e93
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
} }
}); });
</script> </script>
<li class="lis"> <li class="lis" style="display: none;">
<section id="areaLayer" class="express-area-box"> <section id="areaLayer" class="express-area-box">
<article id="areaBox"> <article id="areaBox">
<ul class="remen" id="remen"> <ul class="remen" id="remen">
...@@ -148,7 +148,6 @@ ...@@ -148,7 +148,6 @@
display: none; display: none;
} }
.lis{ .lis{
display: none;
width: 100%; width: 100%;
max-height: 60%; max-height: 60%;
height: auto; height: auto;
...@@ -187,7 +186,9 @@ ...@@ -187,7 +186,9 @@
.product-addto-links{ .product-addto-links{
display: none; display: none;
} }
.lis{
display: block !important;
}
.lastli-left{ .lastli-left{
font-size: larger; font-size: larger;
font-weight: 700; font-weight: 700;
......
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