page{ height: 100%; } .container{ height: 100%; padding-bottom: 100rpx; } ec-canvas { width: 100%; height: 100%; } .tui-line-cell { width: 100%; box-sizing: border-box; display: flex; align-items: center; } .tui-title { font-size: 24rpx; line-height: 24rpx; flex-shrink: 0; } .tui-input { font-size: 24rpx; color: #333; padding-left: 20rpx; flex: 1; } .tui-right { font-size: 24rpx; color: #666; padding-left: 20rpx; flex: 1; text-align: right; } .phcolor{ font-size: 24rpx; } .canvas-h{ height: 400rpx; background-color: white; }