|
@@ -12,7 +12,8 @@
|
|
|
<div class="listinfo">
|
|
|
<div class="list_top" @click="mailDetail(item)">
|
|
|
<div class="list_top_left">
|
|
|
- <img src="../assets/images/ad_icon1.png" alt="" />
|
|
|
+ <span class="iconfont icon-dizhibao iconStyle"></span>
|
|
|
+ <!-- <img src="../assets/images/ad_icon1.png" alt="" /> -->
|
|
|
<div>
|
|
|
<p>寄件号:{{ item.dispatchNo }}</p>
|
|
|
<p>手机号:{{ item.phone }}</p>
|
|
@@ -174,13 +175,13 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
|
|
|
.list_top_left {
|
|
|
- img {
|
|
|
- display: inline-block;
|
|
|
- width: 0.9rem;
|
|
|
- height: 0.9rem;
|
|
|
- position: relative;
|
|
|
- top: -0.3rem;
|
|
|
- }
|
|
|
+ .iconStyle {
|
|
|
+ color: #0c2469;
|
|
|
+ font-size: 1rem;
|
|
|
+ margin: 0 0.2rem;
|
|
|
+ // width: 0.9rem;
|
|
|
+ // height: 0.9rem;
|
|
|
+ }
|
|
|
|
|
|
div {
|
|
|
width: 4rem;
|