| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .content{
- margin: 0 5%;
- }
- .content .title{
- color: #333333;
- font-size: 1.2em;
- line-height: 3em;
- }
- .content textarea{
- width: 97%;
- height: 120px;
- padding: 5px;
- margin-bottom: 5px;
- border: 1px solid #cccccc;
- font-size: 1.2em;
- }
- .content textarea:-moz-placeholder{
- color: #cccccc;
- }
- .content textarea::-webkit-input-placeholder{
- color: #cccccc;
- }
- .content textarea:-ms-input-placeholder{
- color: #cccccc;
- }
- .content textarea:focus{
- outline: none;
- }
- .content .addpic{
- color: #666666;
- line-height: 4em;
- }
- .content .pic{
- border: 1px solid #C7C7C7;
- width: 100px;
- height: 100px;
- color: #cccccc;
- text-align: center;
- }
- .content .pic img{
- width: 50%;
- height: 50%;
- margin-top: 10px;
- }
- .content .send{
- color: #fff;
- background: #8D8CC8;
- width: 85%;
- margin: 20% 7%;
- height: 40px;
- border-radius: 40px;
- text-align: center;
- line-height: 40px;
- }
|