Commit 78734b04 authored by coolfish's avatar coolfish

处理样式

parent 6a98fe64
...@@ -445,7 +445,9 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -445,7 +445,9 @@ input[type="number"]::-webkit-outer-spin-button {
padding-right: 10px; padding-right: 10px;
} }
#industry li { #industry li {
max-width: auto; max-width: inherit;
width: 50%; }
#readCount .section-text .span-t {
display: none;
} }
} }
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<div class="section-h2">预期阅读量</div> <div class="section-h2">预期阅读量</div>
<div class="section-h3">请输入阅读量</div> <div class="section-h3">请输入阅读量</div>
<div class="section-text"> <div class="section-text">
<span>阅读量: </span> <span class="span-t">阅读量: </span>
<input type="number" id="expect"/> <input type="number" id="expect"/>
<span>万PV</span> <span>万PV</span>
</div> </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