Commit 02fc16bb by liuhailong

aaa

parent b8d3faee
...@@ -6,7 +6,7 @@ textarea{ ...@@ -6,7 +6,7 @@ textarea{
border: none; border: none;
resize:none; resize:none;
caret-color:#ffdd00; caret-color:#ffdd00;
height: 180px;
-moz-box-sizing: border-box; /*Firefox3.5+*/ -moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/ -o-box-sizing: border-box; /*Opera9.6*/
...@@ -30,6 +30,9 @@ button{ ...@@ -30,6 +30,9 @@ button{
} }
.num{ .num{
color:#969696; color:#969696;
position: absolute;
right: 10px;
bottom: 10px;
} }
#test{width: 100%;} #test{width: 100%;}
...@@ -45,6 +48,8 @@ button{ ...@@ -45,6 +48,8 @@ button{
} }
.thumb_bd .shadd .thumb_bd .shadd
{ {
position:absolute;
top:0;
width: 100%; width: 100%;
height:100%; height:100%;
background: rgba(0,0,0,0.4); background: rgba(0,0,0,0.4);
...@@ -75,5 +80,8 @@ button{ ...@@ -75,5 +80,8 @@ button{
height:4px; height:4px;
border:1px solid #fff; border:1px solid #fff;
border-radius:20px; border-radius:20px;
position:absolute;
left:0;
top:0;
background-color:#fff; background-color:#fff;
} }
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