fatie.css 951 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .content{
  2. margin: 0 5%;
  3. }
  4. .content .title{
  5. color: #333333;
  6. font-size: 1.2em;
  7. line-height: 3em;
  8. }
  9. .content textarea{
  10. width: 97%;
  11. height: 120px;
  12. padding: 5px;
  13. margin-bottom: 5px;
  14. border: 1px solid #cccccc;
  15. font-size: 1.2em;
  16. }
  17. .content textarea:-moz-placeholder{
  18. color: #cccccc;
  19. }
  20. .content textarea::-webkit-input-placeholder{
  21. color: #cccccc;
  22. }
  23. .content textarea:-ms-input-placeholder{
  24. color: #cccccc;
  25. }
  26. .content textarea:focus{
  27. outline: none;
  28. }
  29. .content .addpic{
  30. color: #666666;
  31. line-height: 4em;
  32. }
  33. .content .pic{
  34. border: 1px solid #C7C7C7;
  35. width: 100px;
  36. height: 100px;
  37. color: #cccccc;
  38. text-align: center;
  39. }
  40. .content .pic img{
  41. width: 50%;
  42. height: 50%;
  43. margin-top: 10px;
  44. }
  45. .content .send{
  46. color: #fff;
  47. background: #8D8CC8;
  48. width: 85%;
  49. margin: 20% 7%;
  50. height: 40px;
  51. border-radius: 40px;
  52. text-align: center;
  53. line-height: 40px;
  54. }