extraction-switch.acss 505 字节
Newer Older
D
Devil 已提交
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
.item {
  padding: 10rpx 10rpx 0 10rpx;
}
.address-logo {
  width: 140rpx;
  height: 140rpx !important;
}
.base, .address, .operation {
  padding: 20rpx 0;
}
.address .item-icon {
  width: 30rpx;
  height: 35rpx !important;
}
.address-alias {
  border: 1px solid #d2364c;
  color: #d2364c;
  padding: 2rpx 10rpx;
  border-radius: 6rpx;
  margin-right: 10rpx;
}
.address .text {
  line-height: 44rpx;
  width: calc(100% - 40rpx);
}
.operation .button-list button:not(:last-child) {
  margin-right: 20rpx;
}