advice.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*内容*/
  2. .ms-content-advice{
  3. /*margin: 20px 0;*/
  4. margin-top: 20px;
  5. margin-bottom: 40px;
  6. .ms-content-form-background{
  7. width: 1200px;
  8. height: 480px;
  9. background-color: #ffffff;
  10. margin: auto;
  11. display: flex;
  12. .ms-content-form{
  13. ::-webkit-input-placeholder {
  14. color:#999;
  15. }
  16. input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  17. font-family:Arial,Verdana,Sans-serif
  18. }
  19. width: 330px;
  20. margin: auto;
  21. .ms-content-form-name,.ms-content-form-phone,.ms-content-form-message{
  22. width: 308px;
  23. height: 12px;
  24. padding: 10px;
  25. display: block;
  26. border: 1px solid #eeeeee;
  27. border-radius: 3px;
  28. color: #555555;
  29. margin-bottom: 20px;
  30. }
  31. .ms-content-form-message{
  32. height: 142px;
  33. }
  34. .ms-login-button{
  35. pointer-events: none;
  36. width: 330px;
  37. height: 34px;
  38. line-height: 34px;
  39. font-size: 14px;
  40. color: #ddd;
  41. text-align: center;
  42. background-color: #fafafa;
  43. cursor: pointer;
  44. border-radius: 4px;
  45. }
  46. }
  47. }
  48. }