address.wxss 664 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* pages/address/address.wxss */
  2. .address_container {
  3. padding-bottom: 130rpx;
  4. }
  5. .adress_wrap {
  6. padding: 20rpx;
  7. font-size: 24rpx;
  8. background: #fff;
  9. }
  10. .address_line {
  11. display: flex;
  12. align-items: center;
  13. line-height: 38rpx;
  14. }
  15. .add_address_btn {
  16. position: fixed;
  17. bottom: 0;
  18. left: 0;
  19. right: 0;
  20. color: #fff;
  21. background: #2b2b2b;
  22. line-height: 92rpx;
  23. text-align: center;
  24. font-size: 30rpx;
  25. z-index: 9;
  26. }
  27. .modify_address_wrap {
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. position: absolute;
  32. right: 0;
  33. top: 0;
  34. bottom: 0;
  35. z-index: 2;
  36. width: 100rpx;
  37. }
  38. .modify_address {
  39. width: 38rpx;
  40. height: 44rpx;
  41. }