canvas.wxss 522 字节
Newer Older
H
Hao-Wu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.page-body-wrapper {
  flex-grow: 1;
}
.canvas-element-wrapper {
  display: block;
  margin-bottom: 100rpx;
}
.canvas-element {
  width: 100%;
  height: 250px;
}
.canvas-buttons {
  padding: 50rpx 50rpx 10rpx;
  border-top: 1px solid #ccc;
  display: flex;
  flex-grow: 1;
  overflow-y: scroll;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 400rpx;
  box-sizing: border-box;
}
.canvas-button {
  width: 290rpx;
  margin: 20rpx auto; 
}
.canvas-button-reset {
  width: 610rpx;
  margin: 20rpx auto; 
}