Commit dcca7985 by liuhailong

aaa

parent 02fc16bb
......@@ -6,7 +6,7 @@ textarea{
border: none;
resize:none;
caret-color:#ffdd00;
height: 180px;
-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
......@@ -16,9 +16,13 @@ textarea{
#btm{ background-color: #F5F5F9;
width: 100%;
height: 62px;
position: fixed;
bottom: 0;
left: 0;
}
button{
color: #fff;
font-size: 1.2em;
letter-spacing: 1px;
width: 92%;
height: 47px;
......@@ -34,10 +38,13 @@ button{
right: 10px;
bottom: 10px;
}
#test{width: 100%;}
#test{width: 100%;position: relative;}
.thumb_bd{
position: absolute;
left: 10px;
bottom: 10px;
width: 10rem;
height:10rem;
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