index.less 961 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .address {
  2. background-color: #fff;
  3. margin: 0 auto;
  4. padding: 10rpx;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. width: 94%;
  9. height: 240rpx;
  10. border-radius: 16rpx;
  11. .address_info {
  12. margin-left: 6rpx;
  13. .info_top {
  14. display: flex;
  15. align-items: center;
  16. justify-content: start;
  17. margin-bottom: 10rpx;
  18. .name {
  19. font-size: 32rpx;
  20. font-weight: 700;
  21. }
  22. .mobile {
  23. font-size: 28rpx;
  24. color: #B0ADAD;
  25. margin-left: 12rpx;
  26. }
  27. }
  28. .info_content {
  29. font-size: 30rpx;
  30. margin-bottom: 10rpx;
  31. }
  32. .tips {
  33. font-size: 30rpx;
  34. color: #ee0a24;
  35. }
  36. }
  37. .address_select {
  38. font-size: 36rpx;
  39. font-weight: 700;
  40. color: #ffca28;
  41. }
  42. }