deviceUnbind.wxss 407 B

12345678910111213141516171819202122232425262728293031
  1. /* pages/operation/index.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #fff;
  8. }
  9. .tui-line-cell {
  10. width: 100%;
  11. box-sizing: border-box;
  12. display: flex;
  13. align-items: center;
  14. }
  15. .tui-title {
  16. font-size: 24rpx;
  17. line-height: 24rpx;
  18. flex-shrink: 0;
  19. }
  20. .tui-input {
  21. font-size: 24rpx;
  22. color: #333;
  23. padding-left: 20rpx;
  24. flex: 1;
  25. }
  26. .phcolor{
  27. font-size: 24rpx;
  28. }