index.wxss 330 B

1234567891011121314151617181920
  1. .title{
  2. text-align: center;
  3. margin-top: 30px;
  4. font-size: 18px;
  5. font-weight: bold;
  6. color: #222;
  7. }
  8. .btn_box{
  9. width: 90%;
  10. margin: 0 auto;
  11. background: #1296db;
  12. color: #ffffff;
  13. font-size: 14px;
  14. text-align: center;
  15. height: 35px;
  16. border-radius: 3px;
  17. line-height: 35px;
  18. position: absolute;
  19. bottom: 100px;
  20. }