sign.wxss 355 B

12345678910111213141516171819202122232425262728
  1. /* pages/sign.wxss */
  2. .sign-contain {
  3. display: flex;
  4. flex-direction:column;
  5. width: 100%;
  6. height: 100%;
  7. }
  8. .signName {
  9. flex: 1;
  10. }
  11. .canvas {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .bg000{
  16. background-color: #000;
  17. }
  18. .btn-wrap{
  19. display: block;
  20. width:100%;
  21. height: 100rpx;
  22. margin: 20rpx 0;
  23. position: relative;
  24. }
  25. .btn-wrap button{
  26. width: 43%;
  27. }