address.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* pages/my/address/address.wxss */
  2. .listBoxs {
  3. padding: 0 25rpx;
  4. }
  5. .listBoxs .itemBoxs {
  6. padding: 32rpx 0rpx;
  7. }
  8. .listBoxs .itemBoxs .lr {
  9. width: 35rpx;
  10. height: 34rpx;
  11. }
  12. .listBoxs .itemBoxs .address {
  13. font-size: 30rpx;
  14. font-weight: 500;
  15. color: #191C27;
  16. width: 582rpx;
  17. max-height: 80rpx;
  18. }
  19. .listBoxs .itemBoxs .message {
  20. font-size: 26rpx;
  21. color: #666666;
  22. margin-top: 25rpx;
  23. }
  24. .listBoxs .itemBoxs .phone {
  25. margin-left: 30rpx;
  26. margin-right: 25rpx;
  27. }
  28. .listBoxs .itemBoxs .default {
  29. font-size: 22rpx;
  30. color: #FFFFFF;
  31. width: 56rpx;
  32. height: 30rpx;
  33. background: #FF663D;
  34. border-radius: 2rpx;
  35. text-align: center;
  36. line-height: 30rpx;
  37. }
  38. .footerBtn {
  39. width: 686rpx;
  40. height: 98rpx;
  41. background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
  42. box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
  43. border-radius: 49rpx;
  44. position: fixed;
  45. left: 50%;
  46. bottom: 5%;
  47. transform: translate(-50%, 0);
  48. font-size: 32rpx;
  49. font-weight: 500;
  50. color: #FFFFFF;
  51. line-height: 98rpx;
  52. text-align: center;
  53. }
  54. .custom-image .van-empty__image{
  55. width: 400rpx;
  56. }