index.wxss 416 B

12345678910111213141516171819202122232425
  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. margin-bottom: 100px;
  14. }
  15. .btn_box{
  16. width: 300px;
  17. margin: 0 auto;
  18. background: #1296db;
  19. color: #ffffff;
  20. font-size: 14px;
  21. text-align: center;
  22. height: 35px;
  23. border-radius: 3px;
  24. line-height: 35px;
  25. }