index.wxss 719 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. :host {
  2. background-color: #f5f5f5;
  3. }
  4. page view {
  5. box-sizing: border-box;
  6. }
  7. .person-info {
  8. padding-top: 20rpx;
  9. }
  10. .person-info__btn {
  11. width: 100%;
  12. border: 2rpx solid #ddd;
  13. border-radius: 48rpx;
  14. padding: 18rpx 0;
  15. display: flex;
  16. align-self: center;
  17. justify-content: center;
  18. }
  19. .person-info__wrapper {
  20. width: 100%;
  21. padding: 0 32rpx;
  22. padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
  23. position: absolute;
  24. bottom: 0;
  25. left: 0;
  26. }
  27. .avatarUrl {
  28. width: 80rpx;
  29. height: 80rpx;
  30. border-radius: 50% !important;
  31. overflow: hidden;
  32. }
  33. .t-class-confirm {
  34. color: #fa550f !important;
  35. }
  36. .person-info .order-group__left {
  37. margin-right: 0;
  38. }
  39. .person-info .t-cell-class {
  40. height: 112rpx;
  41. }