addressList.scss 2.6 KB

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