address.wxss 2.1 KB
Newer Older
wanghuihui's avatar
wanghuihui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
page {
  height: 100%;
  width: 100%;
  background: #fff;
}

.container {
  height: 100%;
  width: 100%;
  background: #fff;
}

.address-list {
  /* background: #fff url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/address-bg-bd30f2bfeb.png) 0 0 repeat-x; */
  border-top: 3rpx solid rgba(239,239,239,1);
  overflow: hidden;
}

.address-list .item {
  height: 128rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom:3rpx solid rgba(239,239,239,1);
  position: relative;
}

.address {
  font-size:28rpx;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  width: 80%;
  margin-left: 31rpx;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.name-box {
  display: flex;
  margin-left: 31rpx;
  margin-top: 5rpx;
}

.name {
  font-size:28rpx;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(125,125,125,1);
}

.mobile {
  font-size:28rpx;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(125,125,125,1);
  margin-left: 55rpx;
}

.editor {
  width: 28rpx;
  height: 29rpx;
  position: absolute;
  top: 50%;
  right: 29rpx;
  z-index: 100;
  transform: translateY(-50%);
}

.default {
  position: absolute;
  top: 50%;
  right: 79rpx;
  font-size: 16rpx;
  border-radius: 25rpx;
  padding: 5rpx 10rpx;
  border: 1rpx solid #E31436;
  color: #E31436;
  transform: translateY(-50%);
}

.add-address {
  position: absolute;
  bottom: 0;
  height: 90rpx;
  width: 100%;
  border-top: 3rpx solid rgba(239,239,239,1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-address-icon {
  width: 34rpx;
  height: 34rpx;
}

.add-address-text {
  font-size:30rpx;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  margin-left: 23rpx;
}

.empty-view {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-view .icon {
  height: 248rpx;
  width: 258rpx;
  margin-bottom: 10rpx;
}


.empty-view .text {
  width: auto;
  font-size: 28rpx;
  line-height: 35rpx;
  color: #999;
}