index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .address-management.fff {
  2. background-color: #fff;
  3. height: 1300rpx
  4. }
  5. .address-management{
  6. }
  7. .addressa{
  8. width: 702rpx;
  9. background: #ffffff;
  10. border-radius: 20rpx;
  11. margin: 0 auto;
  12. margin-top: 30rpx;
  13. overflow: hidden;
  14. padding: 20rpx 30rpx;
  15. box-sizing: border-box;
  16. }
  17. .address-management .line {
  18. width: 100%;
  19. height: 3rpx;
  20. }
  21. .address-management .line image {
  22. width: 100%;
  23. height: 100%;
  24. display: block;
  25. }
  26. .address-management .item {
  27. background-color: #fff;
  28. padding: 0 0rpx;
  29. margin-bottom: 12rpx;
  30. border-bottom: 2rpx solid #f1f2f3;
  31. }
  32. .address-management .item:last-child{
  33. border-bottom: 0;
  34. }
  35. .address-management .item .address {
  36. padding: 30rpx 0;
  37. font-size: 30rpx;
  38. padding-top: 15rpx;
  39. color: #1D1D1D;
  40. }
  41. .address-management .item .address .consignee {
  42. font-size: 30rpx;
  43. /* font-weight: bold; */
  44. margin-bottom: 8rpx;
  45. }
  46. .address-management .item .address .consignee .phone {
  47. margin-left: 25rpx;
  48. }
  49. .address-management .item .operation {
  50. height: 83rpx;
  51. font-size: 28rpx;
  52. color: #282828;
  53. }
  54. .address-management .item .operation .radio text {
  55. margin-left: 13rpx;
  56. }
  57. .address-management .item .operation .iconfont {
  58. color: #2c2c2c;
  59. font-size: 35rpx;
  60. vertical-align: -2rpx;
  61. margin-right: 10rpx;
  62. }
  63. .address-management .item .operation .iconfont.icon-shanchu {
  64. margin-left: 40rpx;
  65. font-size: 38rpx;
  66. }
  67. .address-management .footer {
  68. position: fixed;
  69. width: 100%;
  70. /* background-color: #fff; */
  71. bottom: 0;
  72. height: 106rpx;
  73. padding: 0 30rpx;
  74. box-sizing: border-box;
  75. }
  76. .address-management .footer .addressBnt {
  77. width: 330rpx;
  78. height: 76rpx;
  79. border-radius: 50rpx;
  80. text-align: center;
  81. line-height: 76rpx;
  82. font-size: 30rpx;
  83. color: #fff;
  84. }
  85. .address-management .footer .addressBnt .iconfont {
  86. font-size: 35rpx;
  87. margin-right: 8rpx;
  88. vertical-align: -1rpx;
  89. }
  90. .address-management .footer .addressBnt.wxbnt {
  91. background-color: #fe960f;
  92. }
  93. .bgcolora{
  94. background: #fd5400;
  95. }