index.wxss 457 B

1234567891011121314151617181920212223242526272829
  1. .container{
  2. padding: 0;
  3. }
  4. .title{
  5. text-align: center;
  6. font-size: 18px;
  7. font-weight: bold;
  8. color: #222;
  9. margin-top: 30px;
  10. }
  11. .img-style{
  12. width: 100%;
  13. height: 150px;
  14. display: block;
  15. margin-bottom: 10px;
  16. }
  17. .btn_box{
  18. width: 300px !important;
  19. margin: 0 auto;
  20. background: #1296db;
  21. color: #ffffff;
  22. font-size: 14px;
  23. text-align: center;
  24. height: 35px;
  25. border-radius: 3px;
  26. line-height: 20px;
  27. position: absolute;
  28. bottom: 50px;
  29. }