postageManage.wxss 733 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. flex-wrap: wrap;
  14. line-height: 38rpx;
  15. padding-right: 50rpx;
  16. box-sizing: border-box;
  17. }
  18. .add_address_btn {
  19. position: fixed;
  20. bottom: 0;
  21. left: 0;
  22. right: 0;
  23. color: #fff;
  24. background: #fe7124;
  25. line-height: 92rpx;
  26. text-align: center;
  27. font-size: 30rpx;
  28. z-index: 9;
  29. }
  30. .modify_address_wrap {
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. position: absolute;
  35. right: 0;
  36. top: 0;
  37. bottom: 0;
  38. z-index: 2;
  39. width: 100rpx;
  40. }
  41. .modify_address {
  42. width: 38rpx;
  43. height: 44rpx;
  44. }