金诚优选前端代码
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.

25 lines
491 B

  1. @import '../../../common/css/global';
  2. #shareImg{
  3. padding: 10px 15px;
  4. image{
  5. display: block;
  6. width: 100%;
  7. border-radius: 6px;
  8. overflow: hidden;
  9. }
  10. .save{
  11. width: 100%;
  12. height: 44px;
  13. line-height: 44px;
  14. color: #FFFFFF;
  15. text-align: center;
  16. background: @globalColor;
  17. box-shadow: 0px 4px 8px 0px rgba(155,155,155,0.7);
  18. border-radius: 20px;
  19. margin: 10px 0;
  20. }
  21. .tips{
  22. font-size: 12px;
  23. color: #888888;
  24. text-align: center;
  25. }
  26. }