index.wxss 582 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/ucenter/dis/sign/index.wxss */
  2. .canvas {
  3. width: 100%;
  4. height: 93%;
  5. /*border-bottom: 1rpx solid #242a48; */
  6. position: fixed;
  7. box-sizing: border-box;
  8. }
  9. .imageCanvas{
  10. width: 100%;
  11. height: 700rpx;
  12. }
  13. .buttonBox{
  14. width: 100%;
  15. justify-content: center;
  16. display: flex;
  17. position: fixed;
  18. bottom: 10rpx;
  19. left: 0;
  20. border-top: 1rpx solid #242a48;
  21. }
  22. .buttonBox button{
  23. background-color: #242a48;
  24. color: #fff;
  25. font-size: 24rpx;
  26. margin: 10rpx 0;
  27. margin-right: 15rpx;
  28. width: 180rpx;
  29. border-radius: 30rpx;
  30. }