61 lines
938 B
Plaintext
61 lines
938 B
Plaintext
.address-item {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.address-item radio {
|
|
vertical-align: top;
|
|
margin-top: -2rpx;
|
|
}
|
|
|
|
.address-item image {
|
|
margin-right: 5rpx;
|
|
margin-top: -8rpx;
|
|
}
|
|
|
|
.fui-list-inner .bar {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.btn-del {
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.btn-del text,.btn-edit text {
|
|
display: inline-block;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
|
|
.fui-list-inner .title {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
|
|
.fui-list-inner .title .realname {
|
|
display: inline-block;
|
|
max-width: 450rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
padding-right: 48rpx;
|
|
}
|
|
|
|
.fui-navbar,.fui-footer {
|
|
height: 90rpx;
|
|
}
|
|
|
|
.fui-navbar .nav-item.btn {
|
|
color: #fff;
|
|
border-radius: 0;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 10rpx;
|
|
} |