canvasQianzi.css 484 B

12345678910111213141516171819202122232425262728
  1. .canvas {
  2. width: 100%;
  3. height: 200px;
  4. float: left;
  5. margin-bottom:10px;
  6. background:#fff;
  7. position:relative;
  8. }
  9. .canvas canvas {
  10. float: left;
  11. display: block;
  12. }
  13. /*附言*/
  14. .fuyan {
  15. width: 80px;
  16. height: 25px;
  17. line-height: 25px;
  18. font-size: 16px;
  19. text-align: center;
  20. background: #E0E0E0;
  21. cursor: pointer;
  22. color: #333;
  23. position: absolute;
  24. right: 0;
  25. top: -25px;
  26. border-radius: 10px 10px 0 0;
  27. }