index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .address-management.fff {
  2. background-color: #fff;
  3. height: 1300rpx
  4. }
  5. .address-management .line {
  6. width: 100%;
  7. height: 3rpx;
  8. }
  9. .address-management .line image {
  10. width: 100%;
  11. height: 100%;
  12. display: block;
  13. }
  14. .address-management .item {
  15. background-color: #fff;
  16. padding: 0 30rpx;
  17. margin-bottom: 12rpx;
  18. }
  19. .address-management .item .address {
  20. padding: 30rpx 0;
  21. border-bottom: 1rpx solid #eee;
  22. font-size: 28rpx;
  23. color: #282828;
  24. }
  25. .address-management .item .address .consignee {
  26. font-size: 28rpx;
  27. font-weight: bold;
  28. margin-bottom: 8rpx;
  29. }
  30. .address-management .item .address .consignee .phone {
  31. margin-left: 25rpx;
  32. }
  33. .address-management .item .operation {
  34. height: 83rpx;
  35. font-size: 28rpx;
  36. color: #282828;
  37. }
  38. .address-management .item .operation .radio text {
  39. margin-left: 13rpx;
  40. }
  41. .address-management .item .operation .iconfont {
  42. color: #2c2c2c;
  43. font-size: 35rpx;
  44. vertical-align: -2rpx;
  45. margin-right: 10rpx;
  46. }
  47. .address-management .item .operation .iconfont.icon-shanchu {
  48. margin-left: 40rpx;
  49. font-size: 38rpx;
  50. }
  51. .address-management .footer {
  52. position: fixed;
  53. width: 100%;
  54. background-color: #fff;
  55. bottom: 0;
  56. height: 106rpx;
  57. padding: 0 30rpx;
  58. box-sizing: border-box;
  59. }
  60. .address-management .footer .addressBnt {
  61. width: 330rpx;
  62. height: 76rpx;
  63. border-radius: 50rpx;
  64. text-align: center;
  65. line-height: 76rpx;
  66. font-size: 30rpx;
  67. color: #fff;
  68. }
  69. .address-management .footer .addressBnt .iconfont {
  70. font-size: 35rpx;
  71. margin-right: 8rpx;
  72. vertical-align: -1rpx;
  73. }
  74. .address-management .footer .addressBnt.wxbnt {
  75. background-color: #fe960f;
  76. }