金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
629 B

  1. @import '../../../common/css/global';
  2. #shareImg {
  3. .img-box {
  4. padding: 10px 15px;
  5. }
  6. image {
  7. width: 100%;
  8. border-radius:6px;
  9. box-sizing: border-box;
  10. overflow: hidden;
  11. margin-bottom: 80px;
  12. }
  13. .btn-box {
  14. position: fixed;
  15. bottom: 0;
  16. width: 100%;
  17. background: #ffffff;
  18. padding: 10px 0;
  19. text-align: center;
  20. .btn {
  21. color: #ffffff;
  22. font-size: 16px;
  23. display: inline-block;
  24. text-align: center;
  25. height: 44px;
  26. line-height: 44px;
  27. background: @mainColor;
  28. padding: 2px 30px;
  29. margin: 0 auto;
  30. border-radius: 44px;
  31. }
  32. }
  33. }