Commit dcca7985 by liuhailong

aaa

parent 02fc16bb
...@@ -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*/
...@@ -16,9 +16,13 @@ textarea{ ...@@ -16,9 +16,13 @@ textarea{
#btm{ background-color: #F5F5F9; #btm{ background-color: #F5F5F9;
width: 100%; width: 100%;
height: 62px; height: 62px;
position: fixed;
bottom: 0;
left: 0;
} }
button{ button{
color: #fff; color: #fff;
font-size: 1.2em;
letter-spacing: 1px; letter-spacing: 1px;
width: 92%; width: 92%;
height: 47px; height: 47px;
...@@ -34,10 +38,13 @@ button{ ...@@ -34,10 +38,13 @@ button{
right: 10px; right: 10px;
bottom: 10px; bottom: 10px;
} }
#test{width: 100%;} #test{width: 100%;position: relative;}
.thumb_bd{ .thumb_bd{
position: absolute;
left: 10px;
bottom: 10px;
width: 10rem; width: 10rem;
height:10rem; height:10rem;
text-align: center; text-align: center;
......
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