金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.5 KiB

  1. #address-list{
  2. .list-box{
  3. // padding-bottom: 20px;
  4. padding: 30rpx 32rpx;
  5. width: 750rpx;
  6. height: max-content;
  7. box-sizing: border-box;
  8. .list-item{
  9. font-size:14px;
  10. background:#FFFFFF;
  11. // padding:15px 40px 15px 15px;
  12. // background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
  13. // background-repeat:no-repeat;
  14. // background-position:100%;
  15. // background-size:20px;
  16. width: 686rpx;
  17. height: max-content;
  18. background: #FFFFFF;
  19. border-radius: 20rpx;
  20. padding: 30rpx;
  21. box-sizing: border-box;
  22. margin-bottom: 30rpx;
  23. .user{
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. .name{
  28. .phone{
  29. margin-left: 10px;
  30. }
  31. }
  32. .default{
  33. color: #099fff;
  34. }
  35. }
  36. .address{
  37. display: flex;
  38. -webkit-box-pack: justify;
  39. justify-content: space-between;
  40. }
  41. }
  42. }
  43. .add-address{
  44. display: flex;
  45. justify-content: center;
  46. // background-color: #ffffff;
  47. padding:10px 12px;
  48. position: fixed;
  49. bottom: 130rpx;
  50. left: calc(50% - 281rpx);
  51. .small-btn{
  52. display: flex;
  53. align-items: center;
  54. justify-content:center;
  55. // background-color:#FB5054;
  56. color: #FFFFFF;
  57. // border-radius:4px;
  58. // height: 40px;
  59. line-height: 40rpx;
  60. width: 550rpx;
  61. height: 100rpx;
  62. background: #15716E;
  63. border-radius: 50rpx;
  64. .icon{
  65. margin-right: 15px;
  66. }
  67. }
  68. }
  69. }