金诚优选前端代码
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.

53 lines
1019 B

  1. #address-list{
  2. .list-box{
  3. padding-bottom: 20px;
  4. .list-item{
  5. font-size:14px;
  6. background:#FFFFFF;
  7. padding:15px 40px 15px 15px;
  8. background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
  9. background-repeat:no-repeat;
  10. background-position:100%;
  11. background-size:20px;
  12. .user{
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. .name{
  17. .phone{
  18. margin-left: 10px;
  19. }
  20. }
  21. .default{
  22. color: #099fff;
  23. }
  24. }
  25. .address{
  26. display: flex;
  27. -webkit-box-pack: justify;
  28. justify-content: space-between;
  29. }
  30. }
  31. }
  32. .add-address{
  33. background-color: #ffffff;
  34. padding:10px 12px;
  35. .small-btn{
  36. display: flex;
  37. align-items: center;
  38. justify-content:center;
  39. background-color:#FB5054;
  40. color: #FFFFFF;
  41. border-radius:4px;
  42. height: 40px;
  43. line-height: 40px;
  44. .icon{
  45. margin-right: 15px;
  46. }
  47. }
  48. }
  49. }