22 lines
436 B
CSS
22 lines
436 B
CSS
.address-logo {
|
|
width: 140rpx;
|
|
height: 140rpx !important;
|
|
}
|
|
.address .item-icon {
|
|
width: 30rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
.address-alias {
|
|
padding: 2rpx 10rpx;
|
|
}
|
|
.address .text {
|
|
line-height: 44rpx;
|
|
width: calc(100% - 40rpx);
|
|
}
|
|
.operation .button-list button {
|
|
padding: 0 35rpx;
|
|
display: inline-flex;
|
|
}
|
|
.operation .button-list button:not(:last-child) {
|
|
margin-right: 20rpx;
|
|
} |