postageManage.wxss 856 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* pages/address/address.wxss */
  2. .address_container {
  3. padding-bottom: 130rpx;
  4. }
  5. .adress_wrap {
  6. padding: 38rpx;
  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. .address_line image{
  19. width: 20px;
  20. height: 20px;
  21. margin-right: 15rpx;
  22. }
  23. .address_line_cardno{
  24. font-size: 36rpx;
  25. }
  26. .add_address_btn {
  27. position: fixed;
  28. bottom: 0;
  29. left: 0;
  30. right: 0;
  31. color: #fff;
  32. background: #fe7124;
  33. line-height: 92rpx;
  34. text-align: center;
  35. font-size: 30rpx;
  36. z-index: 9;
  37. }
  38. .modify_address_wrap {
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. position: absolute;
  43. right: 0;
  44. top: 0;
  45. bottom: 0;
  46. z-index: 2;
  47. width: 100rpx;
  48. }
  49. .modify_address {
  50. width: 38rpx;
  51. height: 44rpx;
  52. }