addressList.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .sld_address_list {
  2. border: 1px solid #EEEEEE;
  3. width: 1007px;
  4. margin: 10px 0 0 10px;
  5. float: left;
  6. .el-breadcrumb{
  7. margin-left: 22px;
  8. }
  9. .add_default_con,.address_list_con {
  10. background-color: white;
  11. .title {
  12. line-height: 60px;
  13. color: #1C1C1C;
  14. font-size: 16px;
  15. font-weight: 600;
  16. padding-left: 22px;
  17. }
  18. .mange{
  19. color: #333;
  20. font-size: 14px;
  21. }
  22. }
  23. .add_default_con{
  24. border-bottom: 1px solid #EEEEEE;
  25. padding-bottom: 10px;
  26. }
  27. .address_list_con{
  28. padding-bottom: 100px;
  29. .container{
  30. flex-wrap: wrap;
  31. .address_item{
  32. .iconfont{
  33. display: none;
  34. }
  35. }
  36. .address_item:hover{
  37. .iconfont{
  38. display: inline-block;
  39. }
  40. }
  41. }
  42. }
  43. .address_item {
  44. width: 245px;
  45. padding: 18px 8px 0 12px;
  46. height: 162px;
  47. background-size: 100% 100%;
  48. margin-left: 20px;
  49. margin-bottom: 20px;
  50. .defalut_edit {
  51. height: 14px;
  52. .red {
  53. color: $colorMain2;
  54. }
  55. .iconfont {
  56. margin-right: 5px;
  57. font-size: 12px;
  58. color: #C8C8C8;
  59. &:hover {
  60. color: $colorMain2;
  61. }
  62. }
  63. }
  64. .name_phone {
  65. margin-top: 10px;
  66. color: #333;
  67. font-size: 12px;
  68. line-height: 24px;
  69. height: 50px;
  70. border-bottom: 1px dashed #C4C4C4;
  71. word-break: break-all;
  72. .name{
  73. margin-right: 10px;
  74. }
  75. .phone {
  76. word-break: break-word;
  77. }
  78. }
  79. .add_info {
  80. line-height: 30px;
  81. color: #333;
  82. font-size: 12px;
  83. }
  84. .add_detail{
  85. color: #999999;
  86. line-height: 16px;
  87. word-break: break-all;
  88. }
  89. }
  90. .add_address{
  91. width: 245px;
  92. height: 153px;
  93. margin-left: 20px;
  94. border: 2px dashed #E5E5E5;
  95. margin-bottom: 20px;
  96. .icon-xinzengdizhi{
  97. display: block;
  98. font-size: 28px;
  99. text-align: center;
  100. color: #E5E5E5;
  101. }
  102. p{
  103. color: #999999;
  104. font-size: 12px;
  105. margin-top: 19px;
  106. text-align: center;
  107. }
  108. }
  109. }