index.wxss 563 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/accountBind/index.wxss */
  2. .content-title{
  3. display: flex;
  4. height: 80rpx;
  5. border-bottom: 2rpx solid RGB(230,230,230);
  6. line-height: 95rpx;
  7. }
  8. .tui-line-cell {
  9. width: 100%;
  10. box-sizing: border-box;
  11. display: flex;
  12. align-items: center;
  13. }
  14. .avatar-img{
  15. width: 300rpx;
  16. height:300rpx
  17. }
  18. .tui-title {
  19. font-size: 24rpx;
  20. line-height: 24rpx;
  21. flex-shrink: 0;
  22. }
  23. .tui-lable {
  24. font-size: 24rpx;
  25. color: #333;
  26. padding-left: 20rpx;
  27. flex: 1;
  28. }
  29. .tui-input {
  30. font-size: 24rpx;
  31. color: #333;
  32. padding-left: 20rpx;
  33. flex: 1;
  34. }
  35. .phcolor {
  36. font-size: 24rpx;
  37. }