leaveadd.wxss 583 B

123456789101112131415161718192021222324252627282930
  1. /* pages/leaveadd/leaveadd.wxss */
  2. .leaveadd .user-address .user-address-h1 {
  3. font-weight: 600;
  4. }
  5. .leaveadd .user-address .user-address-h2 {
  6. max-width: 85vw;
  7. overflow: hidden;
  8. text-overflow: ellipsis;
  9. white-space: nowrap;
  10. }
  11. .leaveadd .flex {
  12. display: flex;
  13. justify-content: start;
  14. align-items: center;
  15. flex-wrap: wrap;
  16. }
  17. .leaveadd .flex .item {
  18. margin: 10rpx 20rpx;
  19. padding: 5rpx 15rpx;
  20. color: black;
  21. }
  22. .leaveadd .flex .block {
  23. background-color: #1989fa;
  24. color: #fff;
  25. border-radius: 10rpx;
  26. }
  27. .leaveadd .button {
  28. margin-top: 50rpx;
  29. padding: 20rpx;
  30. }