Commit 1107f361 by liuhailong

aaa

parent f0caac0e
...@@ -26,7 +26,7 @@ button{ ...@@ -26,7 +26,7 @@ button{
border-radius: 30px; border-radius: 30px;
outline: none; outline: none;
border: 0; border: 0;
margin-top: 5px; margin-top: 20px;
margin-left: 4%; margin-left: 4%;
} }
.num{ .num{
...@@ -53,7 +53,8 @@ button{ ...@@ -53,7 +53,8 @@ button{
.thumb_bd .shadd .thumb_bd .shadd
{ {
position:absolute; position:absolute;
top:0; left: 10px;
top: 10px;
width: 100%; width: 100%;
height:100%; height:100%;
background: rgba(0,0,0,0.4); background: rgba(0,0,0,0.4);
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
</div> </div>
</div> </div>
<div id="btm" style="text-align: center;"> <div id="btm" style="text-align: center; margin-top: 20px;">
<button disabled id="save_btn" class="button_default" style="width: 200px; height: 44px; background: #FC7583; color: #fff; font-size: 14px; text-align: center; line-height: 44px;">点击反馈</button> <button disabled id="save_btn" class="button_default" style="width: 200px; height: 44px; background: #FC7583; color: #fff; font-size: 14px; text-align: center; line-height: 44px;">点击反馈</button>
</div> </div>
<input type="hidden" id="uid" value="{$uid}"> <input type="hidden" id="uid" value="{$uid}">
......
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