123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 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;
- }
|