index.wxss 581 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. page{
  2. height: 100%;
  3. }
  4. .container{
  5. height: 100%;
  6. padding-bottom: 100rpx;
  7. }
  8. ec-canvas {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .tui-line-cell {
  13. width: 100%;
  14. box-sizing: border-box;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .tui-title {
  19. font-size: 24rpx;
  20. line-height: 24rpx;
  21. flex-shrink: 0;
  22. }
  23. .tui-input {
  24. font-size: 24rpx;
  25. color: #333;
  26. padding-left: 20rpx;
  27. flex: 1;
  28. }
  29. .tui-right {
  30. font-size: 24rpx;
  31. color: #666;
  32. padding-left: 20rpx;
  33. flex: 1;
  34. text-align: right;
  35. }
  36. .phcolor{
  37. font-size: 24rpx;
  38. }
  39. .canvas-h{
  40. height: 400rpx;
  41. background-color: white;
  42. }