peopleList.wxss 656 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .u-cell__body--large.data-v-913eaa32 {
  2. padding: 48rpx 0 !important;
  3. box-sizing: border-box;
  4. }
  5. page {
  6. font-size: 32rpx;
  7. }
  8. .list .list-item {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. border-bottom: 1rpx solid #E3E3E3;
  13. padding: 30rpx;
  14. }
  15. .list .list-item image {
  16. width: 36rpx;
  17. margin-bottom: 0;
  18. }
  19. .navbar {
  20. width: 100%;
  21. height: 104rpx;
  22. line-height: 104rpx;
  23. display: flex;
  24. border-top: 1rpx solid #E3E3E3;
  25. position: fixed;
  26. left: 0;
  27. bottom: 0;
  28. }
  29. .navbar .navbar-item {
  30. flex: 1;
  31. text-align: center;
  32. }
  33. .navbar .sure {
  34. background: #1E9F6A;
  35. border-radius: 0px 16rpx 0px 0px;
  36. color: #FFFFFF;
  37. }