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

35 lines
557 B

  1. page {
  2. background: #FFFFFF;
  3. }
  4. #detail{
  5. padding: 15px;
  6. image{
  7. width: 100%;
  8. vertical-align:top;
  9. }
  10. table{
  11. width: 100%;
  12. }
  13. .wxparser--wxParser-a {
  14. margin: 10px 0;
  15. }
  16. button{
  17. padding: 5px 5px;
  18. &:after{
  19. border: none;
  20. }
  21. &.share-box{
  22. background-color: #FFFFFF;
  23. position: fixed;
  24. bottom: 12px;
  25. right: 15px;
  26. color:#2AB229;
  27. font-size: 12px;
  28. line-height: 17px;
  29. span{
  30. display: inline-block;
  31. padding-left:5px;
  32. font-size: 12px;
  33. }
  34. }
  35. }
  36. }