index.wxss 497 B

12345678910111213141516171819202122232425262728293031
  1. .container{
  2. width: 100%;
  3. }
  4. .input_style{
  5. width: 300px;
  6. height: 35px;
  7. margin: 0 auto;
  8. background: #efefef;
  9. border-radius: 3px;
  10. box-sizing: border-box;
  11. padding: 2px 5px;
  12. margin-top: 10px;
  13. }
  14. .tips{
  15. width: 300px;
  16. margin-bottom: 100px;
  17. color: #1296db;
  18. font-size: 14px;
  19. margin-top: 5px;
  20. }
  21. .btn_box{
  22. width: 300px;
  23. margin: 0 auto;
  24. background: #1296db;
  25. color: #ffffff;
  26. font-size: 14px;
  27. text-align: center;
  28. height: 35px;
  29. border-radius: 3px;
  30. line-height: 35px;
  31. }